Skip to content

Terraform Notes

Franknaw edited this page Aug 23, 2021 · 14 revisions

service control policies controlling action over IAM

aws acm import-certificate --certificate fileb://train-dev.cisalearning.org.crt --private-key fileb://train-dev.cisalearning.org.key --certificate-chain fileb://ca.crt
{
    "CertificateArn": "arn:aws-us-gov:acm:us-gov-east-1:011334028644:certificate/943fa91f-1f92-493b-a4bd-82f28a29b5d3"
}
    // The issue why we are ignoring changes is that on every change
    // terraform screws up most of the vpn associations
    // see: https://github.com/hashicorp/terraform-provider-aws/issues/14717

aws ec2 describe-availability-zones --region us-gov-east-1