#aws
Read more stories on Hashnode
Articles with this tag
How to Make and Start EC2 Instances Using Custom AMIs · Tasks Create an AMI named devops-ec2-ami from the existing EC2 instance devops-ec2 for backup...
How to Increase EC2 Instance Storage for Better Development · Tasks Identify Volume: Find the volume attached to the xfusion-ec2 instance. Expand...
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...