-
Notifications
You must be signed in to change notification settings - Fork 17
Managed AWS Resources
Daniel Kang edited this page Oct 27, 2016
·
1 revision
These are the AWS resources managed by coldbrew-cli.
- ECS
- ECS Cluster
coldbrew-{cluster_name}
- ECS Cluster
- Auto Scaling
- Launch Configuration
coldbrew-{cluster_name}-lc(for ECS Container Instnaces) - Auto Scaling Group
coldbrew-{cluster_name}-asg(for ECS Container Instnaces)
- Launch Configuration
- IAM
- IAM Role
coldbrew-{cluster-name}-ecs-service-role(for ECS Service Role) - IAM Instance Profile
coldbrew-{cluster_name}-instance-profile(for ECS Container Instances)
- IAM Role
- EC2
- EC2 Security Group
coldbrew-{cluster-name}-instance-sg(for ECS Container Instances)
- EC2 Security Group
- ECS
- ECS Task Definition
{app_name} - ECS Service
{app_name}
- ECS Task Definition
- ECR
- ECR Repository
coldbrew/{app_name}
- ECR Repository
- ELB
- ELB Application Load Balancer
{app_name}-elb - ELB Target Group
{app_name}-elb-tg
- ELB Application Load Balancer
- EC2
- EC2 Security Group
{app_name}-elb-sg(for ELB Load Balancer)
- EC2 Security Group