How to create an infrastructure configuration in AWS Image Builder?

How to create an infrastructure configuration in AWS Image Builder? Hello Everyone Welcome to CloudAffaire and this is Debjeet. Today we will discuss how to create an infrastructure configuration in AWS Image Builder service using AWS CLI. What is the infrastructure configuration in AWS Image Builder? Infrastructure configurations allow you to specify the infrastructure within which to build and test your EC2 Image Builder image. Infrastructure settings include: Instance types for your build and…

Comments Off on How to create an infrastructure configuration in AWS Image Builder?

How to create a distribution setting in AWS Image Builder?

How to create a distribution setting in AWS Image Builder? Hello Everyone Welcome to CloudAffaire and this is Debjeet. Today we will discuss how to create a distribution setting in the AWS Image Builder service to share an image between multiple regions or accounts. What is a distribution setting in AWS Image Builder? Once you build, validate and test an image using the AWS Image builder pipeline, you need to tell AWS where to…

Comments Off on How to create a distribution setting in AWS Image Builder?

How to create a custom component in AWS Image Builder?

How to create a custom component in AWS Image Builder? Hello Everyone Welcome to CloudAffaire and this is Debjeet. Today we will discuss how to create a custom component in AWS Image Builder service. What is a component in AWS Image Builder? A component defines the sequence of steps required to either customize an instance prior to image creation (a build component), or to test an instance that was launched from the created image…

Comments Off on How to create a custom component in AWS Image Builder?

What is AWS EC2 Image Builder?

What is AWS EC2 Image Builder? Hello Everyone Welcome to CloudAffaire and this is Debjeet. Today we will discuss AWS EC2 image builder, a fully managed AWS service to build, test and manage EC2 and docker images in AWS. What is AWS image builder? EC2 Image Builder is a fully managed AWS service that makes it easier to automate the creation, management, and deployment of customized, secure, and up-to-date server images that are pre-installed…

Comments Off on What is AWS EC2 Image Builder?

AWS Lambda function URL with example

AWS Lambda function URL with example Hello Everyone Welcome to CloudAffaire and this is Debjeet. Today we will discuss what is AWS Lambda Function URL and how to create an AWS Lambda Function URL with example. What is Lambda function URL? A function URL is a dedicated HTTP(S) endpoint for your Lambda function. You can create and configure a function URL through the Lambda console or the Lambda API. When you create a function…

1 Comment

S3 multipart upload using AWS CLI with example

S3 multipart upload using AWS CLI with example Hello Everyone Welcome to CloudAffaire and this is Debjeet. Today we are going to discuss how to split a large file into multiple files and upload it into an S3 bucket using the multipart feature. We will also compare the speed of different S3 file upload options like native AWS CLI commands like aws s3 cp or aws s3api put-object, upload using multipart and finally upload…

Comments Off on S3 multipart upload using AWS CLI with example

How to query S3 objects using AWS S3 SELECT with example?

How to query S3 objects using AWS S3 SELECT with example? Hello Everyone Welcome to CloudAffaire and this is Debjeet. Today we will discuss how to query S3 objects (CSV, JSON, Compressed) using AWS S3 SELECT with examples. What is AWS S3 SELECT? With Amazon S3 Select, you can use simple structured query language (SQL) statements to filter the contents of an Amazon S3 object and retrieve just the subset of data that you…

1 Comment

How to configure replication in AWS EFS?

How to configure replication in AWS EFS? Hello Everyone Welcome to CloudAffaire and this is Debjeet. You can create a copy of your EFS file system to another region by setting up replication in your EFS file system. What is replication in AWS EFS? You can use Amazon EFS replication to create a replica of your Amazon EFS file system in the AWS Region of your preference. When you enable replication on an EFS…

Comments Off on How to configure replication in AWS EFS?

How to backup and restore an S3 bucket using AWS Backup Service?

How to backup and restore an S3 bucket using AWS Backup Service? Hello Everyone Welcome to CloudAffaire and this is Debjeet. Today we will discuss how to backup and restore an S3 bucket using the AWS Backup service. Prerequisites: AWS CLI installed and configured. How to take backup and restore an S3 bucket using AWS Backup Service? Step 1: Create a KMS key to encrypt your backups in the AWS backup vault. [crayon-65680a87685f4762824678/] Step…

Comments Off on How to backup and restore an S3 bucket using AWS Backup Service?

How to take backup of AWS Elastic File System (EFS) using AWS Backup Service?

How to take backup of AWS Elastic File System (EFS) using AWS Backup Service? Hello Everyone Welcome to CloudAffaire and this is Debjeet. Today we will discuss how to take ad-hoc or scheduled backup of AWS EFS using AWS Backup service. Prerequisites: AWS CLI installed and configured. Step 1: Create a KMS key that will be used to encrypt your backups. [crayon-65680a8768983061914218/] Step 2: Create a backup vault where the backup will be stored.…

Comments Off on How to take backup of AWS Elastic File System (EFS) using AWS Backup Service?