https://github.com/codica2/basic-aws-cloudformation
Basic Setup AWS with Cloudformation
https://github.com/codica2/basic-aws-cloudformation
Last synced: 5 months ago
JSON representation
Basic Setup AWS with Cloudformation
- Host: GitHub
- URL: https://github.com/codica2/basic-aws-cloudformation
- Owner: codica2
- Created: 2021-07-06T10:15:01.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-06T10:22:08.000Z (almost 5 years ago)
- Last Synced: 2024-12-27T05:24:53.879Z (over 1 year ago)
- Size: 62.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Basic Setup: VPC, Subnets + RouteTables, Internet + NAT Gateways, Security Group, Bastion Server, Application Load Balancer, ECR!

**`cloud-formation-aws.yaml`** - cloudformation file for AWS.
**What's customizable:**
1. VPC.
2. 4 Subnet (2 Public and 2 Private).
3. Configure RouteTable.
4. NAT
5. Security Group
6. Bastion Server
7. Application Load Balancer
8. Elastic Container Registry
**You need to create a PEM key yourself. `Example: StackName-aws-key`, StackName - must match the name of the CloudFormation task.**
## License
Cleaning file is Copyright © 2015-2021 Codica. It is released under the [MIT License](https://opensource.org/licenses/MIT).
## About Codica
[](https://www.codica.com)
We love open source software! See [our other projects](https://github.com/codica2) or [hire us](https://www.codica.com/) to design, develop, and grow your product.