Write a terraform code for a resource?
AnswerBot
7mo
Terraform code for creating an AWS EC2 instance
Define provider and resource block in main.tf file
Specify the AMI, instance type, key pair, and security group in the resource block
Run 'terraform init',...read more
Aman Bajpai
1y
provider "aws" {
region = "us-east-1" # Specify your desired AWS region
}
resource "aws_s3_bucket" "example_bucket" {
bucket = "my-example-bucket" # Specify your unique bucket name
acl = "private" # Acc...read more
Help your peers!
Add answer anonymously...
Top EPAM Systems Senior Devops Engineer interview questions & answers
Popular interview questions of Senior Devops Engineer
Top HR questions asked in EPAM Systems Senior Devops Engineer
>
EPAM Systems Senior Devops Engineer Interview Questions
Stay ahead in your career. Get AmbitionBox app
Helping over 1 Crore job seekers every month in choosing their right fit company
65 L+
Reviews
4 L+
Interviews
4 Cr+
Salaries
1 Cr+
Users/Month
Contribute to help millions
Get AmbitionBox app