How to incorporate S3, EC2, and IAM in a CloudFormation template
Our template example is that of SFTP Gateway, a product that makes it easy to transfer files via SFTP to Amazon S3. We’ll incorporate S3, EC2, IAM, Security Groups, and…
Favourite tutorials for developers
Our template example is that of SFTP Gateway, a product that makes it easy to transfer files via SFTP to Amazon S3. We’ll incorporate S3, EC2, IAM, Security Groups, and…
This is the first part of series Building a VPC with CloudFormation. This article describes how you can use AWS CloudFormation to create and manage a Virtual Private Cloud (VPC),…
In the previous post, we discussed Pseudo parameters and Intrinsic functions such as Ref, GetAtt, GetAZs, FindInMap, Select, Join, and Split. There is one more subset of intrinsic functions left.…
This article will walk you through the basic Intrinsic functions of AWS CloudFormation, which are simply built-in functions that can help you manage your stacks. This is Part 2 of…