akhan4u
03/19/2025, 4:57 PMaws_vpc_endpoint resource in terraform? I wasn't able to do it with terraform destroy for a stack where I'd created s3 gateway endpoint. It required me to login and delete the vpc_endpoint from console.  Can you guys provide some inputs?Slackbot
03/19/2025, 7:33 PMAndy Wortman
03/20/2025, 3:55 PMErik Osterman (Cloud Posse)
03/21/2025, 3:42 PMSA
04/09/2025, 6:30 PMGitmoxi
04/29/2025, 2:58 AMSA
05/02/2025, 5:37 PMyaml template. 
2. Detaching from Control Tower for Updates:
 To update account aliases, root email addresses, and account names, do I need to detach the account from Control Tower by removing the corresponding AWS::ServiceCatalog::CloudFormationProvisionedProduct resource in the .yaml template? and Once the updates are done, should I re-enroll the account back into Control Tower by adding the account back to the template and redeploying?
I couldn't find much or it's a bit unclear for me from the AWS Docs. can someone shed some light on whether I am thinking the process correctly or not
Resource Block (to remove for detachment):
yaml
AccountName:
  Type: AWS::ServiceCatalog::CloudFormationProvisionedProduct
  Properties:
    ProductId: !Ref pProvisionedProductId
    PathId: !Ref pPathId
    ProvisioningArtifactId: !Ref pProvisioningArtifactId
    ProvisionedProductName: !Ref pAccountName
    ProvisioningParameters:
      - Key: AccountEmail
        Value: !Ref pAccountEmail
      - Key: AccountName
        Value: !Ref pAccountName
      - Key: ManagedOrganizationalUnit
        Value: !Sub "dev (${pDevOuId})"
      - Key: SSOUserEmail
        Value: aws-mgmt+usw2-controltower@.com
      - Key: SSOUserFirstName
        Value: AWS Control Tower
      - Key: SSOUserLastName
        Value: Admin
Parameter Block (to ensure re-enrollment):
yaml
pAccountName:
  Type: String
  Default: account-name
TL;DR:
 To update the alias, root email, and account name, do we need to detach the account from Control Tower by removing the AWS::ServiceCatalog::CloudFormationProvisionedProduct resource and its associated parameters in the YAML? Once the updates are complete, should we re-enroll the account by adding the resource and parameter blocks back to the YAML and redeploying?
Any insight is much appreciated. TIMichael
05/03/2025, 7:18 PMZing
05/14/2025, 12:11 PMAarushi
05/15/2025, 9:08 AMjoey
05/19/2025, 8:09 PMMubarak J
05/20/2025, 12:00 AMakhan4u
05/20/2025, 5:34 PMPePe Amengual
05/29/2025, 7:28 PMJan Costandius
06/18/2025, 7:31 PMShivam s
06/23/2025, 3:14 PMPierre Humberdroz
07/08/2025, 3:22 PMSudip Chhatui
08/05/2025, 8:14 AMSlackbot
08/18/2025, 8:26 AMErik Osterman (Cloud Posse)
08/18/2025, 6:02 PMMubarak J
09/05/2025, 8:31 PM<https://gallery.ecr.aws/bitnami-legacy/>Ivan Pinatti
09/17/2025, 5:02 PMHamza Nasir
09/23/2025, 3:54 PMHamza Nasir
09/23/2025, 3:57 PMpaulm
10/03/2025, 3:30 PMlambda-testevent-schemas registry serves every Lambda function in an AWS account and region, so you've got to be able to create it conditionally, and it has to survive the deletion of your project. Consider a removed block with destroy = false .
• Test events for internal projects will be more specific than mine, and won't need editing. Test execution can be automated but extra keys with instructions for humans might be useful nevertheless.
I hope this will be helpful to someone!Igor Rodionov
10/06/2025, 10:33 AMshannon agarwal
10/07/2025, 5:29 PMMubarak J
10/16/2025, 9:10 PM