#devops
Read more stories on Hashnode
Articles with this tag
How to Launch an EC2 Instance and Use an Elastic IP for Hosting Applications · Tasks Create an EC2 instance named nautilus-ec2 using a Linux AMI like...
AWS CLI Commands for Deleting EC2 Instances · Tasks Using AWS CLI, delete an EC2 instance named nautilus-ec2 present in the us-east-1 region. Before...
Change EC2 Instance Type Using AWS CLI Commands · Tasks Change the instance type from t2.micro to t2.nano for the nautilus-ec2 instance using aws-cli...
How to Launch an EC2 Instance Using AWS CLI · Tasks Create an EC2 instance using AWS CLI under default VPC with the following details: The name of the...
A Straightforward Guide to VPC CIDR Explained · Tasks Create a VPC named xfusion-vpc in us-east-1 region with 192.168.0.0/24 IPv4 CIDR. Steps VPC...
How to Turn On Delete Protection for Your RDS Instance · Tasks Please enable the protection feature for the RDS instance named xfusion-rds to prevent...