Video-5 AWS Terraform Detailed Concepts along with practical to deploy VPC [ Part 2 ]

Описание к видео Video-5 AWS Terraform Detailed Concepts along with practical to deploy VPC [ Part 2 ]

You can get the terraform main.tf form got repo
https://github.com/asimehsan/devops-v...

Some AWS cli commands to fetch data
aws ec2 describe-availability-zones --output table
aws ec2 describe-vpcs --output table
aws ec2 describe-subnets --filters "Name=map-public-ip-on-launch,Values=false" --filters "Name=vpc-id,Values=VPC_ID" --query "Subnets[*].[SubnetId, VpcId, CidrBlock]" --output table

#terraform #aws #awsvpcbasics #awshucks

Комментарии

Информация по комментариям в разработке