Stacks take logical resources from a template and create, update, or delete physical resources in AWS. In this post, we can delve into advanced feature of stacks.
Continue reading “[AWS] CloudFormation – Stacks”Tag Archives: CloudFormation
[AWS Lab] CloudFormation – DynamoDB
In this lab, we will learn how to create a DynamoDB table using CloudFormation.
- You need to check the AWS reference for details.
- Resource Type
- AWS::DynamoDB::Table
[AWS Lab] CloudFormation – IAM: Role & Policy
In this lab, we will learn how to create an IAM role and policy for a lambda function
- You need to check the AWS reference for details.
- Resource Type
- AWS::IAM::Role
- AWS::IAM::ManagedPolicy
[AWS Lab] CloudFormation CLI
In this reference, you can learn how to use AWS CLI to work on AWS CloudFormation.
cloudformation — AWS CLI 2 Command Reference (amazonaws.com)
Continue reading “[AWS Lab] CloudFormation CLI”[AWS Lab] CloudFormation – VPC: Internet Gateway
In this lab, we will learn how to create an Internet Gateway and attach it to a VPC using CloudFormation.
- You need to check the AWS reference for details.
- https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html
- https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html
- https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html
- Resource Type
- AWS::EC2::InternetGateway
- AWS::EC2::VPCGatewayAttachment
[AWS Lab] CloudFormation – VPC
In this lab, we will learn how to create a custom VPC using CloudFormation.
- You need to check the AWS reference for details.
- Resource Type
- AWS::EC2::VPC
[AWS] CloudFormation – Templates
A CloudFormation Template is a blueprint or a code file, which defines resources to be created. Let’s see what it is and how to create one.
Continue reading “[AWS] CloudFormation – Templates”[AWS] CloudFormation (CFN)
CFN is an Infrastructure as Code (IAC) product – you can create, manage, and remove infrastructure automatically.
Continue reading “[AWS] CloudFormation (CFN)”