By using AWS re:Post, you agree to the AWS re:Post Terms of Use

All Content tagged with Terraform

Terraform Cloud enables infrastructure automation for provisioning, compliance, and management of any cloud, datacenter, and service.

Content language: English

Select up to 5 tags to filter
Sort by most recent
234 results
Hi, I'm looking into creating a bar chart (or some other visualisation) in a CloudWatch dashboard showing the value for a metric (TranscodingOutputDuration) for each month for the last 6 month, meanin...
1
answers
0
votes
28
views
asked 6 days ago
Hello AWS re:Post community! ☁️ My partner and I recently published a book called Engineering Elixir Applications: Navigate Each Stage of Software Delivery with Confidence. The book focuses heavily o...
2
answers
0
votes
20
views
asked 7 days ago
Hi, I've been trying to deploy an EC2 instance into my VPC, of which I'm confident on the configurations (ingress and egress rules, route tables, etc.). When I deploy the EC2 instance (tested with ...
3
answers
0
votes
55
views
asked 13 days ago
Hello, I was looking for AWS Application Migration Service resources in the terraform AWS provider but couldn’t find any. I wanted just to confirm if these resources exist and if another name is used ...
1
answers
0
votes
47
views
asked 17 days ago
I have an ECS cluster with tasks running on EC2, but the instance is not "using" the task role. Despite having spent a lot of time debugging, made sure that `ecs.config` has the correct values inside...
1
answers
0
votes
57
views
asked 20 days ago
I am looking for a viable approach to create a set of default users with different level of privileges into a DocumentDB instance (let's say read-only user, read/write user etc..). I do provision usi...
1
answers
0
votes
31
views
profile picture
asked a month ago
I have created a Terraform module which creates a ec2 instance the module also creates aws_ssm_association resources which essentially runs a command. My custom command runs just fine and is working...
3
answers
0
votes
138
views
asked a month ago
via terraform or via aws eks console I get the same issue: `Cluster has incorrect Identity Provider URL configuration. The Identity Provider URL cannot be the same as the OpenID Connect (OIDC) issuer...
1
answers
0
votes
47
views
asked a month ago
I use codepipeline to test out whether I can deploy resource by terraform. EC2 is provisioned. I then import the resource into terraform, then run terraform plan. I see that it will replaced the one o...
1
answers
0
votes
36
views
asked a month ago
I create my VPC and EKS cluster using terraform, after this after that I executed the command "aws eks --region <my-region> update-kubeconfig --name <my-cluster-name>" to get access to the cluster API...
2
answers
0
votes
48
views
asked a month ago
Hello, I am experiencing an "AccessDenied" error when attempting to interact with an OpenID Connect (OIDC) provider in my newly created AWS account and user (with AdministratorAccess policy). The spe...
1
answers
0
votes
169
views
asked 2 months ago
I actually found this by accident while trying some simple terraform code (the one below was used to reproduce the bug): ``` locals { profile = "your_profile_name" to_delete = [for key in try(data...
4
answers
1
votes
123
views
asked 2 months ago