refarchArchived
6 messages
Cloud Posse Reference Architecture
Marat Bakeevalmost 2 years ago
Hey everyone, in the reference architecture - is there some idea of an internal account for internal tools, like a kubernetes cluster with centralized grafana, for example?
Which account would it be? corp? auto? or something else?
Which account would it be? corp? auto? or something else?
Nat Williamsalmost 2 years ago
I've noticed something when reading the docs/readmes for cloudposse terraform modules - the list of inputs can get really busy with all the contextual inputs that it becomes hard to find the the actual module-specific inputs. Has anyone ever talked about reorganizing the readmes to separate the inputs that are part of the context into a separate table?
Taimur Gibsonalmost 2 years ago
Is there a way to set an ALB
https://github.com/cloudposse/terraform-aws-components/tree/main/modules/alb#input_idle_timeout
idle_timeout when deployed through the ecs module? I found this in the alb module but I don't see how to configure that same setting for an ecs defined ALBhttps://github.com/cloudposse/terraform-aws-components/tree/main/modules/alb#input_idle_timeout
Alexalmost 2 years ago
Hi,
trying to deploy privileged stack for AWS-Config, under superadmin role, got error:
trying to deploy privileged stack for AWS-Config, under superadmin role, got error:
Planning failed. Terraform encountered an error while generating this plan.
╷
│ Error: error configuring S3 Backend: IAM Role (arn:aws:iam::xxx:role/xx-core-gbl-root-tfstate-ro) cannot be assumed.
│
│ There are a number of possible causes of this - the most common are:
│ * The credentials used in order to assume the role are invalid
│ * The credentials do not have appropriate permission to assume the role
│ * The role ARN is not valid
│
│ Error: NoCredentialProviders: no valid providers in chain. Deprecated.
│ For verbose messaging see aws.Config.CredentialsChainVerboseErrorsTaimur Gibsonover 1 year ago
Hi, I'd like to use the
outlined in the readme for the
https://github.com/cloudposse/terraform-aws-components/tree/main/modules/bastion
custom_bastion_hostname:
vanity_domain:outlined in the readme for the
bastion component, but it doesn't appear that those are valid inputs/variables when I go to deploy it. Am I missing something?https://github.com/cloudposse/terraform-aws-components/tree/main/modules/bastion
Marat Bakeevover 1 year ago
Not sure if #refarch or #kubernetes question... https://docs.cloudposse.com/components/library/aws/eks/cluster/ example says that running addons on fargate is not recommended, and a managed node group is preferred.
What's wrong with fargate?
What's wrong with fargate?