erraform:
1).which terraform command refreshes the state file refreshing the state file comparing it with real infiratsuruce
Without changing. Resoirce ?
Terraform refresh
2).what happens if two team members run ‘terraform apply’ simtanously on the same workplace into it ?
One apply is failed . That time terraform state file is locked during the operations
3).which backend supports remote lociking natively ?
S3 and DynamoDB
4).which terraofm block is responsible for defining the reusable infrsture template ?
Modules
5).what will happens if a remove a resource from terraform code ,but keep the state file unchanged into it ?
Terraofm shows it as the drift and remove it upon apply into it ..
6).what is the main purpose of terraform taint ocmmadn into terraform ?
Resources would be recreated and destroy at next apply
Which is already u can marked it as the stained.
7).which file should never be committed to git in real projects?
Terraform .tfstsefile
8).what does terraform do during the plan phase ?
Its the genarate the plan by comparing the desired state and current state
9).what is the use of terraform import
10).which terraofm feature allows to passing values across modules like variables Ito it ?
Outputs
AWS Interview Questions:
1).could you please explain the spot instances and configuring about the spot ec2 instances into aws environment ? 2).what is the mfa and how to configure the mfa into iam ? 3).security groups and tell about it the concepts 4).vpc endpoints and how to configure the those things ? 5).vpc flow logs 6).AWS CLI into aws environment? ------------------------------------------------ AWS Interview Questions: 1).IAM roles into aws environment: 2).Custom IAM role and policy into aws environment? IAM Role : which is used to establish the communication between the different iam services into aws environment IAM policy into aws environment: which is use to tell us what kind of activity you can perform on each services into aws environments: maybe it would be like as the, read ,write and execute How to create IAM role and policy into aws environment? first create the iam role without allocated the policy: give the aws services choose use case or aws services then don't choose any policy ...
Comments
Post a Comment