#cloud-computing
Read more stories on Hashnode
Articles with this tag
How to Efficiently Set Up a Time Check Pod in Kubernetes · Tasks Create a pod called time-check in the devops namespace. The pod should have a container...
Setting Up Safe SSH Login for Your EC2 Instance · Tasks Set up a new EC2 instance of type t2.micro and name it nautilus-ec2. Ensure the new EC2...
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...