We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cdf968 commit 0d65483Copy full SHA for 0d65483
source/resources/user_data/WaitForAmi.py
@@ -89,7 +89,8 @@ def main():
89
Name = f"{ami_name}",
90
Encrypted = True,
91
SourceImageId = args.ami_id,
92
- SourceRegion = main_region
+ SourceRegion = main_region,
93
+ CopyImageTags = True
94
)['ImageId']
95
logger.info(f"Created {remote_ami_ids[region]} in {region}")
96
for region, remote_ami_id in remote_ami_ids.items():
0 commit comments