CloudFormation CloudFormer

CloudFormation CloudFormer Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed CloudFormation Stack Change Sets. https://cloudaffaire.com/cloudformation-change-sets/ In this blog post, we are going to discuss CloudFormer. CloudFormation CloudFormer: CloudFormer is a template creation tool that creates an AWS CloudFormation template from existing AWS resources in your account. You select any supported AWS resources that are running in your account, and CloudFormer creates a template in an…

3 Comments

CloudFormation Change Sets

CloudFormation Change Sets Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed CloudFormation Exports. https://cloudaffaire.com/cloudformation-stack-export/ In this blog post, we are going to discuss change sets in cloudformation stack. CloudFormation Change Sets: When you need to update a stack, understanding how your changes will affect running resources before you implement them can help you update stacks with confidence. Change sets allow you to preview how proposed…

0 Comments

CloudFormation Stack Export

CloudFormation Stack Export Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed CloudFormation StackSets. https://cloudaffaire.com/cloudformation-stacksets/ In this blog post, we are going to discuss how to share information between stacks using Stack Export. CloudFormation Stack Export: To share information between stacks, we can export a stack's output values. Other stacks that are in the same AWS account and region can then import the exported values. To…

0 Comments

CloudFormation StackSets

CloudFormation StackSets Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed drift detection in CloudFormation. https://cloudaffaire.com/cloudformation-drift-detection/ In this blog post, we are going to discuss StackSets in cloudformation. CloudFormation StackSets: AWS CloudFormation StackSets extends the functionality of stacks by enabling you to create, update, or delete stacks across multiple accounts and regions with a single operation. StackSets Components: Administrator and target accounts: An administrator account is…

0 Comments

CloudFormation Drift Detection

CloudFormation Drift Detection Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed intrinsic functions in CloudFormation. https://cloudaffaire.com/cloudformation-intrinsic-functions/ In this blog post, we are going to discuss drift detection is cloudformation. CloudFormation Drift Detection: Drift detection enables you to detect whether a stack's actual configuration differs, or has drifted, from its expected configuration. A resource is considered to have drifted if any of its actual property values…

0 Comments

CloudFormation Intrinsic Functions

CloudFormation Intrinsic Functions Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have created a CloudFormation stack using Designer. https://cloudaffaire.com/cloudformation-designer/ In this blog post, we are going to discuss intrinsic functions in CloudFormation. CloudFormation Intrinsic Functions: AWS CloudFormation provides several built-in functions that help you manage your stacks. You can use intrinsic functions in your templates to assign values to properties that are not available until runtime. Note:…

0 Comments

CloudFormation Designer

CloudFormation Designer Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have created a CloudFormation template using YAML. https://cloudaffaire.com/create-cloudformation-template/ In this blog post, we are going to create a CloudFormation stack using designers. The stack will contain VPC, subnet and one EC2 instance. CloudFormation Designer Step 1: Login to AWS console and navigate to ‘CloudFormation’. Note: For shortening of the code, only has AMI mapping for APAC regions.…

1 Comment

Create CloudFormation Template

Create CloudFormation Template Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have created a CloudFormation stack using a sample template provided by AWS. https://cloudaffaire.com/create-cloudformation-stack/ In this blog post, we are going to create our 1st CloudFormation template and using this template we will create a CloudFormation stack in AWS console. We have tried to include most of the template elements in this demo. Create CloudFormation Template: Step…

1 Comment

Create CloudFormation Stack

Create CloudFormation Stack Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed CloudFormation and its components. https://cloudaffaire.com/cloudformation-introduction/ In this blog post, we are going to create our 1st CloudFormation Stack in AWS console (new redesigned CloudFormation console) using sample LAMP with local MySQL database template. Create CloudFormation Stack: Step 1: Login to AWS console and navigate to ‘CloudFormation’. Step 2: Click ‘Create Stack’. Step 3: Select…

0 Comments

CloudFormation Introduction

CloudFormation Introduction Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have learned how to create a DynamoDB trigger for AWS lambda and with this, we have concluded our introductory series on AWS Lambda. https://cloudaffaire.com/aws-lambda-dynamodb-trigger/ In this blog post, we are going to start with a new AWS service CloudFormation. CloudFormation Introduction AWS CloudFormation is a service that helps you model and set up your Amazon Web Services…

0 Comments