Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/visaltyagi/terraform-assignment-3

How to Rename the EC2 Instances After Creation —Terraform Assignment 3
https://github.com/visaltyagi/terraform-assignment-3

aws aws-ec2 development devops devops-team devops-tools ec2 instance rename-instance terraform

Last synced: 6 days ago
JSON representation

How to Rename the EC2 Instances After Creation —Terraform Assignment 3

Awesome Lists containing this project

README

        

# Terraform-Assignment-3
Terraform-Assignment-3

**For the detailed solution to this assignment, click this link:** https://medium.com/devops-guides/rename-ec2-instances-after-creation-terraform-assignment-3-33b9030c4894

**Step 1:** Destroy the previous assignment resources using the command: terraform destroy

**Step 2:** Assignment 2 Resources will be successfully deleted.

**Step 3:** Create a "main.tf" file, and paste the script code here.

**Step 4:** Initialize terraform using the command: terraform init

**Step 5:** Create a plan using the command: terraform plan

**Step 6:** Use this command to rename ec2 instances: terraform apply

**Step 7:** The instance will be successfully renamed. Go to "EC2" Instance & renamed instances will be shown in both the regions.