AWS: Check List
create VPC
create subnet > choose one of subnet type based on the purpose
[for static IP] create a private subnet
set NAT gateway for static IP address > NAT gateway price is $0.045 / h, https://aws.amazon.com/vpc/pricing/ which means, it will charge $32.4 per month. and there is an additional fee for huge data transfer
assign elastic IP to NAT gateway
[without static IP] crate public subnet
create ECR repository
create ECS cluster
define TASK
define service
setup Code Pipeline > you must define
buildspec.yml
in you repository reference
Last updated
Was this helpful?