id
stringlengths
8
78
source
stringclasses
743 values
chunk_id
int64
1
5.05k
text
stringlengths
593
49.7k
ams-ct-669
ams-ct.pdf
669
created.", "type": "string", "minLength": 1, "maxLength": 500 }, "VpcId": { "description": "ID of the VPC to use, in the form vpc-0123abcd or vpc-01234567890abcdef.", "type": "string", "pattern": "^vpc-[a-z0-9]{8}$|^vpc-[a-z0-9]{17}$" }, "Name": { "description": "A name for the stack or stack component; this becomes the Stack Name.", "type": "string", "minLength": 1, "maxLength": 255 }, "Tags": { "description": "Up to 40 tags (key/value pairs) to categorize the resource.", "type": "array", "items": { "type": "object", "properties": { "Key": { "type": "string", "pattern": "^[a-zA-Z0-9\\s_./=+-]{1,127}$", "minLength": 1, "maxLength": 127 }, "Value": { "type": "string", "pattern": "^[a-zA-Z0-9\\s_./=+-]{1,127}$", "minLength": 1, "maxLength": 127 } }, "additionalProperties": false, "metadata": { "ui:order": [ "Key", ct-2hxcllf1b4ey0 Version April 22, 2025 2539 AMS Advanced Change Type Reference AMS Advanced Change Type Details "Value" ] }, "required": [ "Key", "Value" ] }, "minItems": 0, "maxItems": 40, "uniqueItems": true }, "StackTemplateId": { "description": "Must be stm-pud4ghhkp7395n9bc.", "type": "string", "enum": [ "stm-pud4ghhkp7395n9bc" ], "default": "stm-pud4ghhkp7395n9bc" }, "TimeoutInMinutes": { "description": "The maximum amount of time, in minutes, to allow for execution of the change. This will not prolong execution, but the RFC fails if the change is not completed in the specified time.", "type": "number", "minimum": 0, "maximum": 60, "default": 60 }, "Parameters": { "type": "object", "properties": { "CertificateArn": { "type": "string", "description": "The Amazon Resource Name (ARN) for the certificate to use with the source. This is required if SslMode = verify-full.", "pattern": "^$|^arn:aws:dms:[a-z0-9-]+:[0-9]{12}:cert:[A-Z0-9]+$" }, "DatabaseName": { "type": "string", "description": "The name of the source database." }, "EndpointIdentifier": { "type": "string", ct-2hxcllf1b4ey0 Version April 22, 2025 2540 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "A meaningful identifier for the source database endpoint. Must be unique for all endpoints owned by your AWS account in the current region. Must begin with a letter, must contain only ASCII letters, digits and hyphens and must not end with a hyphen or contain two consecutive hyphens.", "pattern": "^$|(?!.*--)[a-zA-Z][a-zA-Z0-9-]*[a-zA-Z0-9]$", "default": "" }, "EngineName": { "type": "string", "description": "Must be mongodb.", "enum": [ "mongodb" ] }, "ExtraConnectionAttributes": { "type": "string", "description": "Additional attributes associated with the connection. See AWS documentation for more information on the supported extra connection attributes for MongoDb." }, "Password": { "type": "string", "description": "The password to be used to log in to the source database. Leave blank if MongoDbAuthType = no.", "metadata": { "ams:sensitive": true } }, "Port": { "type": "integer", "description": "The port used by the source database.", "minimum": 1, "maximum": 65535 }, "ServerName": { "type": "string", "description": "The name of the server where the source database resides." }, "SslMode": { "type": "string", "description": "The SSL mode to use for the SSL connection.", "enum": [ "none", "require", ct-2hxcllf1b4ey0 Version April 22, 2025 2541 AMS Advanced Change Type Reference AMS Advanced Change Type Details "verify-full" ], "default": "none" }, "Username": { "type": "string", "description": "The user name to be used to log in to the source database. Leave blank if MongoDbAuthType = no.", "metadata": { "ams:sensitive": true } }, "MongoDbAuthMechanism": { "type": "string", "description": "The authentication mechanism used to access the MongoDB source endpoint. Do not use if MongoDbAuthType = no.", "enum": [ "default", "mongodb_cr", "scram_sha_1" ], "default": "default" }, "MongoDbAuthSource": { "type": "string", "description": "The MongoDB database name. Do not use if MongoDbAuthType = no.", "default": "admin" }, "MongoDbAuthType": { "type": "string", "description": "The authentication type or mode used to access the MongoDB source endpoint.", "enum": [ "no", "password" ], "default": "no" }, "MongoDbDocsToInvestigate": { "type": "string", "description": "The number of documents to preview to determine the document organization. Use if MongoDbMetadataMode = one. Must be a positive value greater than 0.", ct-2hxcllf1b4ey0 Version April 22, 2025 2542 AMS Advanced Change Type Reference AMS Advanced Change Type Details "pattern": "^[1-9]{1}$|^[1-9]{1}[0-9]+$", "default": "1000" }, "MongoDbExtractDocId": { "type": "string", "description": "True to extract the MongoDB document ID as a separate column; false to not. Use if MongoDbMetadataMode = none.", "enum": [ "true", "false" ], "default": "false" }, "MongoDbMetadataMode": { "type": "string", "description": "The mode used for MongoDB metadata. For document mode use none, for table mode use one.", "enum": [ "none", "one" ], "default": "none" } }, "metadata": { "ui:order": [ "EndpointIdentifier", "EngineName", "ServerName", "Port", "DatabaseName", "Username", "Password", "SslMode", "CertificateArn", "ExtraConnectionAttributes", "MongoDbAuthType", "MongoDbAuthMechanism", "MongoDbAuthSource", "MongoDbMetadataMode", "MongoDbDocsToInvestigate", "MongoDbExtractDocId" ] }, ct-2hxcllf1b4ey0 Version April 22, 2025 2543 AMS Advanced Change Type Reference AMS Advanced Change Type Details "required": [ "EngineName", "ServerName", "Port", "DatabaseName" ], "additionalProperties": false } }, "metadata": { "ui:order": [ "Name", "Description", "VpcId", "Parameters", "TimeoutInMinutes", "StackTemplateId", "Tags" ] }, "required": [ "Description", "VpcId", "Name", "Parameters", "TimeoutInMinutes", "StackTemplateId" ], "additionalProperties": false } Schema for Change Type ct-2hyozbpa0sx0m Classifications: • Deployment | AWS Backup | Backup plan | Create { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Create AWS Backup Plan", "description": "Create an AWS Backup plan, a policy expression that defines when and how you want to back up your AWS resources.", ct-2hyozbpa0sx0m Version April 22, 2025 2544 AMS Advanced Change
ams-ct-670
ams-ct.pdf
670
Advanced Change Type Reference AMS Advanced Change Type Details "required": [ "EngineName", "ServerName", "Port", "DatabaseName" ], "additionalProperties": false } }, "metadata": { "ui:order": [ "Name", "Description", "VpcId", "Parameters", "TimeoutInMinutes", "StackTemplateId", "Tags" ] }, "required": [ "Description", "VpcId", "Name", "Parameters", "TimeoutInMinutes", "StackTemplateId" ], "additionalProperties": false } Schema for Change Type ct-2hyozbpa0sx0m Classifications: • Deployment | AWS Backup | Backup plan | Create { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Create AWS Backup Plan", "description": "Create an AWS Backup plan, a policy expression that defines when and how you want to back up your AWS resources.", ct-2hyozbpa0sx0m Version April 22, 2025 2544 AMS Advanced Change Type Reference AMS Advanced Change Type Details "type": "object", "properties": { "Description": { "description": "Meaningful information about the backup plan to be created.", "type": "string", "minLength": 1, "maxLength": 500 }, "VpcId": { "description": "ID of the VPC to use, in the form vpc-0123abcd or vpc-01234567890abcdef.", "type": "string", "pattern": "^vpc-[a-z0-9]{8}$|^vpc-[a-z0-9]{17}$" }, "Name": { "description": "This parameter is deprecated and will be removed in the future. AMS generates a unique, random, name for the resource and that becomes the StackName in the AMS console.", "type": "string", "minLength": 1, "maxLength": 255 }, "StackTemplateId": { "description": "Must be stm-sc68a620000000000", "type": "string", "enum": [ "stm-sc68a620000000000" ], "default": "stm-sc68a620000000000" }, "TimeoutInMinutes": { "description": "The maximum amount of time, in minutes, to allow for the execution of the change. This does not prolong execution, but the RFC fails if the change is not completed within the specified time.", "type": "number", "minimum": 0, "maximum": 360, "default": 60 }, "Parameters": { "type": "object", "properties": { "BackupPlanName": { "type": "string", ct-2hyozbpa0sx0m Version April 22, 2025 2545 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "A meaningful name for the AWS Backup plan. Must contain 1 to 50 alphanumeric or '-_.' characters.", "pattern": "^[a-zA-Z0-9\\_\\-.]{1,50}$" }, "ResourceTagKey": { "type": "string", "description": "The tag key (case sensitive) of the resources to be backed up. For example, if you want to use a tag key:value pair like 'Department:accounting', you need to provide 'Department' as the ResourceTagKey and 'accounting' as the ResourceTagValue." }, "ResourceTagValue": { "type": "string", "description": "The tag value (case sensitive) of the resources to be backed up. For example, if you want to use a tag key:value pair like 'Department:accounting', you need to provide 'Department' as the ResourceTagKey and 'accounting' as the ResourceTagValue." }, "WindowsVSS": { "type": "string", "description": "Enabled to use the Windows Volume Shadow Copy Service (VSS) backup option in AWS Backup. Disabled to create a regular backup. Default is disabled.", "enum": [ "disabled", "enabled" ], "default": "disabled" }, "BackupRule1Name": { "type": "string", "description": "A meaningful name for the AWS Backup plan rule #1.", "default": "BackupRule1" }, "BackupRule1Vault": { "type": "string", "description": "The name of the AWS Backup Vault to be used in the AWS Backup plan rule #1.", "default": "ams-custom-backups" }, "BackupRule1CompletionWindowMinutes": { "type": "integer", "description": "The amount of time, in minutes, that AWS Backup attempts a backup before canceling the job and returning an error. If a time is specified, then ct-2hyozbpa0sx0m Version April 22, 2025 2546 AMS Advanced Change Type Reference AMS Advanced Change Type Details StartWindowMinutes must be specified, and the specified CompleteWindowMinutes time must be at least 60 minutes greater than StartWindowMinutes.", "minimum": 1, "maximum": 99000, "default": 1400 }, "BackupRule1ScheduleExpression": { "description": "A cron expression that specifies when the AWS Backup service initiates a backup job. For example, cron(0 2 ? * * *) will set a daily backup for 2am UTC time.", "type": "string", "pattern": "^(cron|rate)\\(.*\\)$" }, "BackupRule1DeleteAfterDays": { "type": "integer", "description": "The number of days after creation that a backup is deleted. Valid values are between 1 and 35600. If a value is not specified, the backup never expires.", "minimum": 0, "maximum": 35600, "default": 0 }, "BackupRule1MoveToColdStorageAfterDays": { "type": "integer", "description": "The number of days after creation that a backup is moved to cold storage. Valid values are between 1 and 35600. If the value is set to 0, the backup never moves to cold storage.", "minimum": 0, "maximum": 35600, "default": 0 }, "BackupRule1StartWindowMinutes": { "type": "integer", "description": "The period of time, in minutes, after a backup is scheduled to wait before a job is canceled if it doesn't start successfully.", "minimum": 60, "maximum": 99000, "default": 180 }, "BackupRule1RecoveryPointTagKey": { "type": "string", "description": "A key for the tag that is assigned to all created recovery points for backup rule #1.", "default": "" ct-2hyozbpa0sx0m Version April 22, 2025 2547 AMS Advanced Change Type Reference AMS Advanced Change Type Details }, "BackupRule1RecoveryPointTagValue": { "type": "string", "description": "A value for the BackupRule1RecoveryPointTagKey.", "default": "" }, "BackupRule1EnableContinuousBackup": { "type": "string", "description": "True to create a continuous backup rule, false to not create the rule. Default is false.", "enum": [ "true", "false" ], "default": "false" }, "BackupRule1CopyActionsDestVaultArn": { "type": "string", "description": "For backup plan rule #1: The Amazon Resource Name (ARN) of the destination backup
ams-ct-671
ams-ct.pdf
671
"type": "string", "description": "A key for the tag that is assigned to all created recovery points for backup rule #1.", "default": "" ct-2hyozbpa0sx0m Version April 22, 2025 2547 AMS Advanced Change Type Reference AMS Advanced Change Type Details }, "BackupRule1RecoveryPointTagValue": { "type": "string", "description": "A value for the BackupRule1RecoveryPointTagKey.", "default": "" }, "BackupRule1EnableContinuousBackup": { "type": "string", "description": "True to create a continuous backup rule, false to not create the rule. Default is false.", "enum": [ "true", "false" ], "default": "false" }, "BackupRule1CopyActionsDestVaultArn": { "type": "string", "description": "For backup plan rule #1: The Amazon Resource Name (ARN) of the destination backup vault for the copied backup.", "default": "", "pattern": "^$|^(arn:(aws|aws-cn|aws-us-gov):backup:([a-z]{2}((-gov))?-[a- z]+-[0-9]){0,1}:[0-9]{12}:backup-vault:[a-zA-Z0-9\\_\\-]+)$" }, "BackupRule1CAMoveToColdStorageAfterDays": { "type": "integer", "description": "For backup plan rule #1 copy actions: The number of days after creation before the recovery point is moved to cold storage. Valid values are between 1 and 35600. If the value is set to 0, the backup never moves to cold storage. Only Amazon EFS file system backups can be transitioned to cold storage.", "minimum": 0, "maximum": 35600, "default": 0 }, "BackupRule1CopyActionsDeleteAfterDays": { "type": "integer", "description": "For backup plan rule #1 copy actions: The number of days after creation that a recovery point is deleted. Valid values are between 1 and 35600. If a value is not specified, the backup never expires.", "minimum": 0, "maximum": 35600, "default": 0 }, "BackupRule2Name": { ct-2hyozbpa0sx0m Version April 22, 2025 2548 AMS Advanced Change Type Reference AMS Advanced Change Type Details "type": "string", "description": "A meaningful name for the AWS Backup plan rule #2.", "default": "" }, "BackupRule2Vault": { "type": "string", "description": "The name of the AWS Backup Vault to be used in the AWS Backup plan rule #2.", "default": "ams-custom-backups" }, "BackupRule2CompletionWindowMinutes": { "type": "integer", "description": "The amount of time, in minutes, that AWS Backup attempts a backup before canceling the job and returning an error. If a time is specified, then StartWindowMinutes must be specified, and the specified CompleteWindowMinutes time must be at least 60 minutes greater than StartWindowMinutes.", "minimum": 1, "maximum": 99000, "default": 1400 }, "BackupRule2ScheduleExpression": { "description": "A cron expression that specifies when the AWS Backup service initiates a backup job. For example, cron(0 2 ? * * *) will set a daily backup for 2am UTC time.", "type": "string", "pattern": "^(cron|rate)\\(.*\\)$" }, "BackupRule2DeleteAfterDays": { "type": "integer", "description": "The number of days after creation that a backup is deleted. Valid values are between 1 and 35600. If a value is not specified, the backup never expires.", "minimum": 0, "maximum": 35600, "default": 0 }, "BackupRule2MoveToColdStorageAfterDays": { "type": "integer", "description": "The number of days after creation that a backup is moved to cold storage. Valid values are between 1 and 35600. If the value is set to 0, the backup never moves to cold storage.", "minimum": 0, "maximum": 35600, "default": 0 ct-2hyozbpa0sx0m Version April 22, 2025 2549 AMS Advanced Change Type Reference AMS Advanced Change Type Details }, "BackupRule2StartWindowMinutes": { "type": "integer", "description": "The period of time, in minutes, after a backup is scheduled to wait before a job is canceled if it doesn't start successfully.", "minimum": 60, "maximum": 99000, "default": 180 }, "BackupRule2RecoveryPointTagKey": { "type": "string", "description": "A key for the tag that is assigned to all created recovery points for backup rule #2." }, "BackupRule2RecoveryPointTagValue": { "type": "string", "description": "A value for the BackupRule2RecoveryPointTagKey." }, "BackupRule2EnableContinuousBackup": { "type": "string", "description": "True to create a continuous backup rule, false to not create the rule. Default is false.", "enum": [ "true", "false" ], "default": "false" }, "BackupRule2CopyActionsDestVaultArn": { "type": "string", "description": "For backup plan rule #2: The Amazon Resource Name (ARN) of the destination backup vault for the copied backup.", "default": "", "pattern": "^$|^(arn:(aws|aws-cn|aws-us-gov):backup:([a-z]{2}((-gov))?-[a- z]+-[0-9]){0,1}:[0-9]{12}:backup-vault:[a-zA-Z0-9\\_\\-]+)$" }, "BackupRule2CAMoveToColdStorageAfterDays": { "type": "integer", "description": "For backup plan rule #2 copy actions: The number of days after creation before the recovery point is moved to cold storage. Valid values are between 1 and 35600. If the value is set to 0, the backup never moves to cold storage. Only Amazon EFS file system backups can be transitioned to cold storage.", "minimum": 0, "maximum": 35600, ct-2hyozbpa0sx0m Version April 22, 2025 2550 AMS Advanced Change Type Reference "default": 0 }, "BackupRule2CopyActionsDeleteAfterDays": { "type": "integer", AMS Advanced Change Type Details "description": "For backup plan rule #2 copy actions: The number of days after creation that a recovery point is deleted. Valid values are between 1 and 35600. If a value is not specified, the backup never expires.", "minimum": 0, "maximum": 35600, "default": 0 }, "BackupRule3Name": { "type": "string", "description": "A meaningful name for the AWS Backup plan rule #3.", "default": "" }, "BackupRule3Vault": { "type": "string", "description": "The name of the AWS Backup Vault to be used in the AWS Backup plan rule #3.", "default": "ams-custom-backups" }, "BackupRule3CompletionWindowMinutes": { "type": "integer", "description": "The amount of time, in minutes, that AWS Backup attempts
ams-ct-672
ams-ct.pdf
672
backup plan rule #2 copy actions: The number of days after creation that a recovery point is deleted. Valid values are between 1 and 35600. If a value is not specified, the backup never expires.", "minimum": 0, "maximum": 35600, "default": 0 }, "BackupRule3Name": { "type": "string", "description": "A meaningful name for the AWS Backup plan rule #3.", "default": "" }, "BackupRule3Vault": { "type": "string", "description": "The name of the AWS Backup Vault to be used in the AWS Backup plan rule #3.", "default": "ams-custom-backups" }, "BackupRule3CompletionWindowMinutes": { "type": "integer", "description": "The amount of time, in minutes, that AWS Backup attempts a backup before canceling the job and returning an error. If a time is specified, then StartWindowMinutes must be specified, and the specified CompleteWindowMinutes time must be at least 60 minutes greater than StartWindowMinutes.", "minimum": 1, "maximum": 99000, "default": 1400 }, "BackupRule3ScheduleExpression": { "description": "A cron expression that specifies when the AWS Backup service initiates a backup job. For example, cron(0 2 ? * * *) will set a daily backup for 2am UTC time.", "type": "string", "pattern": "^(cron|rate)\\(.*\\)$" }, "BackupRule3DeleteAfterDays": { "type": "integer", "description": "The number of days after creation that a backup is deleted. Valid values are between 1 and 35600. If a value is not specified, the backup never expires.", ct-2hyozbpa0sx0m Version April 22, 2025 2551 AMS Advanced Change Type Reference AMS Advanced Change Type Details "minimum": 0, "maximum": 35600, "default": 0 }, "BackupRule3MoveToColdStorageAfterDays": { "type": "integer", "description": "The number of days after creation that a backup is moved to cold storage. Valid values are between 1 and 35600. If the value is set to 0, the backup never moves to cold storage.", "minimum": 0, "maximum": 35600, "default": 0 }, "BackupRule3StartWindowMinutes": { "type": "integer", "description": "The period of time, in minutes, after a backup is scheduled to wait before a job is canceled if it doesn't start successfully.", "minimum": 60, "maximum": 99000, "default": 180 }, "BackupRule3RecoveryPointTagKey": { "type": "string", "description": "A key for the tag that is assigned to all created recovery points for backup rule #3." }, "BackupRule3RecoveryPointTagValue": { "type": "string", "description": "A value for the BackupRule3RecoveryPointTagKey." }, "BackupRule3EnableContinuousBackup": { "type": "string", "description": "True to create a continuous backup rule, false to not create the rule. Default is false.", "enum": [ "true", "false" ], "default": "false" }, "BackupRule3CopyActionsDestVaultArn": { "type": "string", "description": "For backup plan rule #3: The Amazon Resource Name (ARN) of the destination backup vault for the copied backup.", ct-2hyozbpa0sx0m Version April 22, 2025 2552 AMS Advanced Change Type Reference AMS Advanced Change Type Details "default": "", "pattern": "^$|^(arn:(aws|aws-cn|aws-us-gov):backup:([a-z]{2}((-gov))?-[a- z]+-[0-9]){0,1}:[0-9]{12}:backup-vault:[a-zA-Z0-9\\_\\-]+)$" }, "BackupRule3CAMoveToColdStorageAfterDays": { "type": "integer", "description": "For backup plan rule #3 copy actions: The number of days after creation before the recovery point is moved to cold storage. Valid values are between 1 and 35600. If the value is set to 0, the backup never moves to cold storage. Only Amazon EFS file system backups can be transitioned to cold storage.", "minimum": 0, "maximum": 35600, "default": 0 }, "BackupRule3CopyActionsDeleteAfterDays": { "type": "integer", "description": "For backup plan rule #3 copy actions: The number of days after creation that a recovery point is deleted. Valid values are between 1 and 35600. If a value is not specified, the backup never expires.", "minimum": 0, "maximum": 35600, "default": 0 }, "BackupRule4Name": { "type": "string", "description": "A meaningful name for the AWS Backup plan rule #4.", "default": "" }, "BackupRule4Vault": { "type": "string", "description": "The name of the AWS Backup Vault to be used in the AWS Backup plan rule #4.", "default": "ams-custom-backups" }, "BackupRule4CompletionWindowMinutes": { "type": "integer", "description": "The amount of time, in minutes, that AWS Backup attempts a backup before canceling the job and returning an error. If a time is specified, then StartWindowMinutes must be specified, and the specified CompleteWindowMinutes time must be at least 60 minutes greater than StartWindowMinutes.", "minimum": 1, "maximum": 99000, "default": 1400 }, ct-2hyozbpa0sx0m Version April 22, 2025 2553 AMS Advanced Change Type Reference AMS Advanced Change Type Details "BackupRule4ScheduleExpression": { "description": "A cron expression that specifies when the AWS Backup service initiates a backup job. For example, cron(0 2 ? * * *) will set a daily backup for 2am UTC time.", "type": "string", "pattern": "^(cron|rate)\\(.*\\)$" }, "BackupRule4DeleteAfterDays": { "type": "integer", "description": "The number of days after creation that a backup is deleted. Valid values are between 1 and 35600. If a value is not specified, the backup never expires.", "minimum": 0, "maximum": 35600, "default": 0 }, "BackupRule4MoveToColdStorageAfterDays": { "type": "integer", "description": "The number of days after creation that a backup is moved to cold storage. Valid values are between 1 and 35600. If the value is set to 0, the backup never moves to cold storage.", "minimum": 0, "maximum": 35600, "default": 0 }, "BackupRule4StartWindowMinutes": { "type": "integer", "description": "The period of time, in minutes, after a backup is scheduled to
ams-ct-673
ams-ct.pdf
673
"description": "The number of days after creation that a backup is deleted. Valid values are between 1 and 35600. If a value is not specified, the backup never expires.", "minimum": 0, "maximum": 35600, "default": 0 }, "BackupRule4MoveToColdStorageAfterDays": { "type": "integer", "description": "The number of days after creation that a backup is moved to cold storage. Valid values are between 1 and 35600. If the value is set to 0, the backup never moves to cold storage.", "minimum": 0, "maximum": 35600, "default": 0 }, "BackupRule4StartWindowMinutes": { "type": "integer", "description": "The period of time, in minutes, after a backup is scheduled to wait before a job is canceled if it doesn't start successfully.", "minimum": 60, "maximum": 99000, "default": 180 }, "BackupRule4RecoveryPointTagKey": { "type": "string", "description": "A key for the tag that is assigned to all created recovery points for backup rule #4." }, "BackupRule4RecoveryPointTagValue": { "type": "string", "description": "A value for the BackupRule4RecoveryPointTagKey." }, "BackupRule4EnableContinuousBackup": { "type": "string", ct-2hyozbpa0sx0m Version April 22, 2025 2554 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "True to create a continuous backup rule, false to not create the rule. Default is false.", "enum": [ "true", "false" ], "default": "false" }, "BackupRule4CopyActionsDestVaultArn": { "type": "string", "description": "For backup plan rule #4: The Amazon Resource Name (ARN) of the destination backup vault for the copied backup.", "default": "", "pattern": "^$|^(arn:(aws|aws-cn|aws-us-gov):backup:([a-z]{2}((-gov))?-[a- z]+-[0-9]){0,1}:[0-9]{12}:backup-vault:[a-zA-Z0-9\\_\\-]+)$" }, "BackupRule4CAMoveToColdStorageAfterDays": { "type": "integer", "description": "For backup plan rule #4 copy actions: The number of days after creation before the recovery point is moved to cold storage. Valid values are between 1 and 35600. If the value is set to 0, the backup never moves to cold storage. Only Amazon EFS file system backups can be transitioned to cold storage.", "minimum": 0, "maximum": 35600, "default": 0 }, "BackupRule4CopyActionsDeleteAfterDays": { "type": "integer", "description": "For backup plan rule #4 copy actions: The number of days after creation that a recovery point is deleted. Valid values are between 1 and 35600. If a value is not specified, the backup never expires.", "minimum": 0, "maximum": 35600, "default": 0 }, "BackupRule5Name": { "type": "string", "description": "A meaningful name for the AWS Backup plan rule #5.", "default": "" }, "BackupRule5Vault": { "type": "string", "description": "The name of the AWS Backup Vault to be used in the AWS Backup plan rule #5.", ct-2hyozbpa0sx0m Version April 22, 2025 2555 AMS Advanced Change Type Reference AMS Advanced Change Type Details "default": "ams-custom-backups" }, "BackupRule5CompletionWindowMinutes": { "type": "integer", "description": "The amount of time, in minutes, that AWS Backup attempts a backup before canceling the job and returning an error. If a time is specified, then StartWindowMinutes must be specified, and the specified CompleteWindowMinutes time must be at least 60 minutes greater than StartWindowMinutes.", "minimum": 1, "maximum": 99000, "default": 1400 }, "BackupRule5ScheduleExpression": { "description": "A cron expression that specifies when the AWS Backup service initiates a backup job. For example, cron(0 2 ? * * *) will set a daily backup for 2am UTC time.", "type": "string", "pattern": "^(cron|rate)\\(.*\\)$" }, "BackupRule5DeleteAfterDays": { "type": "integer", "description": "The number of days after creation that a backup is deleted. Valid values are between 1 and 35600. If a value is not specified, the backup never expires.", "minimum": 0, "maximum": 35600, "default": 0 }, "BackupRule5MoveToColdStorageAfterDays": { "type": "integer", "description": "The number of days after creation that a backup is moved to cold storage. Valid values are between 1 and 35600. If the value is set to 0, the backup never moves to cold storage.", "minimum": 0, "maximum": 35600, "default": 0 }, "BackupRule5StartWindowMinutes": { "type": "integer", "description": "The period of time, in minutes, after a backup is scheduled to wait before a job is canceled if it doesn't start successfully.", "minimum": 60, "maximum": 99000, "default": 180 ct-2hyozbpa0sx0m Version April 22, 2025 2556 AMS Advanced Change Type Reference AMS Advanced Change Type Details }, "BackupRule5RecoveryPointTagKey": { "type": "string", "description": "A key for the tag that is assigned to all created recovery points for backup rule #5." }, "BackupRule5RecoveryPointTagValue": { "type": "string", "description": "A value for the BackupRule5RecoveryPointTagKey." }, "BackupRule5EnableContinuousBackup": { "type": "string", "description": "True to create a continuous backup rule, false to not create the rule. Default is false.", "enum": [ "true", "false" ], "default": "false" }, "BackupRule5CopyActionsDestVaultArn": { "type": "string", "description": "For backup plan rule #5: The Amazon Resource Name (ARN) of the destination backup vault for the copied backup.", "default": "", "pattern": "^$|^(arn:(aws|aws-cn|aws-us-gov):backup:([a-z]{2}((-gov))?-[a- z]+-[0-9]){0,1}:[0-9]{12}:backup-vault:[a-zA-Z0-9\\_\\-]+)$" }, "BackupRule5CAMoveToColdStorageAfterDays": { "type": "integer", "description": "For backup plan rule #5 copy actions: The number of days after creation before the recovery point is moved to cold storage. Valid values are between 1 and 35600. If the value is set to 0, the backup never moves to cold storage. Only Amazon EFS file system backups can be transitioned to cold storage.", "minimum": 0, "maximum": 35600, "default": 0 }, "BackupRule5CopyActionsDeleteAfterDays": { "type": "integer", "description": "For
ams-ct-674
ams-ct.pdf
674
"string", "description": "For backup plan rule #5: The Amazon Resource Name (ARN) of the destination backup vault for the copied backup.", "default": "", "pattern": "^$|^(arn:(aws|aws-cn|aws-us-gov):backup:([a-z]{2}((-gov))?-[a- z]+-[0-9]){0,1}:[0-9]{12}:backup-vault:[a-zA-Z0-9\\_\\-]+)$" }, "BackupRule5CAMoveToColdStorageAfterDays": { "type": "integer", "description": "For backup plan rule #5 copy actions: The number of days after creation before the recovery point is moved to cold storage. Valid values are between 1 and 35600. If the value is set to 0, the backup never moves to cold storage. Only Amazon EFS file system backups can be transitioned to cold storage.", "minimum": 0, "maximum": 35600, "default": 0 }, "BackupRule5CopyActionsDeleteAfterDays": { "type": "integer", "description": "For backup plan rule #5 copy actions: The number of days after creation that a recovery point is deleted. Valid values are between 1 and 35600. If a value is not specified, the backup never expires.", "minimum": 0, ct-2hyozbpa0sx0m Version April 22, 2025 2557 AMS Advanced Change Type Reference AMS Advanced Change Type Details "maximum": 35600, "default": 0 }, "BackupRule6Name": { "type": "string", "description": "A meaningful name for the AWS Backup plan rule #6.", "default": "" }, "BackupRule6Vault": { "type": "string", "description": "The name of the AWS Backup Vault to be used in the AWS Backup plan rule #6.", "default": "ams-custom-backups" }, "BackupRule6CompletionWindowMinutes": { "type": "integer", "description": "The amount of time, in minutes, that AWS Backup attempts a backup before canceling the job and returning an error. If a time is specified, then StartWindowMinutes must be specified, and the specified CompleteWindowMinutes time must be at least 60 minutes greater than StartWindowMinutes.", "minimum": 1, "maximum": 99000, "default": 1400 }, "BackupRule6ScheduleExpression": { "description": "A cron expression that specifies when the AWS Backup service initiates a backup job. For example, cron(0 2 ? * * *) will set a daily backup for 2am UTC time.", "type": "string", "pattern": "^(cron|rate)\\(.*\\)$" }, "BackupRule6DeleteAfterDays": { "type": "integer", "description": "The number of days after creation that a backup is deleted. Valid values are between 1 and 35600. If a value is not specified, the backup never expires.", "minimum": 0, "maximum": 35600, "default": 0 }, "BackupRule6MoveToColdStorageAfterDays": { "type": "integer", ct-2hyozbpa0sx0m Version April 22, 2025 2558 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "The number of days after creation that a backup is moved to cold storage. Valid values are between 1 and 35600. If the value is set to 0, the backup never moves to cold storage.", "minimum": 0, "maximum": 35600, "default": 0 }, "BackupRule6StartWindowMinutes": { "type": "integer", "description": "The period of time, in minutes, after a backup is scheduled to wait before a job is canceled if it doesn't start successfully.", "minimum": 60, "maximum": 99000, "default": 180 }, "BackupRule6RecoveryPointTagKey": { "type": "string", "description": "A key for the tag that is assigned to all created recovery points for backup rule #6." }, "BackupRule6RecoveryPointTagValue": { "type": "string", "description": "A value for the BackupRule6RecoveryPointTagKey." }, "BackupRule6EnableContinuousBackup": { "type": "string", "description": "True to create a continuous backup rule, false to not create the rule. Default is false.", "enum": [ "true", "false" ], "default": "false" }, "BackupRule6CopyActionsDestVaultArn": { "type": "string", "description": "For backup plan rule #6: The Amazon Resource Name (ARN) of the destination backup vault for the copied backup.", "default": "", "pattern": "^$|^(arn:(aws|aws-cn|aws-us-gov):backup:([a-z]{2}((-gov))?-[a- z]+-[0-9]){0,1}:[0-9]{12}:backup-vault:[a-zA-Z0-9\\_\\-]+)$" }, "BackupRule6CAMoveToColdStorageAfterDays": { "type": "integer", ct-2hyozbpa0sx0m Version April 22, 2025 2559 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "For backup plan rule #6 copy actions: The number of days after creation before the recovery point is moved to cold storage. Valid values are between 1 and 35600. If the value is set to 0, the backup never moves to cold storage. Only Amazon EFS file system backups can be transitioned to cold storage.", "minimum": 0, "maximum": 35600, "default": 0 }, "BackupRule6CopyActionsDeleteAfterDays": { "type": "integer", "description": "For backup plan rule #6 copy actions: The number of days after creation that a recovery point is deleted. Valid values are between 1 and 35600. If a value is not specified, the backup never expires.", "minimum": 0, "maximum": 35600, "default": 0 } }, "metadata": { "ui:order": [ "BackupPlanName", "ResourceTagKey", "ResourceTagValue", "WindowsVSS", "BackupRule1Name", "BackupRule1Vault", "BackupRule1CompletionWindowMinutes", "BackupRule1ScheduleExpression", "BackupRule1DeleteAfterDays", "BackupRule1MoveToColdStorageAfterDays", "BackupRule1StartWindowMinutes", "BackupRule1RecoveryPointTagKey", "BackupRule1RecoveryPointTagValue", "BackupRule1EnableContinuousBackup", "BackupRule1CopyActionsDestVaultArn", "BackupRule1CAMoveToColdStorageAfterDays", "BackupRule1CopyActionsDeleteAfterDays", "BackupRule2Name", "BackupRule2Vault", "BackupRule2CompletionWindowMinutes", "BackupRule2ScheduleExpression", "BackupRule2DeleteAfterDays", "BackupRule2MoveToColdStorageAfterDays", "BackupRule2StartWindowMinutes", ct-2hyozbpa0sx0m Version April 22, 2025 2560 AMS Advanced Change Type Reference AMS Advanced Change Type Details "BackupRule2RecoveryPointTagKey", "BackupRule2RecoveryPointTagValue", "BackupRule2EnableContinuousBackup", "BackupRule2CopyActionsDestVaultArn", "BackupRule2CAMoveToColdStorageAfterDays", "BackupRule2CopyActionsDeleteAfterDays", "BackupRule3Name", "BackupRule3Vault", "BackupRule3CompletionWindowMinutes", "BackupRule3ScheduleExpression", "BackupRule3DeleteAfterDays", "BackupRule3MoveToColdStorageAfterDays", "BackupRule3StartWindowMinutes", "BackupRule3RecoveryPointTagKey", "BackupRule3RecoveryPointTagValue", "BackupRule3EnableContinuousBackup", "BackupRule3CopyActionsDestVaultArn", "BackupRule3CAMoveToColdStorageAfterDays", "BackupRule3CopyActionsDeleteAfterDays", "BackupRule4Name", "BackupRule4Vault", "BackupRule4CompletionWindowMinutes", "BackupRule4ScheduleExpression", "BackupRule4DeleteAfterDays", "BackupRule4MoveToColdStorageAfterDays", "BackupRule4StartWindowMinutes", "BackupRule4RecoveryPointTagKey", "BackupRule4RecoveryPointTagValue", "BackupRule4EnableContinuousBackup", "BackupRule4CopyActionsDestVaultArn", "BackupRule4CAMoveToColdStorageAfterDays", "BackupRule4CopyActionsDeleteAfterDays", "BackupRule5Name", "BackupRule5Vault", "BackupRule5CompletionWindowMinutes", "BackupRule5ScheduleExpression", "BackupRule5DeleteAfterDays", "BackupRule5MoveToColdStorageAfterDays", "BackupRule5StartWindowMinutes", "BackupRule5RecoveryPointTagKey", "BackupRule5RecoveryPointTagValue", "BackupRule5EnableContinuousBackup", "BackupRule5CopyActionsDestVaultArn", "BackupRule5CAMoveToColdStorageAfterDays", ct-2hyozbpa0sx0m Version April 22, 2025 2561 AMS Advanced Change Type Reference AMS Advanced Change Type Details "BackupRule5CopyActionsDeleteAfterDays", "BackupRule6Name", "BackupRule6Vault", "BackupRule6CompletionWindowMinutes", "BackupRule6ScheduleExpression", "BackupRule6DeleteAfterDays", "BackupRule6MoveToColdStorageAfterDays", "BackupRule6StartWindowMinutes", "BackupRule6RecoveryPointTagKey", "BackupRule6RecoveryPointTagValue", "BackupRule6EnableContinuousBackup", "BackupRule6CopyActionsDestVaultArn", "BackupRule6CAMoveToColdStorageAfterDays", "BackupRule6CopyActionsDeleteAfterDays" ] }, "required": [ "BackupPlanName", "ResourceTagKey", "ResourceTagValue", "BackupRule1Name", "BackupRule1Vault", "BackupRule1ScheduleExpression" ], "additionalProperties": false } }, "metadata": { "ui:order": [ "Name", "VpcId", "Description", "Parameters",
ams-ct-675
ams-ct.pdf
675
Change Type Details "BackupRule2RecoveryPointTagKey", "BackupRule2RecoveryPointTagValue", "BackupRule2EnableContinuousBackup", "BackupRule2CopyActionsDestVaultArn", "BackupRule2CAMoveToColdStorageAfterDays", "BackupRule2CopyActionsDeleteAfterDays", "BackupRule3Name", "BackupRule3Vault", "BackupRule3CompletionWindowMinutes", "BackupRule3ScheduleExpression", "BackupRule3DeleteAfterDays", "BackupRule3MoveToColdStorageAfterDays", "BackupRule3StartWindowMinutes", "BackupRule3RecoveryPointTagKey", "BackupRule3RecoveryPointTagValue", "BackupRule3EnableContinuousBackup", "BackupRule3CopyActionsDestVaultArn", "BackupRule3CAMoveToColdStorageAfterDays", "BackupRule3CopyActionsDeleteAfterDays", "BackupRule4Name", "BackupRule4Vault", "BackupRule4CompletionWindowMinutes", "BackupRule4ScheduleExpression", "BackupRule4DeleteAfterDays", "BackupRule4MoveToColdStorageAfterDays", "BackupRule4StartWindowMinutes", "BackupRule4RecoveryPointTagKey", "BackupRule4RecoveryPointTagValue", "BackupRule4EnableContinuousBackup", "BackupRule4CopyActionsDestVaultArn", "BackupRule4CAMoveToColdStorageAfterDays", "BackupRule4CopyActionsDeleteAfterDays", "BackupRule5Name", "BackupRule5Vault", "BackupRule5CompletionWindowMinutes", "BackupRule5ScheduleExpression", "BackupRule5DeleteAfterDays", "BackupRule5MoveToColdStorageAfterDays", "BackupRule5StartWindowMinutes", "BackupRule5RecoveryPointTagKey", "BackupRule5RecoveryPointTagValue", "BackupRule5EnableContinuousBackup", "BackupRule5CopyActionsDestVaultArn", "BackupRule5CAMoveToColdStorageAfterDays", ct-2hyozbpa0sx0m Version April 22, 2025 2561 AMS Advanced Change Type Reference AMS Advanced Change Type Details "BackupRule5CopyActionsDeleteAfterDays", "BackupRule6Name", "BackupRule6Vault", "BackupRule6CompletionWindowMinutes", "BackupRule6ScheduleExpression", "BackupRule6DeleteAfterDays", "BackupRule6MoveToColdStorageAfterDays", "BackupRule6StartWindowMinutes", "BackupRule6RecoveryPointTagKey", "BackupRule6RecoveryPointTagValue", "BackupRule6EnableContinuousBackup", "BackupRule6CopyActionsDestVaultArn", "BackupRule6CAMoveToColdStorageAfterDays", "BackupRule6CopyActionsDeleteAfterDays" ] }, "required": [ "BackupPlanName", "ResourceTagKey", "ResourceTagValue", "BackupRule1Name", "BackupRule1Vault", "BackupRule1ScheduleExpression" ], "additionalProperties": false } }, "metadata": { "ui:order": [ "Name", "VpcId", "Description", "Parameters", "TimeoutInMinutes", "StackTemplateId" ] }, "required": [ "Name", "VpcId", "Description", "Parameters", "TimeoutInMinutes", "StackTemplateId" ct-2hyozbpa0sx0m Version April 22, 2025 2562 AMS Advanced Change Type Reference AMS Advanced Change Type Details ], "additionalProperties": false } Schema for Change Type ct-2iz9nvw8zlhst Classifications: • Management | Host security | Trend Micro DSM | Remove Trend Micro EPS agent (review required) { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Remove Trend Micro EPS Agent", "description": "For Bring Your Own EPS (BYOEPS) only. Remove the Trend Micro EPS agent installed on your AMS-managed Elastic Compute Cloud (EC2) instance.", "type": "object", "properties": { "Region": { "description": "The AWS Region where the EC2 instance is located.", "type": "string", "pattern": "^([a-z]{2}((-gov))?-[a-z]+-\\d{1})$" }, "InstanceId": { "description": "The list of EC2 instance IDs where the Trend Micro EPS agent is to be removed.", "type": "array", "items": { "type": "string", "pattern": "^i-[a-zA-Z0-9]{8}$|^i-[a-zA-Z0-9]{17}$" }, "minItems": 1, "maxItems": 20, "uniqueItems": true }, "ShouldRebootAfterTrendUninstall": { "type": "boolean", "description": "True for instances to be rebooted after uninstalling Trend Micro EPS agent. False for the instance to not reboot after agent removal. The default value is true.", "default": true ct-2iz9nvw8zlhst Version April 22, 2025 2563 AMS Advanced Change Type Reference AMS Advanced Change Type Details }, "Priority": { "description": "The priority of the request. See AMS \"RFC scheduling\" documentation for a definition of the priorities.", "type": "string", "enum": [ "Low", "Medium", "High" ] } }, "required": [ "Region", "InstanceId" ], "additionalProperties": true, "metadata": { "ui:order": [ "Region", "InstanceId", "ShouldRebootAfterTrendUninstall", "Priority" ] } } Schema for Change Type ct-2j7q1hgf26x5c Classifications: • Deployment | Managed landing zone | Management account | Create tools account (with VPC) { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Create Tools Account With VPC", "description": "Create a managed AWS landing zone tools account and a VPC with a private subnet, an isolated private subnet, and a public subnet. Optionally, also create an AWS Backup plan with up to four different rules. Managed AWS landing zone core accounts must already be onboarded to AWS Managed Services (AMS).", "type": "object", "properties": { ct-2j7q1hgf26x5c Version April 22, 2025 2564 AMS Advanced Change Type Reference "AccountName": { AMS Advanced Change Type Details "description": "A name for the new tools account. Maximum length 50 characters. The underscore ( _ ) is not allowed.", "type": "string", "pattern": "^[a-zA-Z0-9]{1}[a-zA-Z0-9.-]{0,49}$" }, "Parameters": { "type": "object", "properties": { "AccountEmail": { "description": "The email address for the new tools account. The email must be unique per account, since it will be used, with your password, to sign in as root user to your account. This email address is not used for communication.", "type": "string", "pattern": "^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+\\.[a-zA-Z0-9-.]+$" }, "ApplicationOUName": { "description": "The name of an existing organizational unit (OU) for this tools account, in the form of <application ou name>:<child ou name>. The default value is applications:tools.", "type": "string", "default": "applications:tools" }, "SupportLevel": { "description": "The account's AMS support level, Premium or Plus.", "type": "string", "enum": [ "plus", "premium" ] }, "VpcName": { "description": "A meaningful name for the tools account VPC. Must be unique within this tools account.", "type": "string" }, "VpcCIDR": { "description": "The Classless Inter-Domain Routing (CIDR) for the VPC.", "type": "string", "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]| [1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$" }, "TransitGatewayApplicationRouteTableName": { ct-2j7q1hgf26x5c Version April 22, 2025 2565 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "The existing AWS Transit Gateway route table for this tools account VPC. The default is defaultAppRouteDomain. To create a new application route table, use the Create Application Route Table change type (ct-1urj94c3hdfu5).", "type": "string", "default": "defaultAppRouteDomain" }, "PrivateSubnetIsolatedCIDR": { "description": "The CIDR range to create the isolated private subnet. There is no communication back to on premises network from this subnet.", "type": "string", "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]| [1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$" }, "PrivateSubnetCIDR": { "description": "The CIDR range to create the private subnet.", "type": "string", "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]| [1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$" }, "PublicSubnetCIDR": { "description": "The CIDR for the public subnet", "type": "string", "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]| [1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$" }, "DirectAlertsEmail": { "description": "The email address to receive certain resource-based alerts; note the onboarding process will create your SNS subscription. If not specified, then you can subscribe later using the Subscribe to DirectCustomerAlerts change type (ct-3rcl9u1k017wu).", "type": "string", "pattern": "^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-] {0,61}[a-zA-Z0-9])?(?:\\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$" }, "SamlMetadataDocumentURL": { "description": "The URL that points to the Security Assertion Markup Language(SAML) metadata document that is used to enable federated access to the tools
ams-ct-676
ams-ct.pdf
676
}, "PrivateSubnetCIDR": { "description": "The CIDR range to create the private subnet.", "type": "string", "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]| [1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$" }, "PublicSubnetCIDR": { "description": "The CIDR for the public subnet", "type": "string", "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]| [1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$" }, "DirectAlertsEmail": { "description": "The email address to receive certain resource-based alerts; note the onboarding process will create your SNS subscription. If not specified, then you can subscribe later using the Subscribe to DirectCustomerAlerts change type (ct-3rcl9u1k017wu).", "type": "string", "pattern": "^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-] {0,61}[a-zA-Z0-9])?(?:\\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$" }, "SamlMetadataDocumentURL": { "description": "The URL that points to the Security Assertion Markup Language(SAML) metadata document that is used to enable federated access to the tools account. Typically, a pre-signed URL for an Amazon S3 object.", "type": "string", "pattern": "^https://.+$|^$" }, "BackupPlanName": { "type": "string", ct-2j7q1hgf26x5c Version April 22, 2025 2566 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "A meaningful name for the AWS Backup plan, which is a policy expression that defines when and how you want to back up your AWS resources.", "default": "default-backup-plan" }, "ResourceTagKey": { "type": "string", "description": "The tag key (case sensitive) of the resources to be backed up. For example, if you want to use a tag key:value pair like 'Department:accounting', you need to provide 'Department' as the ResourceTagKey and 'accounting' as the ResourceTagValue.", "default": "Backup" }, "ResourceTagValue": { "type": "string", "description": "The tag value (case sensitive) of the resources to be backed up. For example, if you want to use a tag key:value pair like 'Department:accounting', you need to provide 'Department' as the ResourceTagKey and 'accounting' as the ResourceTagValue.", "default": "True" }, "BackupRule1ScheduleExpression": { "description": "A cron expression that specifies when the AWS Backup service initiates a backup job. For example, cron(0 2 ? *) sets a daily backup for 2am UTC time.", "type": "string", "pattern": "^(cron|rate)\\(.*\\)$", "default": "cron(0 2 ? * * )" }, "BackupRule1DeleteAfterDays": { "type": "integer", "description": "The number of days after creation that the daily backups are deleted. Valid values are between 1 and 35600. If the value is set to 0, the backup never expires.", "minimum": 0, "maximum": 35600, "default": 7 }, "BackupRule1MoveToColdStorageAfterDays": { "type": "integer", "description": "The number of days after creation that daily backup are moved to cold storage. Valid values are between 1 and 35600. If the value is set to 0, the backup never moves to cold storage.", "minimum": 0, "maximum": 35600, ct-2j7q1hgf26x5c Version April 22, 2025 2567 AMS Advanced Change Type Reference "default": 0 }, "BackupRule2ScheduleExpression": { AMS Advanced Change Type Details "description": "A cron expression that specifies when the AWS Backup service initiates a backup job. For example, cron(0 2 ? *) sets a daily backup for 2am UTC time.", "type": "string", "pattern": "^(cron|rate)\\(.*\\)$" }, "BackupRule2DeleteAfterDays": { "type": "integer", "description": "The number of days after creation that weekly backups are deleted. Valid values are between 1 and 35600. If a value is set to 0, the backup never expires.", "minimum": 0, "maximum": 35600, "default": 0 }, "BackupRule2MoveToColdStorageAfterDays": { "type": "integer", "description": "The number of days after creation that weekly backups are moved to cold storage. Valid values are between 1 and 35600. If the value is set to 0, the backup never moves to cold storage.", "minimum": 0, "maximum": 35600, "default": 0 }, "BackupRule3ScheduleExpression": { "description": "A cron expression that specifies when the AWS Backup service initiates a backup job. For example, cron(0 2 ? *) sets a daily backup for 2am UTC time.", "type": "string", "pattern": "^(cron|rate)\\(.*\\)$" }, "BackupRule3DeleteAfterDays": { "type": "integer", "description": "The number of days after creation that monthly backups are deleted. Valid values are between 1 and 35600. If the value is set to 0, the backup never expires.", "minimum": 0, "maximum": 35600, "default": 0 }, "BackupRule3MoveToColdStorageAfterDays": { ct-2j7q1hgf26x5c Version April 22, 2025 2568 AMS Advanced Change Type Reference AMS Advanced Change Type Details "type": "integer", "description": "The number of days after creation that the monthly backups are moved to cold storage. Valid values are between 1 and 35600. If the value is set to 0, the backup never moves to cold storage.", "minimum": 0, "maximum": 35600, "default": 0 }, "BackupRule4ScheduleExpression": { "description": "A cron expression that specifies when the AWS Backup service initiates a backup job. For example, cron(0 2 ? * * *) will set a daily backup for 2am UTC time.", "type": "string", "pattern": "^(cron|rate)\\(.*\\)$" }, "BackupRule4DeleteAfterDays": { "type": "integer", "description": "The number of days after creation that the yearly backups are deleted. Valid values are between 1 and 35600. If a value is set to 0, the backup never expires.", "minimum": 0, "maximum": 35600, "default": 0 }, "BackupRule4MoveToColdStorageAfterDays": { "type": "integer", "description": "The number of days after creation that the yearly backups are moved to cold storage. Valid values are between 1 and 35600. If the value is set to 0, the backup never moves to cold storage.", "minimum": 0, "maximum": 35600, "default": 0 } },
ams-ct-677
ams-ct.pdf
677
for 2am UTC time.", "type": "string", "pattern": "^(cron|rate)\\(.*\\)$" }, "BackupRule4DeleteAfterDays": { "type": "integer", "description": "The number of days after creation that the yearly backups are deleted. Valid values are between 1 and 35600. If a value is set to 0, the backup never expires.", "minimum": 0, "maximum": 35600, "default": 0 }, "BackupRule4MoveToColdStorageAfterDays": { "type": "integer", "description": "The number of days after creation that the yearly backups are moved to cold storage. Valid values are between 1 and 35600. If the value is set to 0, the backup never moves to cold storage.", "minimum": 0, "maximum": 35600, "default": 0 } }, "metadata": { "ui:order": [ "AccountEmail", "ApplicationOUName", "SupportLevel", "DirectAlertsEmail", "SamlMetadataDocumentURL", "VpcName", "VpcCIDR", "TransitGatewayApplicationRouteTableName", ct-2j7q1hgf26x5c Version April 22, 2025 2569 AMS Advanced Change Type Reference AMS Advanced Change Type Details "PrivateSubnetIsolatedCIDR", "PrivateSubnetCIDR", "PublicSubnetCIDR", "BackupPlanName", "ResourceTagKey", "ResourceTagValue", "BackupRule1ScheduleExpression", "BackupRule1DeleteAfterDays", "BackupRule1MoveToColdStorageAfterDays", "BackupRule2ScheduleExpression", "BackupRule2DeleteAfterDays", "BackupRule2MoveToColdStorageAfterDays", "BackupRule3ScheduleExpression", "BackupRule3DeleteAfterDays", "BackupRule3MoveToColdStorageAfterDays", "BackupRule4ScheduleExpression", "BackupRule4DeleteAfterDays", "BackupRule4MoveToColdStorageAfterDays" ] }, "additionalProperties": false, "required": [ "AccountEmail", "SupportLevel", "VpcName", "VpcCIDR", "PrivateSubnetIsolatedCIDR", "PrivateSubnetCIDR", "PublicSubnetCIDR", "BackupPlanName", "ResourceTagKey", "ResourceTagValue", "BackupRule1ScheduleExpression" ] } }, "metadata": { "ui:order": [ "AccountName", "Parameters" ] }, "additionalProperties": false, "required": [ ct-2j7q1hgf26x5c Version April 22, 2025 2570 AMS Advanced Change Type Reference AMS Advanced Change Type Details "AccountName", "Parameters" ] } Schema for Change Type ct-2jndrh7uit8uf Classifications: • Deployment | AMS patterns | Solution | Deploy (review required) { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Deploy AMS Patterns", "description": "Deploy an AMS pattern to the current account. Patterns provide tools, architectures, and step-by-step guidance for implementing the methodologies for the migration strategy. Multi-account landing zone accounts can also specify OrganizationalUnit to deploy the pattern to all the accounts in that OU.", "type": "object", "properties": { "PatternName": { "description": "The name of the AMS pattern to be deployed. Please reach out to your AMS Cloud Architect for more details about each pattern before deploying.", "type": "string", "enum": [ "amsAviatrixSALZ", "amsAzureADFederationUser", "amsCheckAndEnableLDAPSignAndSeal", "amsCheckAndRepairSecureChannel", "amsCICDwithAwsCodeSuite", "amsCISHardening", "amscloudcustodianpipeline", "amsCloudWatchAlarmScheduler", "amsCloudWatchLogGroupsPeriodicRetention", "amsCloudwatchLogsRetention", "amsControlTowerAccountNotify", "amsCrossAccountSnapshotCopier", "amsCrowdStrikeAgentManagement", "amsCUDOS", "amsCWAlarmforDirectConnect", "amsCWCustomMetrics", "amsCWLogsAgentManagement", ct-2jndrh7uit8uf Version April 22, 2025 2571 AMS Advanced Change Type Reference AMS Advanced Change Type Details "amsCWLogsAggregationToSplunk", "amsCyberArkIntegration", "amsDataSyncMonitor", "amsDCMasking", "amsDeleteNATGateways", "amsDetectAndRemediateVpnAlarms", "amsDiskUsageAutomation", "amsDotNetPatchesExclusion", "amsDR", "amsDSMlogsToS3snsLambdaStreaming", "amsEBSSnapshotDeletion", "amsEbsVolumeSnapshotTagger", "amsEnhancedLinuxAccessManagement", "amsEOSInstanceChecker", "amsEPSEventSNSNotification", "amsEventsToSplunk", "amsGuardDutySnsIntegration", "amsImdsv1ToImdsv2DashboardMonitoringAccount", "amsImdsv1ToImdsv2DashboardPerAccount", "amsImdsv1ToImdsv2DashboardSourceAccounts", "amsImdsv1ToImdsv2Remediation", "amsIMDSv2Enforcer", "amsInfrastructureCICD", "amsModifyAlarmSNS", "amsOrphanedEBSVolumesCleanup", "amsPrismaCloud", "amsProwler", "amsPublicENIAudit", "amsQualysAgentManagement", "amsQuotaMonitor", "amsQuotaMonitorNoOUSALZ", "amsQuotaMonitorLogging", "amsQuotaMonitorSqSpoke", "amsQuotaMonitorTaSpoke", "amsRDPBastionPreWarm", "amsRDPBastionTools", "amsRdsCustomMonitoring", "amsRdsMSSQLMonitoring", "amsRDSSecretsRotation", "amsRFCSlackNotifications", "amsS3ReplicationCustomObjectKeys", "amsSnowflakeIntegration", "amsSpecificChangeTypeRFCNotification", "amsTagChecker", ct-2jndrh7uit8uf Version April 22, 2025 2572 AMS Advanced Change Type Reference AMS Advanced Change Type Details "amsUpdateR53onBastionRotation", "AWS_SSO_Running_on_AMS_MAD_Account" ] }, "PatternParameters": { "description": "Add parameters (parameter name/value pairs) required for deploying AMS Pattern.", "type": "array", "items": { "type": "object", "properties": { "Name": { "type": "string" }, "Value": { "type": "string" } }, "additionalProperties": false, "metadata": { "ui:order": [ "Name", "Value" ] }, "required": [ "Name", "Value" ] }, "minItems": 0, "maxItems": 60, "uniqueItems": true }, "OrganizationalUnitIds": { "description": "Organizational Unit Ids in which the patterns will be deployed to. Use this for deploying a pattern as a StackSet stack in a multi-account landing zone (MALZ) Management account. For single-account landing zone (SALZ) application account, ignore this parameter.", "type": "array", "items": { "type": "string", "pattern": "ou-[0-9a-z]{4,32}-[a-z0-9]{8,32}$" }, ct-2jndrh7uit8uf Version April 22, 2025 2573 AMS Advanced Change Type Reference AMS Advanced Change Type Details "uniqueItems": true }, "Priority": { "description": "The priority of the request. See AMS \"RFC scheduling\" documentation for a definition of the priorities.", "type": "string", "enum": [ "Low", "Medium", "High" ] } }, "additionalProperties": false, "metadata": { "ui:order": [ "PatternName", "PatternParameters", "OrganizationalUnitIds", "Priority" ] }, "required": [ "PatternName" ] } Schema for Change Type ct-2jvzjwunghrhy Classifications: • Deployment | Advanced stack components | RDS database stack | Create (for Aurora) { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Create a RDS Aurora stack allowing either MultiAZ or Single Instance", "description": "Create an AWS Relational Database Service (RDS) Aurora stack using either multi-availability zone (MultiAZ) or a single instance.", "type": "object", "properties": { "Description": { "description": "Meaningful information about the resource to be created.", ct-2jvzjwunghrhy Version April 22, 2025 2574 AMS Advanced Change Type Reference AMS Advanced Change Type Details "type": "string", "minLength": 1, "maxLength": 500 }, "VpcId": { "description": "ID of the VPC to use, in the form vpc-0123abcd or vpc-01234567890abcdef.", "type": "string", "pattern": "^vpc-[a-z0-9]{8}$|^vpc-[a-z0-9]{17}$" }, "Name": { "description": "A name for the stack or stack component; this becomes the Stack Name.", "type": "string", "minLength": 1, "maxLength": 255 }, "Tags": { "description": "Up to fifty tags (key/value pairs) to categorize the resource.", "type": "array", "items": { "type": "object", "properties": { "Key": { "type": "string", "minLength": 1, "maxLength": 127 }, "Value": { "type": "string", "minLength": 1, "maxLength": 255 } }, "additionalProperties": false, "metadata": { "ui:order": [ "Key", "Value" ] }, "required": [ "Key", "Value" ct-2jvzjwunghrhy Version April 22, 2025 2575 AMS Advanced Change Type Reference AMS Advanced Change Type Details ] }, "minItems": 0, "maxItems": 50, "uniqueItems": true }, "StackTemplateId": { "description": "Must be stm-j24cifrdi0untnsn6", "type": "string", "enum": [ "stm-j24cifrdi0untnsn6" ], "default": "stm-j24cifrdi0untnsn6" }, "TimeoutInMinutes": {
ams-ct-678
ams-ct.pdf
678
1, "maxLength": 255 }, "Tags": { "description": "Up to fifty tags (key/value pairs) to categorize the resource.", "type": "array", "items": { "type": "object", "properties": { "Key": { "type": "string", "minLength": 1, "maxLength": 127 }, "Value": { "type": "string", "minLength": 1, "maxLength": 255 } }, "additionalProperties": false, "metadata": { "ui:order": [ "Key", "Value" ] }, "required": [ "Key", "Value" ct-2jvzjwunghrhy Version April 22, 2025 2575 AMS Advanced Change Type Reference AMS Advanced Change Type Details ] }, "minItems": 0, "maxItems": 50, "uniqueItems": true }, "StackTemplateId": { "description": "Must be stm-j24cifrdi0untnsn6", "type": "string", "enum": [ "stm-j24cifrdi0untnsn6" ], "default": "stm-j24cifrdi0untnsn6" }, "TimeoutInMinutes": { "description": "The maximum amount of time, in minutes, to allow for execution of the change. This will not prolong execution, but the RFC fails if the change is not completed in the specified time.", "type": "number", "minimum": 0, "maximum": 360, "default": 60 }, "Parameters": { "type": "object", "properties": { "AutoMinorVersionUpgrade": { "type": "string", "description": "True if the RDS instance should have automatic minor version upgrade, false if it should not. Default is true.", "enum": [ "true", "false" ], "default": "true" }, "BackupRetentionPeriod": { "type": "integer", "description": "The number of days for which automatic database (DB) snapshots are retained. Range is 1 - 35.", "default": 7, "minimum": 1, "maximum": 35 }, ct-2jvzjwunghrhy Version April 22, 2025 2576 AMS Advanced Change Type Reference AMS Advanced Change Type Details "ClusterName": { "type": "string", "description": "Optional identifier for the DB Cluster that is created with your instance. If you do not provide one, a default identifier based on the instance identifier is used. The cluster identifier is used in determining the cluster's connection endpoint.", "pattern": "^[a-zA-Z]{1}(?!.*--)(?!.*-$)[A-Za-z0-9-]{0,62}$|^$", "default": "" }, "DBEngine": { "type": "string", "description": "The name of the engine for the Aurora database. For a MySQL 5.6 compatible database, use 'aurora', for a MySQL 5.7 compatible database, use 'aurora-mysql', for a PostgreSQL compatible database, use 'aurora-postgresql'. Not every database engine is available for every AWS region. For a list of available engines, use the DescribeDBEngineVersions AWS API action.", "enum": [ "aurora", "aurora-mysql", "aurora-postgresql" ], "default": "aurora" }, "DBName": { "type": "string", "description": "A name for the database. The meaning of this parameter differs according to the database engine you use.", "pattern": "^[a-zA-Z0-9]{1,64}$", "maxLength": 64, "minLength": 1 }, "DBClusterParameterGroupName": { "description": "The name of an existing DB cluster parameter group. The parameter group must be compatible with the DBEngine and the EngineVersion.", "type": "string", "pattern": "^(?!.*--.*)(?!.*-$)[a-zA-Z][a-zA-Z0-9-.]{0,254}$" }, "DBSubnetGroupName": { "type": "string", "description": "The name of an existing DB subnet group provisioned with the \"RDS database stack | Create DB subnet group\" change type.", "pattern": "^[a-zA-Z0-9._-]{1,255}$" }, "EngineVersion": { ct-2jvzjwunghrhy Version April 22, 2025 2577 AMS Advanced Change Type Reference AMS Advanced Change Type Details "type": "string", "description": "The version number of the database engine to use. Not every database version is available for every AWS region.", "pattern": "^\\d.\\d.\\d{2}[a-z]$|^5.\\d.mysql_aurora.\\d.\\d{2}.\\d$|^8.\ \d.mysql_aurora.\\d.\\d{2}.\\d$|^(\\d{2}.\\d{0,2})$|^$", "default": "" }, "InstanceType": { "type": "string", "description": "The instance type to use, this determines the compute and memory capacity for the DB instance. Not every instance type is available for every database engine.", "enum": [ "db.serverless", "db.t2.small", "db.t2.medium", "db.t3.micro", "db.t3.small", "db.t3.medium", "db.t3.large", "db.t3.xlarge", "db.t3.2xlarge", "db.t4g.medium", "db.t4g.large", "db.r3.large", "db.r3.xlarge", "db.r3.2xlarge", "db.r3.4xlarge", "db.r3.8xlarge", "db.r4.large", "db.r4.xlarge", "db.r4.2xlarge", "db.r4.4xlarge", "db.r4.8xlarge", "db.r4.16xlarge", "db.r5.large", "db.r5.xlarge", "db.r5.2xlarge", "db.r5.4xlarge", "db.r5.8xlarge", "db.r5.12xlarge", "db.r5.16xlarge", "db.r5.24xlarge", "db.r6g.large", ct-2jvzjwunghrhy Version April 22, 2025 2578 AMS Advanced Change Type Reference AMS Advanced Change Type Details "db.r6g.xlarge", "db.r6g.2xlarge", "db.r6g.4xlarge", "db.r6g.8xlarge", "db.r6g.12xlarge", "db.r6g.16xlarge", "db.x2g.large", "db.x2g.xlarge", "db.x2g.2xlarge", "db.x2g.4xlarge", "db.x2g.8xlarge", "db.x2g.12xlarge", "db.x2g.16xlarge" ], "default": "db.r4.large" }, "MasterUsername": { "type": "string", "description": "The name that you use with the configured MasterUserPassword to log in to your DB instance. Must begin with a letter and contain from 1 to 16 alphanumeric characters.", "pattern": "^[a-zA-Z][a-zA-Z0-9]{1,15}$", "maxLength": 16, "minLength": 1 }, "MasterUserPassword": { "type": "string", "description": "The password that you use with the configured MasterUsername to log in to your DB instance. Must contain from 8 to 41 printable ASCII characters (excluding backslash, double quotes, and at sign).", "pattern": "^$|(?!@/\")[a-zA-Z0-9]{8,41}$", "maxLength": 41, "minLength": 8, "metadata": { "ams:sensitive": true } }, "MultiAZ": { "type": "string", "description": "True to have a secondary replica of your DB instance created in another Availability Zone for failover support, false to not have a standby. Default is true.", "enum": [ "true", ct-2jvzjwunghrhy Version April 22, 2025 2579 AMS Advanced Change Type Reference AMS Advanced Change Type Details "false" ], "default": "true" }, "PerformanceInsights": { "type": "string", "description": "True to enable Performance Insights for the DB instance, false to not. Performance Insights is only available on engine type aurora and aurora- postgresql.", "enum": [ "true", "false" ], "default": "true" }, "PerformanceInsightsKMSKey": { "type": "string", "description": "ARN of the KMS master key to use to encrypt Performance Insights data. Specify default to use the default RDS KMS Key.", "pattern": "^default$|^(arn:aws:kms:[a-z0-9-]+:[0-9]{12}:key/){0,1}[a-f0-9] {8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$|^$", "default": "" }, "PerformanceInsightsRetentionPeriod": { "type": "string", "description": "The amount of time, in
ams-ct-679
ams-ct.pdf
679
Version April 22, 2025 2579 AMS Advanced Change Type Reference AMS Advanced Change Type Details "false" ], "default": "true" }, "PerformanceInsights": { "type": "string", "description": "True to enable Performance Insights for the DB instance, false to not. Performance Insights is only available on engine type aurora and aurora- postgresql.", "enum": [ "true", "false" ], "default": "true" }, "PerformanceInsightsKMSKey": { "type": "string", "description": "ARN of the KMS master key to use to encrypt Performance Insights data. Specify default to use the default RDS KMS Key.", "pattern": "^default$|^(arn:aws:kms:[a-z0-9-]+:[0-9]{12}:key/){0,1}[a-f0-9] {8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$|^$", "default": "" }, "PerformanceInsightsRetentionPeriod": { "type": "string", "description": "The amount of time, in days, to retain Performance Insights data. Valid values are 7 or 731 (2 years).", "enum": [ "7", "731" ], "default": "7" }, "Port": { "type": "string", "description": "The port for the instance. Valid range is: 1150-65535. Specifying 0 assigns the default based on the selected DBEngine (aurora=3306, aurora- mysql=3306, aurora-postgresql=5432).", "pattern": "^(0|11[5-8][0-9]|119[0-9]|1[2-9][0-9]{2}|[2-9][0-9]{3}|[1-5][0-9] {4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-5])$", "default": "0" }, "PreferredBackupWindow": { "type": "string", ct-2jvzjwunghrhy Version April 22, 2025 2580 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "The daily time range during which automated backups are created. Must be in the format hh:mm-hh:mm (24-hour format), in Universal Coordinated Time (UTC). Must not conflict with the PreferredMaintenanceWindow setting, and must be at least 30 minutes.", "pattern": "^[0-9]{2}:[0-9]{2}-[0-9]{2}:[0-9]{2}$", "default": "22:00-23:00" }, "PreferredMaintenanceWindow": { "type": "string", "description": "The weekly time range during which system maintenance can occur, in UTC. Must be in the format ddd:hh:mm-ddd:hh:mm (24-hour format), in Universal Coordinated Time (UTC) and must be at least 30 minutes. If you don't specify PreferredMaintenanceWindow, then Amazon RDS assigns a 30-minute maintenance window on a randomly selected day of the week.", "pattern": "^$|[a-z]{3}:[0-9]{2}:[0-9]{2}-[a-z]{3}:[0-9]{2}:[0-9]{2}$", "default": "" }, "ServerlessScalingMaxCapacity": { "description": "The maximum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless cluster. The largest value that you can use is 128.0. Only applies to db.serverless InstanceType.", "type": "number", "minimum": 1, "maximum": 128, "default": 1 }, "ServerlessScalingMinCapacity": { "description": "The minimum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless cluster. The smallest value that you can use is 0.5. Only applies to db.serverless InstanceType.", "type": "number", "minimum": 0.5, "maximum": 128, "default": 0.5 }, "StorageEncryptionKey": { "type": "string", "description": "ARN of the KMS master key to use to encrypt the database. Specify default to use the default RDS KMS Key. Leave blank to not encrypt the database.", "pattern": "^default$|^(arn:aws:kms:[a-z0-9-]+:[0-9]{12}:key/){0,1}[a-f0-9] {8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$|^$", "default": "" } ct-2jvzjwunghrhy Version April 22, 2025 2581 AMS Advanced Change Type Reference AMS Advanced Change Type Details }, "metadata": { "ui:order": [ "DBEngine", "EngineVersion", "InstanceType", "MultiAZ", "DBName", "ClusterName", "DBClusterParameterGroupName", "DBSubnetGroupName", "MasterUsername", "MasterUserPassword", "Port", "StorageEncryptionKey", "AutoMinorVersionUpgrade", "PerformanceInsights", "PerformanceInsightsKMSKey", "PerformanceInsightsRetentionPeriod", "BackupRetentionPeriod", "PreferredBackupWindow", "PreferredMaintenanceWindow", "ServerlessScalingMaxCapacity", "ServerlessScalingMinCapacity" ] }, "required": [ "DBEngine", "EngineVersion", "DBName", "DBSubnetGroupName", "MasterUsername", "MasterUserPassword" ], "additionalProperties": false } }, "metadata": { "ui:order": [ "Description", "VpcId", "Name", "Parameters", "TimeoutInMinutes", ct-2jvzjwunghrhy Version April 22, 2025 2582 AMS Advanced Change Type Reference AMS Advanced Change Type Details "StackTemplateId", "Tags" ] }, "required": [ "Description", "VpcId", "Name", "Parameters", "TimeoutInMinutes", "StackTemplateId" ], "additionalProperties": false } Schema for Change Type ct-2lt0jeydeumpe Classifications: • Management | Advanced stack components | KMS key | Enable rotation { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Enable KMS CMK Auto Rotation", "description": "Enable automatic key rotation for an AWS Key Management Service (KMS) customer master key (CMK).", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-EnableKMSKeyRotation.", "type": "string", "enum": [ "AWSManagedServices-EnableKMSKeyRotation" ], "default": "AWSManagedServices-EnableKMSKeyRotation" }, "Region": { "description": "The AWS Region in which the KMS Key is located, in the form us- east-1.", "type": "string", "pattern": "^([a-z]{2}((-gov))?-[a-z]+-\\d{1})$" }, ct-2lt0jeydeumpe Version April 22, 2025 2583 AMS Advanced Change Type Reference AMS Advanced Change Type Details "Parameters": { "type": "object", "properties": { "KeyId": { "description": "The ID of the KMS key to enable rotation for. This can be either the key ID or the key ARN.", "type": "array", "items": { "type": "string", "pattern": "^(arn:(aws|aws-cn|aws-us-gov):kms:[a-z0-9-]+:[0-9]{12}:key/)? [a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$" }, "minItems": 1, "maxItems": 1 } }, "metadata": { "ui:order": [ "KeyId" ] }, "additionalProperties": false, "required": [ "KeyId" ] } }, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, "additionalProperties": false, "required": [ "DocumentName", "Region", "Parameters" ] } ct-2lt0jeydeumpe Version April 22, 2025 2584 AMS Advanced Change Type Reference AMS Advanced Change Type Details Schema for Change Type ct-2mf36chtp1ejh Classifications: • Management | Managed Firewall | Outbound (Palo Alto) | Remove URLs { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Remove Allow List URLs", "description": "Remove URLs from an allow list file for AMS managed Palo Alto firewall - Outbound.", "type": "object", "properties": { "RequestType": { "description": "Must be RemoveURLs.", "type": "string", "enum": [ "RemoveURLs" ], "default": "RemoveURLs" }, "Parameters": { "type": "object", "properties": { "URLs": { "description": "The URLs to remove from the allow list. URLs must end with a forward slash i.e '*.amazon.com/'.", "type": "array", "items": { "type": "string", "pattern": "^((\\*|([a-zA-Z0-9][a-zA-Z0-9-_]{0,62}[a-zA-Z0-9]{0,1}))\\.) {1,127}([a-zA-Z][a-zA-Z0-9\\-]{0,23}[a-zA-Z]\\/)$" }, "minItems": 1,
ams-ct-680
ams-ct.pdf
680
Details Schema for Change Type ct-2mf36chtp1ejh Classifications: • Management | Managed Firewall | Outbound (Palo Alto) | Remove URLs { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Remove Allow List URLs", "description": "Remove URLs from an allow list file for AMS managed Palo Alto firewall - Outbound.", "type": "object", "properties": { "RequestType": { "description": "Must be RemoveURLs.", "type": "string", "enum": [ "RemoveURLs" ], "default": "RemoveURLs" }, "Parameters": { "type": "object", "properties": { "URLs": { "description": "The URLs to remove from the allow list. URLs must end with a forward slash i.e '*.amazon.com/'.", "type": "array", "items": { "type": "string", "pattern": "^((\\*|([a-zA-Z0-9][a-zA-Z0-9-_]{0,62}[a-zA-Z0-9]{0,1}))\\.) {1,127}([a-zA-Z][a-zA-Z0-9\\-]{0,23}[a-zA-Z]\\/)$" }, "minItems": 1, "maxItems": 50 }, "AllowListName": { "description": "The name of the allow list.", "type": "string", "pattern": "^[a-zA-Z0-9][a-zA-Z0-9-_]{0,62}$" } }, ct-2mf36chtp1ejh Version April 22, 2025 2585 AMS Advanced Change Type Reference AMS Advanced Change Type Details "additionalProperties": false, "metadata": { "ui:order": [ "URLs", "AllowListName" ] }, "required": [ "URLs", "AllowListName" ] } }, "additionalProperties": false, "metadata": { "ui:order": [ "Parameters", "RequestType" ] }, "required": [ "Parameters", "RequestType" ] } Schema for Change Type ct-2murl5xzbxoxf Classifications: • Management | Directory Service | DNS | Add CNAME record { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Add DNS CNAME Record", "description": "Create a new DNS CNAME record in AWS Managed Microsoft Active Directory (AD). CNAME records must always point to another domain name, never directly to an IP address. For multi-account landing zone (MALZ), use this change type in the shared services account.", "type": "object", "properties": { "DocumentName": { ct-2murl5xzbxoxf Version April 22, 2025 2586 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "AWSManagedServices-CreateDNSCnameRecord-Admin", "type": "string", "enum": [ "AWSManagedServices-CreateDNSCnameRecord-Admin" ], "default": "AWSManagedServices-CreateDNSCnameRecord-Admin" }, "Region": { "description": "The AWS Region where AWS managed Microsoft AD in Directory Service is located, in the form us-east-1.", "type": "string", "pattern": "^([a-z]{2}((-gov))?-[a-z]+-\\d{1})$" }, "Parameters": { "type": "object", "properties": { "RecordName": { "description": "Fully qualified domain name (FQDN) of the target host. For example, EC2WIN-testhost1.example.local or app-lb.elb.ap-southeast2.amazon.com.", "type": "array", "items": { "type": "string", "pattern": "^([a-zA-Z0-9\\-\\.])+$" }, "minItems": 1, "maxItems": 1 }, "RecordCname": { "description": "A meaningful name for the DNS CNAME record. For example, myapp1.", "type": "array", "items": { "type": "string", "pattern": "^[a-zA-Z0-9\\-]{1,63}$" }, "minItems": 1, "maxItems": 1 } }, "metadata": { "ui:order": [ "RecordName", "RecordCname" ] ct-2murl5xzbxoxf Version April 22, 2025 2587 AMS Advanced Change Type Reference AMS Advanced Change Type Details }, "additionalProperties": false, "required": [ "RecordName", "RecordCname" ] } }, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, "additionalProperties": false, "required": [ "DocumentName", "Region", "Parameters" ] } Schema for Change Type ct-2ni31oyto1i5k Classifications: • Deployment | Advanced stack components | Identity and Access Management (IAM) | Create service-specific credentials { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Create Service-Specific Credentials", "description": "Generate a set of credentials consisting of a user name and password, to use to access the specified service.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-CreateServiceSpecificCredentials.", "type": "string", "enum": [ ct-2ni31oyto1i5k Version April 22, 2025 2588 AMS Advanced Change Type Reference AMS Advanced Change Type Details "AWSManagedServices-CreateServiceSpecificCredentials" ], "default": "AWSManagedServices-CreateServiceSpecificCredentials" }, "Region": { "description": "The AWS Region in which the AWS resource is located, in the form us-east-1.", "type": "string", "pattern": "^([a-z]{2}((-gov))?-[a-z]+-\\d{1})$" }, "Parameters": { "type": "object", "properties": { "Username": { "description": "The name of the IAM user to associate with the credentials.", "type": "array", "items": { "type": "string", "pattern": "^[\\w+=,.@-]+" }, "minItems": 1, "maxItems": 1 }, "Service": { "description": "The name of the AWS service to associate with the credentials.", "type": "array", "items": { "type": "string", "enum": [ "CodeCommit" ] }, "minItems": 1, "maxItems": 1 } }, "metadata": { "ui:order": [ "Username", "Service" ] }, ct-2ni31oyto1i5k Version April 22, 2025 2589 AMS Advanced Change Type Reference AMS Advanced Change Type Details "required": [ "Username", "Service" ], "additionalProperties": false } }, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, "required": [ "DocumentName", "Region", "Parameters" ], "additionalProperties": false } Schema for Change Type ct-2nyeguspp2g1l Classifications: • Deployment | Patching | SSM patch baseline | Create (CentOS) { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Create SSM Patch Baseline (CentOS)", "description": "Create an AWS Systems Manager (SSM) patch baseline to define which patches are approved for installation on your instances for CentOS. Specify existing instance \"Patch Group\" tag values for the patch baseline. The patch baseline is an SSM resource that you can manage with the SSM console.", "additionalProperties": false, "properties": { "ApprovalRules": { "description": "Create auto-approval rules to specify that certain types of operating system patches are approved automatically.", "items": { "additionalProperties": false, ct-2nyeguspp2g1l Version April 22, 2025 2590 AMS Advanced Change Type Reference AMS Advanced Change Type Details "properties": { "ApproveAfterDays": { "default": 7, "description": "The number of days to wait after a patch is released before approving patches automatically.", "maximum": 100, "minimum": 0, "type": "integer" }, "Classification": { "description": "The Classification of the patches to be selected. Allowed values are \"All\", \"Bugfix\", \"Enhancement\", \"Newpackage\", \"Recommended\" and \"Security\".", "items": {
ams-ct-681
ams-ct.pdf
681
can manage with the SSM console.", "additionalProperties": false, "properties": { "ApprovalRules": { "description": "Create auto-approval rules to specify that certain types of operating system patches are approved automatically.", "items": { "additionalProperties": false, ct-2nyeguspp2g1l Version April 22, 2025 2590 AMS Advanced Change Type Reference AMS Advanced Change Type Details "properties": { "ApproveAfterDays": { "default": 7, "description": "The number of days to wait after a patch is released before approving patches automatically.", "maximum": 100, "minimum": 0, "type": "integer" }, "Classification": { "description": "The Classification of the patches to be selected. Allowed values are \"All\", \"Bugfix\", \"Enhancement\", \"Newpackage\", \"Recommended\" and \"Security\".", "items": { "enum": [ "All", "Bugfix", "Enhancement", "Newpackage", "Recommended", "Security" ], "type": "string" }, "type": "array", "uniqueItems": true }, "Severity": { "description": "The severity of the patches to be selected. Allowed values are \"All\", \"Critical\", \"Important\", \"Low\", \"Moderate\" and \"None\".", "items": { "enum": [ "All", "Critical", "Important", "Low", "Moderate", "None" ], "type": "string" }, "type": "array", "uniqueItems": true } ct-2nyeguspp2g1l Version April 22, 2025 2591 AMS Advanced Change Type Reference AMS Advanced Change Type Details }, "metadata": { "ui:order": [ "Severity", "Classification", "ApproveAfterDays" ] }, "required": [ "ApproveAfterDays" ], "type": "object" }, "maxItems": 10, "minItems": 0, "type": "array", "uniqueItems": true }, "ApprovedPatches": { "description": "The list of patches to approve explicitly.", "items": { "type": "string", "maxLength": 100, "minLength": 1 }, "maxItems": 50, "minItems": 0, "type": "array", "uniqueItems": true }, "Description": { "description": "A meaningful description for this patch baseline.", "maxLength": 500, "minLength": 1, "type": "string" }, "Name": { "description": "A friendly name for this patch baseline.", "maxLength": 128, "minLength": 3, "pattern": "^[a-zA-Z0-9._-]+$", "type": "string" }, "OperatingSystem": { ct-2nyeguspp2g1l Version April 22, 2025 2592 AMS Advanced Change Type Reference AMS Advanced Change Type Details "default": "CentOS", "description": "The operating system of instances to which this baseline is applied.", "enum": [ "CentOS" ], "type": "string" }, "PatchGroupTagValues": { "description": "A list of the values of your \"Patch Group\" tags on the instances you want patched; the values for up to twenty-five \"Patch Group\" tags can be provided. Instances with those values are associated with this patch baseline.", "items": { "maxLength": 256, "minLength": 1, "type": "string" }, "maxItems": 25, "minItems": 1, "type": "array", "uniqueItems": true }, "RejectedPatches": { "description": "The list of patches to reject explicitly.", "items": { "maxLength": 100, "minLength": 1, "type": "string" }, "maxItems": 50, "minItems": 0, "type": "array", "uniqueItems": true }, "Tags": { "description": "Up to fifty tags (key/value pairs) to categorize the SSM patch baseline resource.", "type": "array", "items": { "type": "object", "properties": { "Key": { "type": "string", "minLength": 1, ct-2nyeguspp2g1l Version April 22, 2025 2593 AMS Advanced Change Type Reference AMS Advanced Change Type Details "maxLength": 127 }, "Value": { "type": "string", "minLength": 1, "maxLength": 255 } }, "additionalProperties": false, "metadata": { "ui:order": [ "Key", "Value" ] }, "required": [ "Key", "Value" ] }, "minItems": 1, "maxItems": 50, "uniqueItems": true } }, "metadata": { "ui:order": [ "OperatingSystem", "Name", "Description", "PatchGroupTagValues", "ApprovalRules", "ApprovedPatches", "RejectedPatches", "Tags" ] }, "required": [ "Name", "PatchGroupTagValues", "OperatingSystem" ], "type": "object" ct-2nyeguspp2g1l Version April 22, 2025 2594 AMS Advanced Change Type Reference AMS Advanced Change Type Details } Schema for Change Type ct-2oxl37nphsrjz Classifications: • Deployment | Advanced stack components | Database Migration Service (DMS) | Create source endpoint (S3) { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Create DMS source endpoint for S3", "description": "Use to create a Database Migration Service (DMS) source endpoint for S3.", "type": "object", "properties": { "Description": { "description": "Meaningful information about the resource to be created.", "type": "string", "minLength": 1, "maxLength": 500 }, "VpcId": { "description": "ID of the VPC to use, in the form vpc-0123abcd or vpc-01234567890abcdef.", "type": "string", "pattern": "^vpc-[a-z0-9]{8}$|^vpc-[a-z0-9]{17}$" }, "Name": { "description": "A name for the stack or stack component; this becomes the Stack Name.", "type": "string", "minLength": 1, "maxLength": 255 }, "Tags": { "description": "Up to 40 tags (key/value pairs) to categorize the resource.", "type": "array", "items": { "type": "object", "properties": { ct-2oxl37nphsrjz Version April 22, 2025 2595 AMS Advanced Change Type Reference "Key": { "type": "string", "pattern": "^[a-zA-Z0-9\\s_./=+-]{1,127}$", AMS Advanced Change Type Details "minLength": 1, "maxLength": 127 }, "Value": { "type": "string", "pattern": "^[a-zA-Z0-9\\s_./=+-]{1,127}$", "minLength": 1, "maxLength": 127 } }, "additionalProperties": false, "metadata": { "ui:order": [ "Key", "Value" ] }, "required": [ "Key", "Value" ] }, "minItems": 0, "maxItems": 40, "uniqueItems": true }, "StackTemplateId": { "description": "Must be stm-pud4ghhkp7395n9bc.", "type": "string", "enum": [ "stm-pud4ghhkp7395n9bc" ], "default": "stm-pud4ghhkp7395n9bc" }, "TimeoutInMinutes": { "description": "The maximum amount of time, in minutes, to allow for execution of the change. This will not prolong execution, but the RFC fails if the change is not completed in the specified time.", "type": "number", "minimum": 0, "maximum": 60, ct-2oxl37nphsrjz Version April 22, 2025 2596 AMS Advanced Change Type Reference AMS Advanced Change Type Details "default": 60 }, "Parameters": { "type": "object", "properties": { "EndpointIdentifier": { "type": "string", "description": "A meaningful identifier for the source database endpoint. Must
ams-ct-682
ams-ct.pdf
682
40, "uniqueItems": true }, "StackTemplateId": { "description": "Must be stm-pud4ghhkp7395n9bc.", "type": "string", "enum": [ "stm-pud4ghhkp7395n9bc" ], "default": "stm-pud4ghhkp7395n9bc" }, "TimeoutInMinutes": { "description": "The maximum amount of time, in minutes, to allow for execution of the change. This will not prolong execution, but the RFC fails if the change is not completed in the specified time.", "type": "number", "minimum": 0, "maximum": 60, ct-2oxl37nphsrjz Version April 22, 2025 2596 AMS Advanced Change Type Reference AMS Advanced Change Type Details "default": 60 }, "Parameters": { "type": "object", "properties": { "EndpointIdentifier": { "type": "string", "description": "A meaningful identifier for the source database endpoint. Must be unique for all endpoints owned by your AWS account in the current region. Must begin with a letter, must contain only ASCII letters, digits and hyphens and must not end with a hyphen or contain two consecutive hyphens.", "pattern": "^$|(?!.*--)[a-zA-Z][a-zA-Z0-9-]*[a-zA-Z0-9]$", "default": "" }, "EngineName": { "type": "string", "description": "Must be s3.", "enum": [ "s3" ] }, "ExtraConnectionAttributes": { "type": "string", "description": "Additional attributes associated with the connection. See AWS documentation for more information on the supported extra connection attributes for S3.", "default": "" }, "S3BucketFolder": { "type": "string", "description": "The folder name in the S3 bucket. This is the Amazon S3 bucket path where the CSV files can be found." }, "S3BucketName": { "type": "string", "description": "The name of the Amazon S3 bucket." }, "S3CompressionType": { "type": "string", "description": "Type of compression to use.", "enum": [ "GZIP", "NONE" ], ct-2oxl37nphsrjz Version April 22, 2025 2597 AMS Advanced Change Type Reference AMS Advanced Change Type Details "default": "NONE" }, "S3CsvDelimiter": { "type": "string", "description": "The delimiter used to separate columns in the source files. The default is a comma." }, "S3CsvRowDelimiter": { "type": "string", "description": "The delimiter used to separate rows in the source files. The default is a carriage return (\\n)" }, "S3ExternalTableDefinition": { "type": "string", "description": "The definition of the external table. A JSON document describing the structure of the tables and columns in the CSV files." }, "S3ServiceAccessRoleArn": { "type": "string", "description": "The Amazon Resource Name (ARN) of the service access IAM role.", "pattern": "^$|^arn:aws:iam::[0-9]{12}:role/[\\w-]+$" } }, "metadata": { "ui:order": [ "EndpointIdentifier", "EngineName", "ExtraConnectionAttributes", "S3BucketName", "S3BucketFolder", "S3CompressionType", "S3CsvDelimiter", "S3CsvRowDelimiter", "S3ExternalTableDefinition", "S3ServiceAccessRoleArn" ] }, "required": [ "EngineName", "S3BucketName", "S3ExternalTableDefinition", "S3ServiceAccessRoleArn" ], ct-2oxl37nphsrjz Version April 22, 2025 2598 AMS Advanced Change Type Reference AMS Advanced Change Type Details "additionalProperties": false } }, "metadata": { "ui:order": [ "Name", "Description", "VpcId", "Parameters", "TimeoutInMinutes", "StackTemplateId", "Tags" ] }, "required": [ "Description", "VpcId", "Name", "Parameters", "TimeoutInMinutes", "StackTemplateId" ], "additionalProperties": false } Schema for Change Type ct-2p93tyd5angmi Classifications: • Deployment | Managed landing zone | Management account | Create Accelerate account { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Create Accelerate Account", "description": "Create an Accelerate account in your AMS-managed landing zone. Accelerate provides patching, backup, monitoring and reports, but no requests for change.", "type": "object", "properties": { "AccountName": { "description": "A name for the new Accelerate account. Max length 50 characters. The underscore (_) is not allowed.", ct-2p93tyd5angmi Version April 22, 2025 2599 AMS Advanced Change Type Reference AMS Advanced Change Type Details "type": "string", "pattern": "^[a-zA-Z0-9]{1}[a-zA-Z0-9.-]{0,49}$" }, "AccountEmail": { "description": "The email address for the new Accelerate account. The email must be unique per account.", "type": "string", "pattern": "^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+\\.[a-zA-Z0-9-.]+$" }, "SupportLevel": { "description": "The account's AMS support level, Premium or Plus.", "type": "string", "enum": [ "plus", "premium" ] }, "AccelerateOUName": { "description": "The name of an existing organizational unit (OU) for this Accelerate account, default is accelerate. To use a child OU of an existing OU, the format is <Accelerate OU name>:<child OU name>.", "type": "string", "default": "accelerate" }, "Regions": { "description": "Select the AWS Region or Regions that you want AMS Accelerate to manage. The primary Region, the Region of your MALZ environment, must be included.", "type": "array", "items": { "type": "string", "pattern": "^(ap-northeast-1|ap-northeast-2|ap-south-1|ap-southeast-1|ap- southeast-2|ca-central-1|eu-central-1|eu-north-1|eu-west-1|eu-west-2|eu-west-3|sa- east-1|us-east-1|us-east-2|us-west-1|us-west-2)$" }, "minItems": 1, "uniqueItems": true }, "EnablePatch": { "description": "True to enable patch add-on, false to not. For an AWS account with the patch add-on, AMS monitors, reports, and installs vendor updates to EC2 instances for supported operating systems during your chosen maintenance windows. Please consult your CSDM about the charges for the Patch add-on.", "type": "boolean", "default": false ct-2p93tyd5angmi Version April 22, 2025 2600 AMS Advanced Change Type Reference AMS Advanced Change Type Details } }, "metadata": { "ui:order": [ "AccountName", "AccountEmail", "AccelerateOUName", "Regions", "SupportLevel", "EnablePatch" ] }, "additionalProperties": false, "required": [ "AccountName", "AccountEmail", "AccelerateOUName", "Regions", "SupportLevel", "EnablePatch" ] } Schema for Change Type ct-2paw0y79kvr3l Classifications: • Management | Managed landing zone | Application account | Delete VPC { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Delete Application Account VPC", "description": "Delete the virtual private cloud (VPC) in a managed landing zone application account.", "type": "object", "properties": { "VPCId": { "description": "The ID of the VPC to be deleted.", "type": "string", "pattern": "^vpc-[a-z0-9]{8}$|^vpc-[a-z0-9]{17}$" } }, ct-2paw0y79kvr3l Version April 22, 2025 2601 AMS
ams-ct-683
ams-ct.pdf
683
Reference AMS Advanced Change Type Details } }, "metadata": { "ui:order": [ "AccountName", "AccountEmail", "AccelerateOUName", "Regions", "SupportLevel", "EnablePatch" ] }, "additionalProperties": false, "required": [ "AccountName", "AccountEmail", "AccelerateOUName", "Regions", "SupportLevel", "EnablePatch" ] } Schema for Change Type ct-2paw0y79kvr3l Classifications: • Management | Managed landing zone | Application account | Delete VPC { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Delete Application Account VPC", "description": "Delete the virtual private cloud (VPC) in a managed landing zone application account.", "type": "object", "properties": { "VPCId": { "description": "The ID of the VPC to be deleted.", "type": "string", "pattern": "^vpc-[a-z0-9]{8}$|^vpc-[a-z0-9]{17}$" } }, ct-2paw0y79kvr3l Version April 22, 2025 2601 AMS Advanced Change Type Reference AMS Advanced Change Type Details "metadata": { "ui:order": [ "VPCId" ] }, "additionalProperties": false, "required": [ "VPCId" ] } Schema for Change Type ct-2pbqoffhclpek Classifications: • Management | Advanced stack components | Route 53 Resolver | Associate VPC with resolver rule { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Associate VPC With Resolver Rule", "description": "Associate a VPC with a Route 53 resolver rule, this causes the resolver to forward all DNS queries for the domain name specified in the rule, and that originate in the VPC, to the IP addresses specified in the rule.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-AssociateVPCWithResolverRule.", "type": "string", "enum": [ "AWSManagedServices-AssociateVPCWithResolverRule" ], "default": "AWSManagedServices-AssociateVPCWithResolverRule" }, "Region": { "description": "The AWS Region in which the Route 53 Resolver Rule is located, in the form us-east-1.", "type": "string", "pattern": "^([a-z]{2}((-gov))?-[a-z]+-\\d{1})$" }, "Parameters": { "type": "object", "properties": { ct-2pbqoffhclpek Version April 22, 2025 2602 AMS Advanced Change Type Reference "Name": { AMS Advanced Change Type Details "description": "A name for the association that you're creating between the resolver rule and a VPC.", "type": "string", "pattern": "^$|^(?!.*(AWSManagedServices-|AMS-|ams-))[A-Za-z0-9-_' ']+$", "default": "" }, "ResolverRuleId": { "description": "The ID of the resolver rule that you want to associate with the VPC.", "type": "string", "pattern": "^(rslvr-rr-)[a-zA-Z0-9]{1,64}$" }, "VPCId": { "description": "The ID of the VPC that you want to associate the resolver rule with.", "type": "string", "pattern": "^vpc-[a-z0-9]{8}$|^vpc-[a-z0-9]{17}$" } }, "metadata": { "ui:order": [ "Name", "ResolverRuleId", "VPCId" ] }, "additionalProperties": false, "required": [ "ResolverRuleId", "VPCId" ] } }, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, "additionalProperties": false, "required": [ "DocumentName", ct-2pbqoffhclpek Version April 22, 2025 2603 AMS Advanced Change Type Reference AMS Advanced Change Type Details "Region", "Parameters" ] } Schema for Change Type ct-2pfarpvczsstr Classifications: • Management | Advanced stack components | Route 53 Resolver | Disassociate resolver rules from VPC { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Disassociate resolver rules from VPC", "description": "Removes the associations between specified resolver rules (upto 20) and a specified VPC.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-DisassociateVPCResolverRules.", "type": "string", "enum": [ "AWSManagedServices-DisassociateVPCResolverRules" ], "default": "AWSManagedServices-DisassociateVPCResolverRules" }, "Region": { "description": "The AWS Region in which the Route 53 Resolver Rule is located, in the form us-east-1.", "type": "string", "pattern": "^([a-z]{2}((-gov))?-[a-z]+-\\d{1})$" }, "Parameters": { "type": "object", "properties": { "ResolverRuleIds": { "description": "A list of resolver rule IDs that you want to disassociate from the VPC.", "type": "array", "items": { ct-2pfarpvczsstr Version April 22, 2025 2604 AMS Advanced Change Type Reference AMS Advanced Change Type Details "type": "string", "pattern": "^(rslvr-rr-)[a-zA-Z0-9]{1,64}$" }, "minItems": 1, "maxItems": 20 }, "VPCId": { "description": "The ID of the VPC where Route53 resolver rules are associated.", "type": "string", "pattern": "^vpc-[a-z0-9]{8}$|^vpc-[a-z0-9]{17}$" } }, "metadata": { "ui:order": [ "ResolverRuleIds", "VPCId" ] }, "additionalProperties": false, "required": [ "ResolverRuleIds", "VPCId" ] } }, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, "additionalProperties": false, "required": [ "DocumentName", "Region", "Parameters" ] } ct-2pfarpvczsstr Version April 22, 2025 2605 AMS Advanced Change Type Reference AMS Advanced Change Type Details Schema for Change Type ct-2pkdckieh62ps Classifications: • Management | AMS Resource Scheduler | Period | Update { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Update Resource Scheduler Period", "description": "Update an existing period used in AMS Resource Scheduler.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-AddOrUpdatePeriod.", "type": "string", "enum": [ "AWSManagedServices-AddOrUpdatePeriod" ], "default": "AWSManagedServices-AddOrUpdatePeriod" }, "Region": { "description": "The AWS Region of the account where the AMS Resource Scheduler solution is, in the form us-east-1.", "type": "string", "pattern": "^([a-z]{2}((-gov))?-[a-z]+-\\d{1})$" }, "Parameters": { "type": "object", "properties": { "Action": { "description": "Specify the value: update. This explicitly requests that the Resource Scheduler period be updated. The option cannot be left blank; it must be update.", "type": "array", "items": { "type": "string", "enum": [ "update" ], "default": "update" }, "maxItems": 1, ct-2pkdckieh62ps Version April 22, 2025 2606 AMS Advanced Change Type Reference AMS Advanced Change Type Details "minItems": 1 }, "Name": { "description": "The name of the period to update.", "type": "array", "items": { "type": "string", "pattern": "(?!^[-_, +=.:#/])^[A-Za-z0-9-_, +=.:#/]{1,64}$" }, "maxItems": 1, "minItems": 1 }, "Description": { "description": "A meaningful description for the period.", "type": "array", "items": { "type": "string", "pattern": "(?!^[-_, +=.:#/@])^[A-Za-z0-9-_, +=.:#/@]{1,1000}$|^$" }, "maxItems": 1, "minItems": 1 }, "BeginTime": { "description": "The time, in HH:MM format, a
ams-ct-684
ams-ct.pdf
684
left blank; it must be update.", "type": "array", "items": { "type": "string", "enum": [ "update" ], "default": "update" }, "maxItems": 1, ct-2pkdckieh62ps Version April 22, 2025 2606 AMS Advanced Change Type Reference AMS Advanced Change Type Details "minItems": 1 }, "Name": { "description": "The name of the period to update.", "type": "array", "items": { "type": "string", "pattern": "(?!^[-_, +=.:#/])^[A-Za-z0-9-_, +=.:#/]{1,64}$" }, "maxItems": 1, "minItems": 1 }, "Description": { "description": "A meaningful description for the period.", "type": "array", "items": { "type": "string", "pattern": "(?!^[-_, +=.:#/@])^[A-Za-z0-9-_, +=.:#/@]{1,1000}$|^$" }, "maxItems": 1, "minItems": 1 }, "BeginTime": { "description": "The time, in HH:MM format, a resource starts under this period.", "type": "array", "items": { "type": "string", "pattern": "^((?:[01]\\d|2[0-3]):[0-5]\\d)$|^$" }, "maxItems": 1, "minItems": 1 }, "EndTime": { "description": "The time, in HH:MM format, a resource stops under this period.", "type": "array", "items": { "type": "string", "pattern": "^((?:[01]\\d|2[0-3]):[0-5]\\d)$|^$" }, "maxItems": 1, "minItems": 1 }, ct-2pkdckieh62ps Version April 22, 2025 2607 AMS Advanced Change Type Reference "Months": { AMS Advanced Change Type Details "description": "Enter a comma-delimited list of months (e.g. jan, feb), a hyphenated range of months (e.g. jan-dec), or every n-th month (e.g. jan/3 for every 3rd month starting from jan) during which the resource runs. Abbreviated month names (e.g. jan, feb, march) and numbers (1, 2, 12) are supported.", "type": "array", "items": { "type": "string", "pattern": "(?!^[-_,/]$)^([a-zA-Z0-9,-/]*)$|^$" }, "maxItems": 1, "minItems": 1 }, "MonthDays": { "description": "Enter a comma-delimited list of days of the month (e.g. 1, 5, 15), a hyphenated range of days (e.g. 1-15), every n-th day of the month (e.g 1/7 for every 7th day starting on the 1st) or every n-th day day of the month in a range ( e.g. 1-15/2 for every other day from 1st to the 15th), the last day of the month (specify L), or the nearest weekday to a specific date (specify W e.g. 15W) during which the resource runs.", "type": "array", "items": { "type": "string", "pattern": "(?!^[-_,/]$)^([a-zA-Z0-9,-/]*)$|^$" }, "maxItems": 1, "minItems": 1 }, "WeekDays": { "description": "Enter a comma-delimited list of days of the week (e.g. Mon, Wed, Fri), a range of days of the week (e.g. Mon-Thu), or n-th occurrence of a weekday in the month (e.g Mon#1 or 0#1 for first Monday of the month) during which the resource runs. Enter a day and L ro run a resource on the last occurrence of that weekday in the month (e.g. friL or 4L to run on the last Friday of the month). Abbreviated week day names (e.g. Sun, Mon, Thu), and numbers (0, 1, 3), are supported.", "type": "array", "items": { "type": "string", "pattern": "(?!^[-_,/]$)^([a-zA-Z0-9,#-/]*)$|^$" }, "maxItems": 1, "minItems": 1 } ct-2pkdckieh62ps Version April 22, 2025 2608 AMS Advanced Change Type Reference AMS Advanced Change Type Details }, "metadata": { "ui:order": [ "Action", "Name", "Description", "BeginTime", "EndTime", "Months", "MonthDays", "WeekDays" ] }, "required": [ "Action", "Name" ], "additionalProperties": false } }, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, "required": [ "DocumentName", "Region", "Parameters" ], "additionalProperties": false } Schema for Change Type ct-2ptn20pq7ur3x Classifications: • Management | AMS Resource Scheduler | Schedule | Describe { ct-2ptn20pq7ur3x Version April 22, 2025 2609 AMS Advanced Change Type Reference AMS Advanced Change Type Details "$schema": "http://json-schema.org/draft-04/schema#", "name": "Describe Resource Scheduler Schedules", "description": "Describe (generate a detailed list) of existing schedules used in AMS Resource Scheduler.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-DescribeScheduleOrPeriods.", "type": "string", "enum": [ "AWSManagedServices-DescribeScheduleOrPeriods" ], "default": "AWSManagedServices-DescribeScheduleOrPeriods" }, "Region": { "description": "The AWS Region of the account where the AMS Resource Scheduler solution is, in the form us-east-1.", "type": "string", "pattern": "^([a-z]{2}((-gov))?-[a-z]+-\\d{1})$" }, "Parameters": { "type": "object", "properties": { "ConfigurationType": { "description": "Specify the value: schedules. This explicitly requests that the Resource Scheduler existing schedules be described. The option cannot be left blank; it must be schedules.", "type": "array", "items": { "type": "string", "enum": [ "schedules" ], "default": "schedules" }, "maxItems": 1, "minItems": 1 } }, "metadata": { "ui:order": [ "ConfigurationType" ] }, ct-2ptn20pq7ur3x Version April 22, 2025 2610 AMS Advanced Change Type Reference AMS Advanced Change Type Details "required": [ "ConfigurationType" ], "additionalProperties": false } }, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, "required": [ "DocumentName", "Region", "Parameters" ], "additionalProperties": false } Schema for Change Type ct-2pxyajek47am2 Classifications: • Management | Managed landing zone | Networking account | Disable TGW propagation { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Disable TGW Propagation", "description": "Disable the Transit Gateway (TGW) attachment from propagating routes to the TGW route table. For multi-account landing zone (MALZ), use this change type in the Network account only.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-DisableTGWRouteTablePropagation.", "type": "string", "enum": [ "AWSManagedServices-DisableTGWRouteTablePropagation" ], "default": "AWSManagedServices-DisableTGWRouteTablePropagation" ct-2pxyajek47am2 Version April 22, 2025 2611 AMS Advanced Change Type Reference AMS Advanced Change Type Details }, "Region": { "description": "The AWS Region where the TGW attachment and TGW route
ams-ct-685
ams-ct.pdf
685
Type ct-2pxyajek47am2 Classifications: • Management | Managed landing zone | Networking account | Disable TGW propagation { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Disable TGW Propagation", "description": "Disable the Transit Gateway (TGW) attachment from propagating routes to the TGW route table. For multi-account landing zone (MALZ), use this change type in the Network account only.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-DisableTGWRouteTablePropagation.", "type": "string", "enum": [ "AWSManagedServices-DisableTGWRouteTablePropagation" ], "default": "AWSManagedServices-DisableTGWRouteTablePropagation" ct-2pxyajek47am2 Version April 22, 2025 2611 AMS Advanced Change Type Reference AMS Advanced Change Type Details }, "Region": { "description": "The AWS Region where the TGW attachment and TGW route table are located, in the form us-east-1.", "type": "string", "pattern": "^([a-z]{2}((-gov))?-[a-z]+-\\d{1})$" }, "Parameters": { "type": "object", "properties": { "TransitGatewayAttachmentId": { "description": "The TGW attachment ID, in the form tgw- attach-01234567890abcdef.", "type": "array", "items": { "type": "string", "pattern": "^tgw-attach-[a-z0-9]{17}$" }, "maxItems": 1, "minItems": 1 }, "TransitGatewayRouteTableId": { "description": "The TGW route table ID, in the form tgw- rtb-01234567890abcdef.", "type": "array", "items": { "type": "string", "pattern": "^tgw-rtb-[a-z0-9]{17}$" }, "maxItems": 1, "minItems": 1 } }, "metadata": { "ui:order": [ "TransitGatewayAttachmentId", "TransitGatewayRouteTableId" ] }, "additionalProperties": false, "required": [ "TransitGatewayAttachmentId", "TransitGatewayRouteTableId" ] ct-2pxyajek47am2 Version April 22, 2025 2612 AMS Advanced Change Type Reference AMS Advanced Change Type Details } }, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, "additionalProperties": false, "required": [ "DocumentName", "Region", "Parameters" ] } Schema for Change Type ct-2q5azjd8p1ag5 Classifications: • Deployment | Advanced stack components | Database Migration Service (DMS) | Create replication subnet group { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Create a DMS replication subnet group", "description": "Use to create a Database Migration Service (DMS) replication subnet group. Resource creation will fail if the dms-vpc-role IAM role doesn't already exist.", "type": "object", "properties": { "Description": { "description": "Meaningful information about the resource to be created.", "type": "string", "minLength": 1, "maxLength": 500 }, "VpcId": { "description": "ID of the VPC to use, in the form vpc-0123abcd or vpc-01234567890abcdef", ct-2q5azjd8p1ag5 Version April 22, 2025 2613 AMS Advanced Change Type Reference AMS Advanced Change Type Details "type": "string", "pattern": "^vpc-[a-z0-9]{8}$|^vpc-[a-z0-9]{17}$" }, "Name": { "description": "A name for the stack or stack component; this becomes the Stack Name.", "type": "string", "minLength": 1, "maxLength": 255 }, "Tags": { "description": "Up to 40 tags (key/value pairs) to categorize the resource.", "type": "array", "minItems": 0, "maxItems": 40, "uniqueItems": true, "items": { "type": "object", "properties": { "Key": { "type": "string", "minLength": 1, "maxLength": 127 }, "Value": { "type": "string", "minLength": 1, "maxLength": 127 } }, "additionalProperties": false, "metadata": { "ui:order": [ "Key", "Value" ] }, "required": [ "Key", "Value" ] } }, "StackTemplateId": { ct-2q5azjd8p1ag5 Version April 22, 2025 2614 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "Must be stm-j637f96ls1h4oy5fj", "type": "string", "enum": [ "stm-j637f96ls1h4oy5fj" ] }, "TimeoutInMinutes": { "description": "The maximum amount of time, in minutes, to allow for execution of the change. This will not prolong execution, but the RFC fails if the change is not completed in the specified time.", "type": "number", "minimum": 0, "maximum": 60, "default": 60 }, "Parameters": { "type": "object", "properties": { "Identifier": { "type": "string", "description": "The identifier for the replication subnet group. Given a unique ID if none is provided.", "pattern": "[0-9a-zA-Z\\-]{0,255}" }, "Description": { "type": "string", "description": "The description for the replication subnet group.", "pattern": "[^\\n]+" }, "SubnetIds": { "type": "array", "description": "Two or more subnet IDs for the replication subnet group, in the form subnet-0123abcd or subnet-01234567890abcdef.", "items": { "type": "string" } } }, "metadata": { "ui:order": [ "SubnetIds", "Identifier", "Description" ] ct-2q5azjd8p1ag5 Version April 22, 2025 2615 AMS Advanced Change Type Reference AMS Advanced Change Type Details }, "required": [ "Description", "SubnetIds" ], "additionalProperties": false } }, "metadata": { "ui:order": [ "Name", "Description", "VpcId", "Parameters", "TimeoutInMinutes", "StackTemplateId", "Tags" ] }, "required": [ "Description", "VpcId", "Name", "Parameters", "TimeoutInMinutes", "StackTemplateId" ], "additionalProperties": false } Schema for Change Type ct-2qhl8j1pjnbgn Classifications: • Deployment | Directory Service | DNS | Create group managed service account { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Create Group Managed Service Account", "description": "Create a new Active Directory (AD) Group Managed Service Account (gMSA). For multi-account landing zone (MALZ), use this change type in the shared services account.", ct-2qhl8j1pjnbgn Version April 22, 2025 2616 AMS Advanced Change Type Reference AMS Advanced Change Type Details "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-CreateADGroupManagedServiceAccount- Admin.", "type": "string", "enum": [ "AWSManagedServices-CreateADGroupManagedServiceAccount-Admin" ], "default": "AWSManagedServices-CreateADGroupManagedServiceAccount-Admin" }, "Region": { "description": "The AWS Region where the Microsoft AD in Directory Service is located, in the form us-east-1.", "type": "string", "pattern": "^([a-z]{2}((-gov))?-[a-z]+-\\d{1})$" }, "Parameters": { "type": "object", "properties": { "AccountName": { "description": "A meaningful name for your service account.", "type": "array", "items": { "type": "string", "pattern": "^[a-zA-Z0-9\\-\\_]{1,15}$" }, "minItems": 1, "maxItems": 1 }, "ComputerName": { "description": "The name of the computer object that will be added as a member to the AD group provided in the parameter PrincipalAllowedToRetrievePassword. If you are
ams-ct-686
ams-ct.pdf
686
"properties": { "DocumentName": { "description": "Must be AWSManagedServices-CreateADGroupManagedServiceAccount- Admin.", "type": "string", "enum": [ "AWSManagedServices-CreateADGroupManagedServiceAccount-Admin" ], "default": "AWSManagedServices-CreateADGroupManagedServiceAccount-Admin" }, "Region": { "description": "The AWS Region where the Microsoft AD in Directory Service is located, in the form us-east-1.", "type": "string", "pattern": "^([a-z]{2}((-gov))?-[a-z]+-\\d{1})$" }, "Parameters": { "type": "object", "properties": { "AccountName": { "description": "A meaningful name for your service account.", "type": "array", "items": { "type": "string", "pattern": "^[a-zA-Z0-9\\-\\_]{1,15}$" }, "minItems": 1, "maxItems": 1 }, "ComputerName": { "description": "The name of the computer object that will be added as a member to the AD group provided in the parameter PrincipalAllowedToRetrievePassword. If you are using this parameter, then you must also provide the 'PrincipalAllowedToRetrievePassword' parameter.", "type": "array", "items": { "type": "string", "pattern": "^[a-zA-Z0-9\\-\\_]{1,15}$" }, "minItems": 1, "maxItems": 1 }, "DNSHostName": { ct-2qhl8j1pjnbgn Version April 22, 2025 2617 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "The fully qualified DNS host name of the AD Group Managed Service Account (gMSA).", "type": "array", "items": { "type": "string", "pattern": "^$|^([a-zA-Z0-9]+[\\.-])+([a-zA-Z0-9])+[.]?$" }, "minItems": 1, "maxItems": 1 }, "ManagedPasswordIntervalInDays": { "description": "The number of days before a password change is required.", "type": "array", "items": { "type": "string", "pattern": "^\\d+$", "default": "30" }, "minItems": 1, "maxItems": 1 }, "PrincipalAllowedToRetrievePassword": { "description": "AD Group or principal that can retrieve the gMSA password from the Domain Controller.", "type": "array", "items": { "type": "string", "pattern": "^[a-zA-Z0-9\\-\\_\\ ]*[\\$]?$" }, "minItems": 1, "maxItems": 1 }, "KerberosEncryptionType": { "description": "The Kerberos encryption types the service account supports. If this parameter is empty, the encryption supported will be set to RC4,AES128,AES256", "type": "array", "items": { "type": "string", "pattern": "^$|^(RC4|AES128|AES256|None)(,(RC4|AES128|AES256|None))*$" }, "minItems": 1, "maxItems": 1 } ct-2qhl8j1pjnbgn Version April 22, 2025 2618 AMS Advanced Change Type Reference AMS Advanced Change Type Details }, "metadata": { "ui:order": [ "AccountName", "ManagedPasswordIntervalInDays", "PrincipalAllowedToRetrievePassword", "ComputerName", "DNSHostName", "KerberosEncryptionType" ] }, "additionalProperties": false, "required": [ "AccountName" ] } }, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, "additionalProperties": false, "required": [ "DocumentName", "Region", "Parameters" ] } Schema for Change Type ct-2qjqju7h67s7w Classifications: • Management | Monitoring and notification | GuardDuty threat intel set | Delete (review required) { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Delete GuardDuty ThreatIntelSet", ct-2qjqju7h67s7w Version April 22, 2025 2619 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "Use to delete an Amazon GuardDuty ThreatIntelSet instance which is a list of known malicious IP addresses.", "type": "object", "properties": { "DetectorId": { "description": "The detector ID that specifies the GuardDuty service whose ThreatIntelSet you want to delete. Leave this blank to use the only detector in the selected region (this will not succeed if there is more than one detector in the selected region).", "pattern": "^[a-fA-F0-9]{32}$|^$", "type": "string" }, "Region": { "description": "Region to use in the form of us-east-1.", "type": "string", "minLength": 1 }, "ThreatIntelSetId": { "description": "The unique ID that specifies the ThreatIntelSet that you want to delete.", "type": "string", "minLength": 1 }, "Priority": { "description": "The priority of the request. See AMS \"RFC scheduling\" documentation for a definition of the priorities.", "type": "string", "enum": [ "Low", "Medium", "High" ] } }, "metadata": { "ui:order": [ "Region", "ThreatIntelSetId", "DetectorId", "Priority" ] }, "additionalProperties": false, "required": [ ct-2qjqju7h67s7w Version April 22, 2025 2620 AMS Advanced Change Type Reference AMS Advanced Change Type Details "Region", "ThreatIntelSetId" ] } Schema for Change Type ct-2qldv4h9osmau Classifications: • Deployment | Advanced stack components | Network Load Balancer | Create { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Create Network Load Balancer", "description": "Use to create a Network Load Balancer.", "type": "object", "properties": { "Description": { "description": "Meaningful information about the resource to be created.", "type": "string", "minLength": 1, "maxLength": 500 }, "VpcId": { "description": "ID of the VPC to use, in the form vpc-0123abcd or vpc-01234567890abcdef", "type": "string", "pattern": "^vpc-[a-z0-9]{8}$|^vpc-[a-z0-9]{17}$" }, "Name": { "description": "A name for the stack or stack component; this becomes the Stack Name.", "type": "string", "minLength": 1, "maxLength": 255 }, "Tags": { "description": "Up to 40 tags (key/value pairs) to categorize the resource.", "type": "array", "minItems": 0, "maxItems": 40, "uniqueItems": true, ct-2qldv4h9osmau Version April 22, 2025 2621 AMS Advanced Change Type Reference AMS Advanced Change Type Details "items": { "type": "object", "properties": { "Key": { "type": "string", "pattern": "^[a-zA-Z0-9\\s_./=+-]{1,127}$", "minLength": 1, "maxLength": 127 }, "Value": { "type": "string", "pattern": "^[a-zA-Z0-9\\s_./=+-]{1,127}$", "minLength": 1, "maxLength": 127 } }, "additionalProperties": false, "metadata": { "ui:order": [ "Key", "Value" ] }, "required": [ "Key", "Value" ] } }, "StackTemplateId": { "description": "Must be stm-[a-z]{17}", "type": "string", "enum": [ "stm-l70qr9itukvqssg8d" ], "default": "stm-l70qr9itukvqssg8d" }, "TimeoutInMinutes": { "description": "The maximum amount of time, in minutes, to allow for execution of the change. This will not prolong execution, but the RFC fails if the change is not completed in the specified time.", "type": "number", "minimum": 0, "maximum": 360, ct-2qldv4h9osmau Version April 22, 2025 2622 AMS Advanced Change Type Reference AMS Advanced Change Type Details "default": 60 }, "Parameters": {
ams-ct-687
ams-ct.pdf
687
1, "maxLength": 127 } }, "additionalProperties": false, "metadata": { "ui:order": [ "Key", "Value" ] }, "required": [ "Key", "Value" ] } }, "StackTemplateId": { "description": "Must be stm-[a-z]{17}", "type": "string", "enum": [ "stm-l70qr9itukvqssg8d" ], "default": "stm-l70qr9itukvqssg8d" }, "TimeoutInMinutes": { "description": "The maximum amount of time, in minutes, to allow for execution of the change. This will not prolong execution, but the RFC fails if the change is not completed in the specified time.", "type": "number", "minimum": 0, "maximum": 360, ct-2qldv4h9osmau Version April 22, 2025 2622 AMS Advanced Change Type Reference AMS Advanced Change Type Details "default": 60 }, "Parameters": { "type": "object", "properties": { "HealthCheckHealthyThreshold": { "type": "string", "description": "The number of consecutive health check successes required to declare an EC2 instance healthy.", "pattern": "[2-9]{1}|10", "default": "3" }, "HealthCheckIntervalSeconds": { "type": "string", "description": "The approximate interval, in seconds, between health checks.", "enum": [ "10", "30" ], "default": "30" }, "HealthCheckTargetPath": { "type": "string", "description": "The ping path destination on the application hosts where the load balancer sends health check requests. This is only applicable if HealthCheckTargetProtocol = HTTP or HTTPS.", "default": "/" }, "HealthCheckTargetPort": { "type": "string", "description": "The port the load balancer uses when performing health checks on targets. The default is traffic-port, which indicates the port on which each target receives traffic from the load balancer.", "pattern": "([0-9]{1,5})?", "default": "" }, "HealthCheckTargetProtocol": { "type": "string", "description": "The protocol the load balancer uses when performing health checks on targets.", "enum": [ "HTTP", "HTTPS", ct-2qldv4h9osmau Version April 22, 2025 2623 AMS Advanced Change Type Reference AMS Advanced Change Type Details "TCP" ], "default": "TCP" }, "InstancePort": { "type": "string", "description": "The TCP port the listener uses to send traffic to the target instance.", "pattern": "[0-9]{1,5}", "default": "80" }, "LoadBalancerName": { "type": "string", "description": "A friendly name for the load balancer." }, "LoadBalancerPort": { "type": "string", "description": "The port number for the load balancer to use when routing external incoming traffic.", "pattern": "[0-9]{1,5}", "default": "80" }, "Public": { "type": "string", "description": "True if the load balancer endpoint is public, false if it is not. Default is false. Set to true if you choose a public subnet for the load balancer.", "enum": [ "true", "false" ], "default": "false" }, "CrossZoneEnabled": { "type": "string", "description": "True if cross-zone load balancing is enabled. False if it is not.", "enum": [ "true", "false" ], "default": "false" }, "SubnetIds": { ct-2qldv4h9osmau Version April 22, 2025 2624 AMS Advanced Change Type Reference AMS Advanced Change Type Details "type": "array", "description": "One or more subnet IDs for the load balancer, in the form subnet-0123abcd or subnet-01234567890abcdef.", "items": { "type": "string" } }, "ProxyProtocolV2": { "type": "string", "description": "True if proxy protocol version 2 is enabled. False if it is not.", "enum": [ "true", "false" ], "default": "false" }, "DeregistrationDelayTimeoutSeconds": { "type": "string", "description": "The amount of time, in seconds, for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused.", "pattern": "(3600|3[0-5]{1}[0-9]{2}|[1-2]{1}[0-9]{3}|[0-9]{1,3})", "default": "300" }, "TargetType": { "type": "string", "description": "The registration type of the targets in this target group.", "enum": [ "instance", "ip" ], "default": "instance" }, "Target1ID": { "type": "string", "description": "ID of the EC2 instance to register a target, in the form i-0123abcd or i-01234567890abcdef if TargetType = instance. IP address if TargetType = ip. Leave blank if you don't need to register a target.", "default": "" }, "Target1Port": { "type": "string", "description": "The port number on which the target is listening for traffic.", ct-2qldv4h9osmau Version April 22, 2025 2625 AMS Advanced Change Type Reference AMS Advanced Change Type Details "default": "" }, "Target1AvailabilityZone": { "type": "string", "description": "Where the target receives traffic from. Use an Availability Zone name if the target receives traffic from the load balancer nodes in the specified Availability Zone. Use all if the traffic is received from all enabled Availability Zones for the load balancer and the TargetType = ip and the IP address in Target1ID is outside the VPC. Leave blank if TargetType = instance.", "default": "" }, "Target2ID": { "type": "string", "description": "ID of the EC2 instance to register a target, in the form i-0123abcd or i-01234567890abcdef if TargetType = instance. IP address if TargetType = ip. Leave blank if you don't need to register a target.", "default": "" }, "Target2Port": { "type": "string", "description": "The port number on which the target is listening for traffic.", "default": "" }, "Target2AvailabilityZone": { "type": "string", "description": "Where the target receives traffic from. Use an Availability Zone name if the target receives traffic from the load balancer nodes in the specified Availability Zone. Use all if the traffic is received from all enabled Availability Zones for the load balancer and the TargetType = ip and the IP address in Target2ID is outside the VPC. Leave blank if TargetType = instance.", "default": "" }, "Target3ID":
ams-ct-688
ams-ct.pdf
688
don't need to register a target.", "default": "" }, "Target2Port": { "type": "string", "description": "The port number on which the target is listening for traffic.", "default": "" }, "Target2AvailabilityZone": { "type": "string", "description": "Where the target receives traffic from. Use an Availability Zone name if the target receives traffic from the load balancer nodes in the specified Availability Zone. Use all if the traffic is received from all enabled Availability Zones for the load balancer and the TargetType = ip and the IP address in Target2ID is outside the VPC. Leave blank if TargetType = instance.", "default": "" }, "Target3ID": { "type": "string", "description": "ID of the EC2 instance to register a target, in the form i-0123abcd or i-01234567890abcdef if TargetType = instance. IP address if TargetType = ip. Leave blank if you don't need to register a target.", "default": "" }, "Target3Port": { "type": "string", "description": "The port number on which the target is listening for traffic.", ct-2qldv4h9osmau Version April 22, 2025 2626 AMS Advanced Change Type Reference AMS Advanced Change Type Details "default": "" }, "Target3AvailabilityZone": { "type": "string", "description": "Where the target receives traffic from. Use an Availability Zone name if the target receives traffic from the load balancer nodes in the specified Availability Zone. Use all if the traffic is received from all enabled Availability Zones for the load balancer and the TargetType = ip and the IP address in Target3ID is outside the VPC. Leave blank if TargetType = instance.", "default": "" }, "Target4ID": { "type": "string", "description": "ID of the EC2 instance to register a target, in the form i-0123abcd or i-01234567890abcdef if TargetType = instance. IP address if TargetType = ip. Leave blank if you don't need to register a target.", "default": "" }, "Target4Port": { "type": "string", "description": "The port number on which the target is listening for traffic.", "default": "" }, "Target4AvailabilityZone": { "type": "string", "description": "Where the target receives traffic from. Use an Availability Zone name if the target receives traffic from the load balancer nodes in the specified Availability Zone. Use all if the traffic is received from all enabled Availability Zones for the load balancer and the TargetType = ip and the IP address in Target4ID is outside the VPC. Leave blank if TargetType = instance.", "default": "" } }, "metadata": { "ui:order": [ "LoadBalancerName", "SubnetIds", "Public", "LoadBalancerPort", "InstancePort", "ProxyProtocolV2", "DeregistrationDelayTimeoutSeconds", "CrossZoneEnabled", ct-2qldv4h9osmau Version April 22, 2025 2627 AMS Advanced Change Type Reference AMS Advanced Change Type Details "HealthCheckTargetPath", "HealthCheckTargetPort", "HealthCheckTargetProtocol", "HealthCheckHealthyThreshold", "HealthCheckIntervalSeconds", "TargetType", "Target1ID", "Target1Port", "Target1AvailabilityZone", "Target2ID", "Target2Port", "Target2AvailabilityZone", "Target3ID", "Target3Port", "Target3AvailabilityZone", "Target4ID", "Target4Port", "Target4AvailabilityZone" ] }, "required": [ "SubnetIds" ], "additionalProperties": false } }, "metadata": { "ui:order": [ "Name", "Description", "VpcId", "Parameters", "TimeoutInMinutes", "StackTemplateId", "Tags" ] }, "required": [ "Description", "VpcId", "Name", "Parameters", "TimeoutInMinutes", "StackTemplateId" ct-2qldv4h9osmau Version April 22, 2025 2628 AMS Advanced Change Type Reference AMS Advanced Change Type Details ], "additionalProperties": false } Schema for Change Type ct-2r2bffv9u6q4m Classifications: • Management | Advanced stack components | RDS database stack | Stop DB instance { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Stop RDS DB Instance", "description": "Stop an Amazon Relational Database Service (RDS) database (DB) instance. After seven days, the DB instance is automatically re-started. Supported engines are: MariaDB, Microsoft SQL Server, MySQL, Oracle, PostgreSQL. This change type doesn't apply to Aurora MySQL and Aurora PostgreSQL.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-StopRDSInstance.", "type": "string", "enum": [ "AWSManagedServices-StopRDSInstance" ], "default": "AWSManagedServices-StopRDSInstance" }, "Region": { "description": "The AWS Region in which the RDS DB is located, in the form us- east-1.", "type": "string", "pattern": "[a-z]{2}-[a-z]+-\\d{1}" }, "Parameters": { "type": "object", "properties": { "InstanceId": { "description": "RDS DB instance identifier.", "type": "array", "items": { "type": "string", "pattern": "(?=[a-zA-Z0-9-]{1,63}$)^[a-zA-Z][a-zA-Z0-9]*(-[a-zA-Z0-9]+)*$" ct-2r2bffv9u6q4m Version April 22, 2025 2629 AMS Advanced Change Type Reference AMS Advanced Change Type Details }, "minItems": 1, "maxItems": 1 } }, "metadata": { "ui:order": [ "InstanceId" ] }, "additionalProperties": false, "required": [ "InstanceId" ] } }, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, "additionalProperties": false, "required": [ "DocumentName", "Region", "Parameters" ] } Schema for Change Type ct-2r9xvd3sdsic0 Classifications: • Management | Managed account | Automated IAM provisioning with read-write permissions | Update custom deny list (review required) { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Update custom deny list for Automated IAM Provisioning", ct-2r9xvd3sdsic0 Version April 22, 2025 2630 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "Update the list of customer-defined denied actions for Automated IAM Provisioning. Make sure to provide the complete list of deny actions, including previously provisioned actions. The provided list replaces the previous list.", "type": "object", "properties": { "CustomerCustomDenyActionsList1": { "description": "A comma-separated list of actions to update the custom deny list. For example 'ec2:RunInstances, s3:Get*'. These actions will be denied in IAM policies created or updated by Automated IAM provisioning.", "type": "string", "pattern": "^[a-z0-9-]+:[A-Za-z0-9*-]+(?:,[a-z0-9-]+:[A-Za-z0-9*-]+)*$", "maxLength": 4096 }, "Priority": { "description":
ams-ct-689
ams-ct.pdf
689
for Automated IAM Provisioning", ct-2r9xvd3sdsic0 Version April 22, 2025 2630 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "Update the list of customer-defined denied actions for Automated IAM Provisioning. Make sure to provide the complete list of deny actions, including previously provisioned actions. The provided list replaces the previous list.", "type": "object", "properties": { "CustomerCustomDenyActionsList1": { "description": "A comma-separated list of actions to update the custom deny list. For example 'ec2:RunInstances, s3:Get*'. These actions will be denied in IAM policies created or updated by Automated IAM provisioning.", "type": "string", "pattern": "^[a-z0-9-]+:[A-Za-z0-9*-]+(?:,[a-z0-9-]+:[A-Za-z0-9*-]+)*$", "maxLength": 4096 }, "Priority": { "description": "The priority of the request. See AMS \"RFC scheduling\" documentation for a definition of the priorities.", "type": "string", "default": "High", "enum": [ "Low", "Medium", "High" ] } }, "additionalProperties": false, "metadata": { "ui:order": [ "CustomerCustomDenyActionsList1", "Priority" ] }, "required": [ "CustomerCustomDenyActionsList1" ] } Schema for Change Type ct-2rfzmkm6ugigh Classifications: • Management | Advanced stack components | Identity and Access Management (IAM) | Delete account alias ct-2rfzmkm6ugigh Version April 22, 2025 2631 AMS Advanced Change Type Reference AMS Advanced Change Type Details { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Delete AWS Account Alias", "description": "Delete an existing AWS account alias. Note that if you delete the account alias, any URL containing the account alias stops working.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-DeleteAccountAlias.", "type": "string", "enum": [ "AWSManagedServices-DeleteAccountAlias" ], "default": "AWSManagedServices-DeleteAccountAlias" }, "Region": { "description": "The AWS Region where the account is, in the form us-east-1.", "type": "string", "pattern": "[a-z]{2}-[a-z]+-\\d{1}" }, "Parameters": { "type": "object", "properties": { "AWSAccountAlias": { "description": "The alias name of the AWS account to delete.", "type": "array", "items": { "type": "string", "pattern": "(?=[a-zA-Z0-9-]{3,63}$)^[a-zA-Z][a-zA-Z0-9]*(-[a-zA-Z0-9]+)*$" }, "minItems": 1, "maxItems": 1 } }, "additionalProperties": false, "metadata": { "ui:order": [ "AWSAccountAlias" ] }, "required": [ "AWSAccountAlias" ] ct-2rfzmkm6ugigh Version April 22, 2025 2632 AMS Advanced Change Type Reference AMS Advanced Change Type Details } }, "additionalProperties": false, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, "required": [ "DocumentName", "Region", "Parameters" ] } Schema for Change Type ct-2rnjx5yd6jgpt Classifications: • Management | Monitoring and notification | GuardDuty threat intel set | Update (review required) { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Update GuardDuty ThreatIntelSet", "description": "Use to update an Amazon GuardDuty ThreatIntelSet instance which is a list of trusted IP addresses that have been whitelisted for highly secure communication with your AWS environment.", "type": "object", "properties": { "Activate": { "description": "Specified whether the ThreatIntelSet is active or not.", "type": "boolean", "default": true }, "DetectorId": { "description": "The detector ID that specifies the GuardDuty service to which you want to update an ThreatIntelSet. Leave this blank to use the only detector in the selected region (this will not succeed if there is more than one detector in the selected region).", "pattern": "^[a-fA-F0-9]{32}$|^$", ct-2rnjx5yd6jgpt Version April 22, 2025 2633 AMS Advanced Change Type Reference AMS Advanced Change Type Details "type": "string" }, "ThreatIntelSet": { "description": "The URI of the file that contains the ThreatIntelSet.", "minLength": 1, "type": "string" }, "ThreatIntelSetId": { "description": "The unique ID that specifies the ThreatIntelSet that you want to update.", "type": "string", "minLength": 1 }, "Name": { "description": "The friendly name to identify the ThreatIntelSet. This name is displayed in all findings that are triggered by activity that involves IP addresses included in this ThreatIntelSet.", "minLength": 1, "type": "string" }, "Region": { "description": "The region containing the GuardDuty detector to use; in the form of us-east-1.", "minLength": 1, "type": "string" }, "Priority": { "description": "The priority of the request. See AMS \"RFC scheduling\" documentation for a definition of the priorities.", "type": "string", "enum": [ "Low", "Medium", "High" ] } }, "metadata": { "ui:order": [ "Region", "ThreatIntelSetId", "Name", "ThreatIntelSet", "Activate", ct-2rnjx5yd6jgpt Version April 22, 2025 2634 AMS Advanced Change Type Reference AMS Advanced Change Type Details "DetectorId", "Priority" ] }, "additionalProperties": false, "required": [ "ThreatIntelSetId", "Region" ] } Schema for Change Type ct-2svg4k2fqi4ak Classifications: • Deployment | Advanced stack components | KMS alias | Create { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Create KMS Alias", "description": "Create an alias for an AWS Key Management Service (KMS) customer master key (CMK).", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-CreateKMSAlias.", "type": "string", "enum": [ "AWSManagedServices-CreateKMSAlias" ], "default": "AWSManagedServices-CreateKMSAlias" }, "Region": { "description": "The AWS Region in which the AWS resource is located, in the form us-east-1.", "type": "string", "pattern": "^([a-z]{2}((-gov))?-[a-z]+-\\d{1})$" }, "Parameters": { "type": "object", "properties": { "AliasName": { ct-2svg4k2fqi4ak Version April 22, 2025 2635 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "Alias name. The value must not start with aws/. Don't specify the prefix alias/, it will be added during the execution.", "type": "array", "items": { "type": "string", "pattern": "^(?!alias/)(?!(mc|MC|ams|AMS|aws|AWSManagedServices))[a-zA- Z0-9/_-]{1,250}" }, "minItems": 1, "maxItems": 1 }, "TargetKeyId": { "description": "The ID of the KMS key to create the alias for.", "type": "array", "items": { "type": "string", "pattern": "^(arn:aws:kms:[a-z0-9-]+:[0-9]{12}:key/)?[a-f0-9]{8}-[a-f0-9] {4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$" },
ams-ct-690
ams-ct.pdf
690
which the AWS resource is located, in the form us-east-1.", "type": "string", "pattern": "^([a-z]{2}((-gov))?-[a-z]+-\\d{1})$" }, "Parameters": { "type": "object", "properties": { "AliasName": { ct-2svg4k2fqi4ak Version April 22, 2025 2635 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "Alias name. The value must not start with aws/. Don't specify the prefix alias/, it will be added during the execution.", "type": "array", "items": { "type": "string", "pattern": "^(?!alias/)(?!(mc|MC|ams|AMS|aws|AWSManagedServices))[a-zA- Z0-9/_-]{1,250}" }, "minItems": 1, "maxItems": 1 }, "TargetKeyId": { "description": "The ID of the KMS key to create the alias for.", "type": "array", "items": { "type": "string", "pattern": "^(arn:aws:kms:[a-z0-9-]+:[0-9]{12}:key/)?[a-f0-9]{8}-[a-f0-9] {4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$" }, "minItems": 1, "maxItems": 1 } }, "metadata": { "ui:order": [ "AliasName", "TargetKeyId" ] }, "required": [ "AliasName", "TargetKeyId" ], "additionalProperties": false } }, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, "required": [ ct-2svg4k2fqi4ak Version April 22, 2025 2636 AMS Advanced Change Type Reference AMS Advanced Change Type Details "DocumentName", "Region", "Parameters" ], "additionalProperties": false } Schema for Change Type ct-2syhk4sr7cvyw Classifications: • Management | Advanced stack components | RDS database stack | Update deletion protection { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Update Deletion Protection setting for RDS instance or cluster", "description": "Update the DeletionProtection setting for the specified RDS instance or cluster. The RDS instance or cluster can be standalone or belong to a CloudFormation stack; in the latter case, the change might cause stack drift. To avoid causing stack drift, use ct-12w49boaiwtzp instead, or ct-361tlo1k7339x if the RDS was provisioned through CFN ingestion.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-UpdateRDSDeletionProtection.", "type": "string", "enum": [ "AWSManagedServices-UpdateRDSDeletionProtection" ], "default": "AWSManagedServices-UpdateRDSDeletionProtection" }, "Region": { "description": "The AWS Region in which the AWS resource is located, in the form us-east-1.", "type": "string", "pattern": "^([a-z]{2}((-gov))?-[a-z]+-\\d{1})$" }, "Parameters": { "type": "object", "properties": { "DBIdentifierArn": { ct-2syhk4sr7cvyw Version April 22, 2025 2637 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "The Amazon Resource Name (ARN) of the RDS instance or cluster.", "type": "string", "pattern": "^arn:(aws|aws-cn|aws-us-gov):rds:([a-z]{2}((-gov))?-[a-z]+-\ \d{1}):[0-9]{12}:(db|cluster):[a-zA-Z]{1}(?!.*--)(?!.*-$)[A-Za-z0-9-]{0,62}$" }, "DeletionProtection": { "description": "True to enable DeletionProtection, false to disable DeletionProtection. Use this to change the current DeletionProtection status.", "type": "boolean" } }, "metadata": { "ui:order": [ "DBIdentifierArn", "DeletionProtection" ] }, "required": [ "DBIdentifierArn", "DeletionProtection" ], "additionalProperties": false } }, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, "required": [ "DocumentName", "Region", "Parameters" ], "additionalProperties": false } ct-2syhk4sr7cvyw Version April 22, 2025 2638 AMS Advanced Change Type Reference AMS Advanced Change Type Details Schema for Change Type ct-2taqdgegqthjr Classifications: • Deployment | Patching | SSM patch baseline | Create (Amazon Linux) { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Create SSM Patch Baseline (Amazon Linux)", "description": "Create an AWS Systems Manager (SSM) patch baseline to define which patches are approved for installation on your instances for Amazon Linux OS. Specify existing instance \"Patch Group\" tag values for the patch baseline. The patch baseline is an SSM resource that you can manage with the SSM console.", "additionalProperties": false, "properties": { "ApprovalRules": { "description": "Create auto-approval rules to specify that certain types of operating system patches are approved automatically.", "items": { "additionalProperties": false, "properties": { "ApproveAfterDays": { "default": 7, "description": "The number of days to wait after a patch is released before approving patches automatically.", "maximum": 100, "minimum": 0, "type": "integer" }, "Classification": { "description": "The Classification of the patches to be selected. Allowed values are \"All\", \"Bugfix\", \"Enhancement\", \"Newpackage\", \"Recommended\" and \"Security\".", "items": { "enum": [ "All", "Bugfix", "Enhancement", "Newpackage", "Recommended", "Security" ], ct-2taqdgegqthjr Version April 22, 2025 2639 AMS Advanced Change Type Reference AMS Advanced Change Type Details "type": "string" }, "type": "array", "uniqueItems": true }, "Severity": { "description": "The severity of the patches to be selected. Allowed values are \"All\", \"Critical\", \"Important\", \"Low\" and \"Medium\".", "items": { "enum": [ "All", "Critical", "Important", "Low", "Medium" ], "type": "string" }, "type": "array", "uniqueItems": true } }, "metadata": { "ui:order": [ "Severity", "Classification", "ApproveAfterDays" ] }, "required": [ "ApproveAfterDays" ], "type": "object" }, "maxItems": 10, "minItems": 0, "type": "array", "uniqueItems": true }, "ApprovedPatches": { "description": "The list of patches to approve explicitly.", "items": { "type": "string", "maxLength": 100, ct-2taqdgegqthjr Version April 22, 2025 2640 AMS Advanced Change Type Reference AMS Advanced Change Type Details "minLength": 1 }, "maxItems": 50, "minItems": 0, "type": "array", "uniqueItems": true }, "Description": { "description": "A meaningful description for this patch baseline.", "maxLength": 500, "minLength": 1, "type": "string" }, "Name": { "description": "A friendly name for this patch baseline.", "maxLength": 128, "minLength": 3, "pattern": "^[a-zA-Z0-9._-]+$", "type": "string" }, "OperatingSystem": { "default": "Amazon Linux", "description": "The operating system of instances to which this baseline is applied.", "enum": [ "Amazon Linux" ], "type": "string" }, "PatchGroupTagValues": { "description": "A list of the values of your \"Patch Group\" tags on the instances you want patched; the values for up to twenty-five \"Patch Group\" tags can be provided. Instances with those values are associated with this patch baseline.",
ams-ct-691
ams-ct.pdf
691
"description": "A meaningful description for this patch baseline.", "maxLength": 500, "minLength": 1, "type": "string" }, "Name": { "description": "A friendly name for this patch baseline.", "maxLength": 128, "minLength": 3, "pattern": "^[a-zA-Z0-9._-]+$", "type": "string" }, "OperatingSystem": { "default": "Amazon Linux", "description": "The operating system of instances to which this baseline is applied.", "enum": [ "Amazon Linux" ], "type": "string" }, "PatchGroupTagValues": { "description": "A list of the values of your \"Patch Group\" tags on the instances you want patched; the values for up to twenty-five \"Patch Group\" tags can be provided. Instances with those values are associated with this patch baseline.", "items": { "maxLength": 256, "minLength": 1, "type": "string" }, "maxItems": 25, "minItems": 1, "type": "array", "uniqueItems": true }, "RejectedPatches": { ct-2taqdgegqthjr Version April 22, 2025 2641 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "The list of patches to reject explicitly.", "items": { "maxLength": 100, "minLength": 1, "type": "string" }, "maxItems": 50, "minItems": 0, "type": "array", "uniqueItems": true }, "Tags": { "description": "Up to fifty tags (key/value pairs) to categorize the SSM patch baseline resource.", "type": "array", "items": { "type": "object", "properties": { "Key": { "type": "string", "minLength": 1, "maxLength": 127 }, "Value": { "type": "string", "minLength": 1, "maxLength": 255 } }, "additionalProperties": false, "metadata": { "ui:order": [ "Key", "Value" ] }, "required": [ "Key", "Value" ] }, "minItems": 1, "maxItems": 50, "uniqueItems": true ct-2taqdgegqthjr Version April 22, 2025 2642 AMS Advanced Change Type Reference AMS Advanced Change Type Details } }, "metadata": { "ui:order": [ "OperatingSystem", "Name", "Description", "PatchGroupTagValues", "ApprovalRules", "ApprovedPatches", "RejectedPatches", "Tags" ] }, "required": [ "Name", "PatchGroupTagValues", "OperatingSystem" ], "type": "object" } Schema for Change Type ct-2tqi3kjcusen4 Classifications: • Management | Managed account | DNS | Migrate to Route 53 (review required) { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Migrate AWS Managed Microsoft AD to Route 53 DNS resolver for SALZ accounts", "description": "Change the DNS resolution in your Amazon VPC by enabling Route 53 as the default DNS resolver for your SALZ account. This transition from Microsoft AD to Route 53 Resolver involves redirecting DNS traffic within your VPC through strategically implemented Route 53 Resolver Endpoints and Conditional Forwarders. These forwarders act as rules to intelligently route DNS queries, ensuring seamless resolution for various destinations. It's essential to plan the migration during a scheduled maintenance window to minimize potential disruptions caused by DNS changes.", "type": "object", "properties": { ct-2tqi3kjcusen4 Version April 22, 2025 2643 AMS Advanced Change Type Reference "Priority": { AMS Advanced Change Type Details "description": "The priority of the request. See AMS \"RFC scheduling\" documentation for a definition of the priorities.", "type": "string", "enum": [ "Low", "Medium", "High" ] } }, "additionalProperties": false, "metadata": { "ui:order": [ "Priority" ] }, "required": [ ] } Schema for Change Type ct-2tylseo8rxfsc Classifications: • Deployment | Advanced stack components | Auto Scaling group | Create { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Create Auto Scaling group", "description": "Use to create an Auto Scaling group, the launch configuration to use to create new instances when needed, and CloudWatch metrics and alarms for the group.", "type": "object", "properties": { "Description": { "description": "Meaningful information about the resource to be created.", "type": "string", "minLength": 1, "maxLength": 500 }, ct-2tylseo8rxfsc Version April 22, 2025 2644 AMS Advanced Change Type Reference AMS Advanced Change Type Details "VpcId": { "description": "The ID of the VPC to use, in the form vpc-0123abcd or vpc-01234567890abcdef.", "type": "string", "pattern": "^vpc-[a-z0-9]{8}$|^vpc-[a-z0-9]{17}$" }, "StackTemplateId": { "description": "Must be stm-suw38u40000000000.", "type": "string", "enum": [ "stm-suw38u40000000000" ] }, "Name": { "description": "A name for the stack or stack component; this becomes the Stack Name.", "type": "string", "minLength": 1, "maxLength": 255 }, "Tags": { "description": "Up to seven tags (key/value pairs) to categorize the resource.", "type": "array", "items": { "type": "object", "properties": { "Key": { "type": "string", "pattern": "^[a-zA-Z0-9\\s_./=+:-]{1,127}$", "minLength": 1, "maxLength": 127 }, "Value": { "type": "string", "pattern": "^[a-zA-Z0-9\\s_./=+:-]{1,255}$", "minLength": 1, "maxLength": 255 } }, "additionalProperties": false, "metadata": { "ui:order": [ "Key", "Value" ct-2tylseo8rxfsc Version April 22, 2025 2645 AMS Advanced Change Type Reference AMS Advanced Change Type Details ] }, "required": [ "Key", "Value" ] }, "minItems": 1, "maxItems": 7, "uniqueItems": true }, "TimeoutInMinutes": { "description": "The maximum amount of time, in minutes, to allow for execution of the change. This will not prolong execution, but the RFC fails if the change is not completed in the specified time.", "type": "integer", "minimum": 0, "maximum": 360 }, "Parameters": { "description": "Specifications for the stack.", "type": "object", "properties": { "ASGAmiId": { "description": "The AMI for the Auto Scaling group to use when creating new instances, in the form ami-0123abcd or ami-01234567890abcdef.", "type": "string", "pattern": "^ami-[a-z0-9]{8}$|^ami-[a-z0-9]{17}$" }, "ASGCooldown": { "description": "The number of seconds after a scaling activity is complete before any further scaling activities can start.", "type": "integer", "minimum": 120, "maximum": 600, "default": 300 }, "ASGDesiredCapacity": { "description": "The number of EC2 instances you
ams-ct-692
ams-ct.pdf
692
not prolong execution, but the RFC fails if the change is not completed in the specified time.", "type": "integer", "minimum": 0, "maximum": 360 }, "Parameters": { "description": "Specifications for the stack.", "type": "object", "properties": { "ASGAmiId": { "description": "The AMI for the Auto Scaling group to use when creating new instances, in the form ami-0123abcd or ami-01234567890abcdef.", "type": "string", "pattern": "^ami-[a-z0-9]{8}$|^ami-[a-z0-9]{17}$" }, "ASGCooldown": { "description": "The number of seconds after a scaling activity is complete before any further scaling activities can start.", "type": "integer", "minimum": 120, "maximum": 600, "default": 300 }, "ASGDesiredCapacity": { "description": "The number of EC2 instances you want running in the group. This number must be greater than or equal to the ASGMinInstances setting and less than or equal to the ASGMaxInstances setting.", "type": "integer", "minimum": 1, "maximum": 1000, ct-2tylseo8rxfsc Version April 22, 2025 2646 AMS Advanced Change Type Reference AMS Advanced Change Type Details "default": 1 }, "ASGEBSOptimized": { "description": "True to create EBS-optimized instances, false to not. EBS-optimization provides dedicated throughput to Amazon EBS and optimal EBS I/O performance.", "type": "boolean", "default": false }, "ASGHealthCheckGracePeriod": { "description": "The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service. During this time, any health check failures for the instance are ignored.", "type": "integer", "minimum": 600, "maximum": 1800, "default": 1800 }, "ASGHealthCheckType": { "description": "The service to use for the health checks. The ELB Health Check Type includes EC2 instance and system status checks. Only choose ELB as the ASGHealthCheckType if the ASG is being fronted by Load Balancers. If ASGHealthCheckType = ELB, ensure that your ASGHealthCheckGracePeriod value is long enough so that your instances are not terminated due to load-balancer health checks failing, before your application has been deployed.", "default": "EC2", "type": "string", "enum": [ "EC2", "ELB" ] }, "ASGIAMInstanceProfile": { "description": "The IAM instance profile for the Auto Scaling group. EC2 instances launched with an IAM role automatically have AWS security credentials available.", "type": "string", "default": "customer-mc-ec2-instance-profile" }, "ASGInstanceDetailedMonitoring": { "description": "True to enable detailed monitoring on the instances in the Auto Scaling group, false to use only basic monitoring. EC2 detailed monitoring provides more frequent metrics, published at one-minute intervals, instead of the five-minute intervals used in Amazon EC2 basic monitoring; it also incurs charges..", ct-2tylseo8rxfsc Version April 22, 2025 2647 AMS Advanced Change Type Reference AMS Advanced Change Type Details "type": "boolean", "default": true }, "ASGInstanceRootVolumeIops": { "description": "The Iops to use for the root volume if io1 volume type is specified.", "type": "integer", "minimum": 0, "maximum": 20000, "default": 0 }, "ASGInstanceRootVolumeName": { "description": "The name of the root volume to use. Defaults to the root device name of the AMI.", "type": "string" }, "ASGInstanceRootVolumeSize": { "description": "The size of the root volume for the instance. Defaults to 20 GiB for Linux and 60 GiB for Windows or the AMI root volume size, whichever is higher.", "type": "integer", "minimum": 8, "maximum": 16000 }, "ASGInstanceRootVolumeType": { "description": "Choose io1 or gp2 for SSD-backed volumes optimized for transactional workloads; choose standard for HDD-backed volumes optimized for large streaming workloads.", "type": "string", "enum": [ "standard", "io1", "gp2", "gp3" ], "default": "standard" }, "ASGInstanceType": { "description": "The instance type for the Auto Scaling group to use when creating new EC2 instances.", "type": "string", "default": "m5.large" }, "ASGLoadBalancerNames": { ct-2tylseo8rxfsc Version April 22, 2025 2648 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "A list of load balancers to associate with this Auto Scaling group. Specify this if you want to place your Auto Scaling group behind a load balancer.", "type": "array", "items": { "type": "string" }, "minItems": 1, "maxItems": 10, "uniqueItems": true }, "ASGMaxInstances": { "description": "The maximum number of instances you want in the Auto Scaling group at any time. Defaults to 1 if not specified.", "type": "integer", "minimum": 1, "maximum": 1000, "default": 1 }, "ASGMinInstances": { "description": "The minimum number of instances you want in the Auto Scaling group at any time. Defaults to 1 if not specified.", "type": "integer", "minimum": 1, "maximum": 1000, "default": 1 }, "ASGScaleDownMetricName": { "description": "The metric to use to in a scale-down event. Exceeding the metric triggers an alarm.", "type": "string", "enum": [ "CPUCreditUsage", "CPUCreditBalance", "CPUUtilization", "DiskReadOps", "DiskWriteOps", "DiskReadBytes", "DiskWriteBytes", "NetworkIn", "NetworkOut", "StatusCheckFailed", "StatusCheckFailed_Instance", "StatusCheckFailed_System" ct-2tylseo8rxfsc Version April 22, 2025 2649 AMS Advanced Change Type Reference AMS Advanced Change Type Details ], "default": "CPUUtilization" }, "ASGScaleDownPolicyCooldown": { "description": "The number of seconds after a scale-down activity is completed before any further scaling activities can start.", "type": "integer", "minimum": 120, "maximum": 600, "default": 300 }, "ASGScaleDownPolicyEvaluationPeriods": { "description": "The number of periods over which data is compared to the specified ASGScaleDownMetricName threshold.", "type": "integer", "minimum": 2, "default": 4 }, "ASGScaleDownPolicyPeriod": { "description": "The time over which the specified ASGScaleDownPolicyStatistic is applied. You must specify
ams-ct-693
ams-ct.pdf
693
"CPUCreditUsage", "CPUCreditBalance", "CPUUtilization", "DiskReadOps", "DiskWriteOps", "DiskReadBytes", "DiskWriteBytes", "NetworkIn", "NetworkOut", "StatusCheckFailed", "StatusCheckFailed_Instance", "StatusCheckFailed_System" ct-2tylseo8rxfsc Version April 22, 2025 2649 AMS Advanced Change Type Reference AMS Advanced Change Type Details ], "default": "CPUUtilization" }, "ASGScaleDownPolicyCooldown": { "description": "The number of seconds after a scale-down activity is completed before any further scaling activities can start.", "type": "integer", "minimum": 120, "maximum": 600, "default": 300 }, "ASGScaleDownPolicyEvaluationPeriods": { "description": "The number of periods over which data is compared to the specified ASGScaleDownMetricName threshold.", "type": "integer", "minimum": 2, "default": 4 }, "ASGScaleDownPolicyPeriod": { "description": "The time over which the specified ASGScaleDownPolicyStatistic is applied. You must specify a time in seconds that is a multiple of 60.", "type": "integer", "multipleOf": 60, "minimum": 60, "default": 60 }, "ASGScaleDownPolicyScalingAdjustment": { "description": "The number of instances by which to scale down.", "type": "integer", "maximum": 0, "default": -1 }, "ASGScaleDownPolicyStatistic": { "description": "The statistic to apply to the alarm's ASGScaleDownMetricName.", "type": "string", "enum": [ "SampleCount", "Average", "Sum", "Minimum", "Maximum" ], "default": "Average" ct-2tylseo8rxfsc Version April 22, 2025 2650 AMS Advanced Change Type Reference AMS Advanced Change Type Details }, "ASGScaleDownPolicyThreshold": { "description": "The value against which the specified ASGScaleDownPolicyStatistic is compared.", "type": "number", "default": 35 }, "ASGScaleUpMetricName": { "description": "The metric to use in a scale-up event. Exceeding the metric triggers an alarm.", "type": "string", "enum": [ "CPUCreditUsage", "CPUCreditBalance", "CPUUtilization", "DiskReadOps", "DiskWriteOps", "DiskReadBytes", "DiskWriteBytes", "NetworkIn", "NetworkOut", "StatusCheckFailed", "StatusCheckFailed_Instance", "StatusCheckFailed_System" ], "default": "CPUUtilization" }, "ASGScaleUpPolicyCooldown": { "description": "The amount of time, in seconds, after a scale-up activity is completed before any further trigger-related scaling activities can start.", "type": "integer", "minimum": 60, "default": 60 }, "ASGScaleUpPolicyEvaluationPeriods": { "description": "The number of periods over which data is compared to the specified ASGScaleUpMetricName threshold.", "type": "integer", "minimum": 2, "default": 2 }, "ASGScaleUpPolicyPeriod": { "description": "The time over which the specified ASGScaleUpPolicyStatistic is applied. You must specify a time in seconds that is a multiple of 60.", ct-2tylseo8rxfsc Version April 22, 2025 2651 AMS Advanced Change Type Reference AMS Advanced Change Type Details "type": "integer", "multipleOf": 60, "minimum": 60, "default": 60 }, "ASGScaleUpPolicyScalingAdjustment": { "description": "The number of instances by which to scale up.", "type": "integer", "minimum": 0, "default": 2 }, "ASGScaleUpPolicyStatistic": { "description": "The statistic to apply to the alarm's ASGScaleUpMetricName.", "type": "string", "enum": [ "SampleCount", "Average", "Sum", "Minimum", "Maximum" ], "default": "Average" }, "ASGScaleUpPolicyThreshold": { "description": "The value against which the specified ASGScaleUpPolicyStatistic is compared.", "type": "number", "default": 75 }, "ASGSubnetIds": { "description": "One or more subnets for the Auto Scaling group to launch instances into (scale up) or remove instances from (scale down), in the form subnet-0123abcd or subnet-01234567890abcdef.", "type": "array", "items": { "type": "string", "pattern": "^subnet-[a-z0-9]{8}$|^subnet-[a-z0-9]{17}$" }, "minItems": 1, "maxItems": 2, "uniqueItems": true }, "ASGUserData": { ct-2tylseo8rxfsc Version April 22, 2025 2652 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "A newline-delimited string where each line is part of the script to be run on boot.", "type": "string", "maxLength": 4096, "default": "" } }, "additionalProperties": false, "metadata": { "ui:order": [ "ASGAmiId", "ASGInstanceType", "ASGInstanceRootVolumeName", "ASGInstanceRootVolumeType", "ASGInstanceRootVolumeSize", "ASGInstanceRootVolumeIops", "ASGIAMInstanceProfile", "ASGMinInstances", "ASGMaxInstances", "ASGDesiredCapacity", "ASGSubnetIds", "ASGEBSOptimized", "ASGLoadBalancerNames", "ASGUserData", "ASGCooldown", "ASGHealthCheckGracePeriod", "ASGHealthCheckType", "ASGInstanceDetailedMonitoring", "ASGScaleUpMetricName", "ASGScaleUpPolicyCooldown", "ASGScaleUpPolicyEvaluationPeriods", "ASGScaleUpPolicyPeriod", "ASGScaleUpPolicyScalingAdjustment", "ASGScaleUpPolicyStatistic", "ASGScaleUpPolicyThreshold", "ASGScaleDownMetricName", "ASGScaleDownPolicyCooldown", "ASGScaleDownPolicyEvaluationPeriods", "ASGScaleDownPolicyPeriod", "ASGScaleDownPolicyScalingAdjustment", "ASGScaleDownPolicyStatistic", "ASGScaleDownPolicyThreshold" ] }, ct-2tylseo8rxfsc Version April 22, 2025 2653 AMS Advanced Change Type Reference AMS Advanced Change Type Details "required": [ "ASGAmiId", "ASGSubnetIds" ] }, "EnforceIMDSv2": { "description": "For the instance to be launched with only Instance Metadata Service Version 2 (IMDSv2), use required; if IMDSv2 is not required, use optional. Default is required.", "type": "string", "default": "required" } }, "additionalProperties": false, "metadata": { "ui:order": [ "Name", "Description", "VpcId", "StackTemplateId", "Parameters", "TimeoutInMinutes", "Tags", "EnforceIMDSv2" ] }, "required": [ "Description", "VpcId", "StackTemplateId", "Name", "TimeoutInMinutes", "Parameters" ] } Schema for Change Type ct-2u5rcyv5h34zn Classifications: • Management | Advanced stack components | RDS snapshot | Share ct-2u5rcyv5h34zn Version April 22, 2025 2654 AMS Advanced Change Type Reference AMS Advanced Change Type Details { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Share RDS DB Snapshot", "description": "Share a snapshot of an Amazon Relational Database Service (RDS) database (DB) instance with another AMS account. Only snapshots encrypted with managed KMS keys can be shared.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-ShareDBSnapshot.", "type": "string", "enum": [ "AWSManagedServices-ShareDBSnapshot" ], "default": "AWSManagedServices-ShareDBSnapshot" }, "Region": { "description": "The AWS Region where the DB snapshot is located, in the form us- east-1.", "type": "string", "pattern": "[a-z]{2}-[a-z]+-\\d{1}" }, "Parameters": { "type": "object", "properties": { "DBSnapshotName": { "description": "The DB snapshot name. Find this in the RDS console for that RDS DB.", "type": "array", "items": { "type": "string", "pattern": "^[a-zA-Z][a-zA-Z0-9-]{1,255}$" }, "minItems": 1, "maxItems": 1 }, "AccountId": { "description": "The ID of the AWS account the DB snapshots will be shared with, in the form 123456789012.", "type": "array", "items": { "type": "string", "pattern": "^[0-9]{12}$" ct-2u5rcyv5h34zn Version April 22, 2025 2655 AMS Advanced Change Type Reference AMS Advanced Change Type Details },
ams-ct-694
ams-ct.pdf
694
AWS Region where the DB snapshot is located, in the form us- east-1.", "type": "string", "pattern": "[a-z]{2}-[a-z]+-\\d{1}" }, "Parameters": { "type": "object", "properties": { "DBSnapshotName": { "description": "The DB snapshot name. Find this in the RDS console for that RDS DB.", "type": "array", "items": { "type": "string", "pattern": "^[a-zA-Z][a-zA-Z0-9-]{1,255}$" }, "minItems": 1, "maxItems": 1 }, "AccountId": { "description": "The ID of the AWS account the DB snapshots will be shared with, in the form 123456789012.", "type": "array", "items": { "type": "string", "pattern": "^[0-9]{12}$" ct-2u5rcyv5h34zn Version April 22, 2025 2655 AMS Advanced Change Type Reference AMS Advanced Change Type Details }, "minItems": 1, "maxItems": 1 } }, "metadata": { "ui:order": [ "DBSnapshotName", "AccountId" ] }, "additionalProperties": false, "required": [ "DBSnapshotName", "AccountId" ] } }, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, "additionalProperties": false, "required": [ "DocumentName", "Region", "Parameters" ] } Schema for Change Type ct-2uimt36z7j6vn Classifications: • Management | Advanced stack components | RDS database stack | Restore to point in time { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Restore RDS DB Instance To Point In Time", ct-2uimt36z7j6vn Version April 22, 2025 2656 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "Restore an RDS DB instance to a point in time.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-RestoreRDSInstanceToPointInTime.", "type": "string", "enum": [ "AWSManagedServices-RestoreRDSInstanceToPointInTime" ], "default": "AWSManagedServices-RestoreRDSInstanceToPointInTime" }, "Region": { "description": "The AWS Region in which the AWS resource is located, in the form us-east-1.", "type": "string", "pattern": "^([a-z]{2}((-gov))?-[a-z]+-\\d{1})$" }, "Parameters": { "type": "object", "properties": { "SourceDBInstanceIdentifier": { "description": "Identifier of the source DB instance to restore to a point in time.", "type": "array", "items": { "type": "string", "pattern": "^[a-z](?!.*--)(?!.*-$)[a-z0-9-]{0,62}$" }, "minItems": 1, "maxItems": 1 }, "TargetDBInstanceIdentifier": { "description": "A meaningful name for the new DB instance.", "type": "array", "items": { "type": "string", "pattern": "^[a-z](?!.*--)(?!.*-$)[a-z0-9-]{0,62}$" }, "minItems": 1, "maxItems": 1 }, "RestoreTime": { ct-2uimt36z7j6vn Version April 22, 2025 2657 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "Date and time to restore from in Universal Coordinated Time (UTC) format, for example 2009-09-07T23:45:00Z. Leave empty to restore the DB instance from the latest backup time.", "type": "array", "items": { "type": "string", "default": "", "pattern": "^20\\d{2}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}Z$|^$" }, "minItems": 1, "maxItems": 1 }, "DBInstanceClass": { "description": "The compute and memory capacity for the DB instance. Leave empty to use the same instance class as the source DB instance.", "type": "array", "items": { "type": "string", "default": "", "pattern": "^db\\.[a-z0-9]+\\.[a-z0-9]+$|^$" }, "minItems": 1, "maxItems": 1 }, "DBOptionGroupName": { "description": "The option group that this DB instance is associated with. If none is provided, the default option group is associated. An option group can specify features, called options, that are available for a particular Amazon RDS DB instance.", "type": "array", "items": { "type": "string", "default": "", "pattern": "^[a-zA-Z](?!.*--)[a-z0-9-]{1,255}[^-]$|^$" }, "minItems": 0, "maxItems": 1 }, "DBParameterGroupName": { "description": "The name of an existing DB parameter group. If none is provided, the default parameter group is associated. A DB parameter group acts as a container for engine configuration values that are applied to one or more DB instances.", "type": "array", ct-2uimt36z7j6vn Version April 22, 2025 2658 AMS Advanced Change Type Reference AMS Advanced Change Type Details "items": { "type": "string", "default": "", "pattern": "^[a-zA-Z](?!.*--)[a-z0-9-]{1,255}[^-]$|^$" }, "minItems": 0, "maxItems": 1 } }, "metadata": { "ui:order": [ "SourceDBInstanceIdentifier", "TargetDBInstanceIdentifier", "RestoreTime", "DBInstanceClass", "DBOptionGroupName", "DBParameterGroupName" ] }, "required": [ "SourceDBInstanceIdentifier", "TargetDBInstanceIdentifier" ], "additionalProperties": false } }, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, "required": [ "DocumentName", "Region", "Parameters" ], "additionalProperties": false } ct-2uimt36z7j6vn Version April 22, 2025 2659 AMS Advanced Change Type Reference AMS Advanced Change Type Details Schema for Change Type ct-2utx36abv83pv Classifications: • Management | Patching | Patch window | Update { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Update Maintenance Window", "description": "Modify patch maintenance window settings created using version 1 of change type ct-0el2j07llrxs7.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-UpdateMaintenanceWindow.", "type": "string", "enum": [ "AWSManagedServices-UpdateMaintenanceWindow" ], "default": "AWSManagedServices-UpdateMaintenanceWindow" }, "Region": { "description": "The AWS Region where the SSM maintenance window is located, in the form us-east-1.", "type": "string", "pattern": "^([a-z]{2}((-gov))?-[a-z]+-\\d{1})$" }, "Parameters": { "type": "object", "properties": { "WindowId": { "description": "The ID of the maintenance window (for example, mw-012345678910abcef).", "type": "array", "items": { "type": "string", "pattern": "^mw-[0-9a-f]{17}$" }, "minItems": 1, "maxItems": 1 }, "OnlyCheckForMaintenanceWindowDrift": { ct-2utx36abv83pv Version April 22, 2025 2660 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "True to generate a drift detection report (visible in the output section of the executed RFC). False to not generate a drift detection report. If the request has mutable changes, such as modifying maintenance window settings, use False.", "type": "array", "items": { "type": "string", "enum": [ "True", "False" ], "default": "False" }, "minItems": 1, "maxItems": 1 }, "EmailAction": { "description": "Add the specified NotificationEmails to the patch maintenance window with 'Add', remove them from the window with 'Remove'.
ams-ct-695
ams-ct.pdf
695
"maxItems": 1 }, "OnlyCheckForMaintenanceWindowDrift": { ct-2utx36abv83pv Version April 22, 2025 2660 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "True to generate a drift detection report (visible in the output section of the executed RFC). False to not generate a drift detection report. If the request has mutable changes, such as modifying maintenance window settings, use False.", "type": "array", "items": { "type": "string", "enum": [ "True", "False" ], "default": "False" }, "minItems": 1, "maxItems": 1 }, "EmailAction": { "description": "Add the specified NotificationEmails to the patch maintenance window with 'Add', remove them from the window with 'Remove'. If you have no NotificationEmails, use 'None'.", "type": "array", "items": { "type": "string", "enum": [ "None", "Add", "Remove" ] }, "minItems": 1, "maxItems": 1 }, "BypassDriftDetection": { "description": "True to bypass checks preventing introduction of drift in CloudFormation resources. If the request should not generate drift, use False.", "type": "array", "items": { "type": "string", "enum": [ "True", "False" ], "default": "False" }, ct-2utx36abv83pv Version April 22, 2025 2661 AMS Advanced Change Type Reference AMS Advanced Change Type Details "minItems": 1, "maxItems": 1 }, "NotificationEmails": { "description": "Up to four email addresses, in a comma separated list. Specify that they be added, or removed, from the provided maintenance window with the EmailAction parameter.", "type": "array", "items": { "type": "string", "pattern": "^$|([a-zA-Z0-9-_+.]+@[a-zA-Z0-9-_+.]+)+.*", "default": "" }, "minItems": 0, "maxItems": 4, "uniqueItems": true }, "Duration": { "description": "The duration of the maintenance window in hours.", "type": "array", "items": { "type": "string", "pattern": "^[0]$|^(2[0-4]|1[0-9]|[1-9])$", "default": "0" }, "minItems": 0, "maxItems": 1 }, "PatchGroupName": { "description": "A new name for the patch group for the maintenance window to target. Target EC2 instances must be tagged with the tag key \"Patch Group\" and the tag value defined by this parameter. For example, provided the name MyApp, the maintenance window targets any EC2 instances with the tag key \"Patch Group\" and the tag value \"MyApp\". To keep the current patch group name, leave blank.", "type": "array", "items": { "type": "string", "pattern": "^$|^[a-zA-Z0-9_\\-.]{3,128}$", "default": "" }, "minItems": 0, "maxItems": 1 }, "Schedule": { ct-2utx36abv83pv Version April 22, 2025 2662 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "The schedule of the maintenance window in the form of a cron or rate expression.", "type": "array", "items": { "type": "string", "pattern": "^.{0,256}$", "default": "" }, "minItems": 0, "maxItems": 1 }, "ScheduleTimezone": { "description": "The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers Authority (IANA) format.", "type": "array", "items": { "type": "string", "pattern": "^$|(^[a-zA-Z_]+(\\\\+|/)?[a-zA-Z0-9_-]*(\\\\+|/)?[a-zA-Z0-9_-]+ $)", "default": "" }, "minItems": 0, "maxItems": 1 } }, "metadata": { "ui:order": [ "WindowId", "OnlyCheckForMaintenanceWindowDrift", "EmailAction", "BypassDriftDetection", "NotificationEmails", "Duration", "PatchGroupName", "Schedule", "ScheduleTimezone" ] }, "additionalProperties": false, "required": [ "EmailAction", "OnlyCheckForMaintenanceWindowDrift", "WindowId", "BypassDriftDetection" ct-2utx36abv83pv Version April 22, 2025 2663 AMS Advanced Change Type Reference AMS Advanced Change Type Details ] } }, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, "additionalProperties": false, "required": [ "DocumentName", "Region", "Parameters" ] } Schema for Change Type ct-2uw99b8hpncnu Classifications: • Deployment | Advanced stack components | Elastic File System (EFS) | Create { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Create EFS stack", "description": "Use to create a Elastic File System (EFS) stack", "type": "object", "properties": { "Description": { "description": "Meaningful information about the resource to be created.", "type": "string", "minLength": 1, "maxLength": 500 }, "VpcId": { "description": "ID of the VPC to use, in the form vpc-0123abcd or vpc-01234567890abcdef.", "type": "string", "pattern": "^vpc-[a-z0-9]{8}$|^vpc-[a-z0-9]{17}$" }, ct-2uw99b8hpncnu Version April 22, 2025 2664 AMS Advanced Change Type Reference AMS Advanced Change Type Details "Name": { "description": "A name for the stack or stack component; this becomes the Stack Name.", "type": "string", "minLength": 1, "maxLength": 255 }, "Tags": { "description": "Up to 50 tags (key/value pairs) to categorize the resource.", "type": "array", "items": { "type": "object", "properties": { "Key": { "type": "string", "pattern": "^[a-zA-Z0-9\\s_./=+-]{1,127}$", "minLength": 1, "maxLength": 127 }, "Value": { "type": "string", "pattern": "^[a-zA-Z0-9\\s_./=+-]{1,255}$", "minLength": 1, "maxLength": 255 } }, "additionalProperties": false, "metadata": { "ui:order": [ "Key", "Value" ] }, "required": [ "Key", "Value" ] }, "maxItems": 50, "uniqueItems": true }, "TimeoutInMinutes": { ct-2uw99b8hpncnu Version April 22, 2025 2665 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "The maximum amount of time, in minutes, to allow for execution of the change. This will not prolong execution, but the RFC fails if the change is not completed in the specified time.", "type": "number", "minimum": 0, "maximum": 60, "default": 60 }, "Parameters": { "description": "Specifications for the stack.", "type": "object", "properties": { "Encrypted": { "description": "True to create an encrypted file system, false to create a file system that is not encrypted.", "type": "boolean", "default": true }, "KmsKeyId": { "description": "The AWS Key Management Service (AWS KMS) customer master key (CMK) ID to use for the encrypted file system if Encrypted = true. If not specified,
ams-ct-696
ams-ct.pdf
696
to allow for execution of the change. This will not prolong execution, but the RFC fails if the change is not completed in the specified time.", "type": "number", "minimum": 0, "maximum": 60, "default": 60 }, "Parameters": { "description": "Specifications for the stack.", "type": "object", "properties": { "Encrypted": { "description": "True to create an encrypted file system, false to create a file system that is not encrypted.", "type": "boolean", "default": true }, "KmsKeyId": { "description": "The AWS Key Management Service (AWS KMS) customer master key (CMK) ID to use for the encrypted file system if Encrypted = true. If not specified, the default CMK for Amazon EFS is used.", "type": "string", "maxLength": 2048 }, "PerformanceMode": { "description": "The performance mode of the file system. We recommend generalPurpose for most file systems.", "type": "string", "enum": [ "generalPurpose", "maxIO" ], "default": "generalPurpose" }, "MountTargets": { "description": "Specifications for the file system mount targets.", "type": "array", "items": { "type": "object", "properties": { "AvailabilityZone": { "description": "The availability zone for the mount target. Only one mount target per availability zone is required.", ct-2uw99b8hpncnu Version April 22, 2025 2666 AMS Advanced Change Type Reference AMS Advanced Change Type Details "type": "string", "pattern": "^[a-z0-9-.]{1,127}$" }, "SubnetId": { "description": "The ID of a subnet in the specified mount target availability zone, in the form subnet-0123abcd or subnet-01234567890abcdef. If not specified, a random subnet in the availability zone is chosen.", "type": "string", "pattern": "^subnet-[a-z0-9]{8}$|^subnet-[a-z0-9]{17}$" }, "IpAddress": { "description": "An IPv4 address that is within the address range of the specified SubnetId property. If not specified, Amazon EFS assigns an address that is within the range of the specified subnet.", "type": "string", "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3} ([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$" } }, "additionalProperties": false, "metadata": { "ui:order": [ "AvailabilityZone", "SubnetId", "IpAddress" ] }, "required": [ "AvailabilityZone" ] }, "minItems": 1 } }, "additionalProperties": false, "metadata": { "ui:order": [ "Encrypted", "KmsKeyId", "PerformanceMode", "MountTargets" ] }, "required": [ ct-2uw99b8hpncnu Version April 22, 2025 2667 AMS Advanced Change Type Reference AMS Advanced Change Type Details "Encrypted", "PerformanceMode", "MountTargets" ] } }, "additionalProperties": false, "metadata": { "ui:order": [ "Name", "Description", "VpcId", "Parameters", "TimeoutInMinutes", "Tags" ] }, "required": [ "Name", "Description", "VpcId", "Parameters", "TimeoutInMinutes" ] } Schema for Change Type ct-2uzbqr7x7mekd Classifications: • Management | Standard stacks | Stack | Update termination protection { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Update Termination Protection", "description": "Update existing defined termination protection for stacks.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices- ManageResourceTerminationProtection.", "type": "string", ct-2uzbqr7x7mekd Version April 22, 2025 2668 AMS Advanced Change Type Reference AMS Advanced Change Type Details "enum": [ "AWSManagedServices-ManageResourceTerminationProtection" ], "default": "AWSManagedServices-ManageResourceTerminationProtection" }, "Region": { "description": "The AWS Region in which the stack is located, in the form us- east-1.", "type": "string", "pattern": "^([a-z]{2}((-gov))?-[a-z]+-\\d{1})$" }, "Parameters": { "type": "object", "properties": { "ResourceId": { "description": "Stack name.", "type": "array", "items": { "type": "string", "pattern": "^stack-[a-zA-Z0-9\\-]{1,122}$" }, "maxItems": 1 }, "TerminationProtectionDesiredState": { "description": "Enabled to protect your stack against elimination. Disabled to allow your stack to be eliminated.", "type": "array", "items": { "type": "string", "enum": [ "enabled", "disabled" ] }, "maxItems": 1 } }, "metadata": { "ui:order": [ "ResourceId", "TerminationProtectionDesiredState" ] }, "additionalProperties": false, ct-2uzbqr7x7mekd Version April 22, 2025 2669 AMS Advanced Change Type Reference "required": [ "ResourceId", "TerminationProtectionDesiredState" AMS Advanced Change Type Details ] } }, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, "additionalProperties": false, "required": [ "DocumentName", "Region", "Parameters" ] } Schema for Change Type ct-2v82sp4np40ki Classifications: • Management | Advanced stack components | Target group | Update (for ALB) { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Update target group for ALB", "description": "Use to update properties of an existing Target Group for an Application Load Balancer created by CT id ct-1r19m51jeijlk.", "type": "object", "properties": { "VpcId": { "description": "ID of the VPC to use, in the form vpc-0123abcd or vpc-01234567890abcdef.", "type": "string", "pattern": "^vpc-[a-z0-9]{8}$|^vpc-[a-z0-9]{17}$" }, "StackId": { ct-2v82sp4np40ki Version April 22, 2025 2670 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "The stack ID of the Target Group (for ALB) that you are updating, in the form stack-a1b2c3d4e5f67890e.", "type": "string", "pattern": "^stack-[a-z0-9]{17}$" }, "Parameters": { "type": "object", "properties": { "HealthCheckHealthyThreshold": { "type": "string", "description": "The number of consecutive health check successes required to declare an EC2 instance healthy.", "pattern": "[2-9]{1}|10|^$" }, "HealthCheckUnhealthyThreshold": { "type": "string", "description": "The number of consecutive health check failure required to declare an EC2 instance healthy.", "pattern": "[2-9]{1}|10|^$" }, "HealthCheckInterval": { "type": "integer", "description": "The approximate interval, in seconds, between health checks. The supported values are 5 seconds to 300 seconds.", "minimum": 5, "maximum": 300 }, "HealthCheckTimeout": { "type": "string", "description": "The amount of time, in seconds, to wait for a response to a health check. Must be less than the value for HealthCheckInterval. The supported values are 2 seconds to 60 seconds.", "pattern": "60|[1-5]{1}[0-9]{1}|[2-9]{1}|^$" }, "HealthCheckTargetPath": { "type": "string", "description": "The ping path destination on the application hosts where the load
ams-ct-697
ams-ct.pdf
697
"The number of consecutive health check failure required to declare an EC2 instance healthy.", "pattern": "[2-9]{1}|10|^$" }, "HealthCheckInterval": { "type": "integer", "description": "The approximate interval, in seconds, between health checks. The supported values are 5 seconds to 300 seconds.", "minimum": 5, "maximum": 300 }, "HealthCheckTimeout": { "type": "string", "description": "The amount of time, in seconds, to wait for a response to a health check. Must be less than the value for HealthCheckInterval. The supported values are 2 seconds to 60 seconds.", "pattern": "60|[1-5]{1}[0-9]{1}|[2-9]{1}|^$" }, "HealthCheckTargetPath": { "type": "string", "description": "The ping path destination on the application hosts where the load balancer sends health check requests." }, "HealthCheckTargetPort": { "type": "string", "description": "The port the load balancer uses when performing health checks on targets. The default is traffic-port, which indicates the port on which each target receives traffic from the load balancer.", ct-2v82sp4np40ki Version April 22, 2025 2671 AMS Advanced Change Type Reference AMS Advanced Change Type Details "pattern": "[0-9]{1,4}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}|655[0-2] [0-9]|6553[0-5]|traffic-port|" }, "HealthCheckTargetProtocol": { "type": "string", "description": "The protocol the load balancer uses when performing health checks on targets.", "enum": [ "HTTP", "HTTPS" ] }, "ValidHTTPCode": { "type": "string", "description": "The HTTP codes that a healthy target application server must use in response to a health check. You can specify multiple values such as 200,202, or a range of values such as 200-499. Only applicable if HealthCheckTargetProtocol = HTTP or HTTPS.", "pattern": "^$|([2-4]{1}[0-9]{2}($|-|,))+" }, "DeregistrationDelayTimeout": { "type": "string", "description": "The amount of time, in seconds, for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused.", "pattern": "(3600|3[0-5]{1}[0-9]{2}|[1-2]{1}[0-9]{3}|[0-9]{1,3})" }, "SlowStartDuration": { "type": "string", "description": "The time period, in seconds, during which the load balancer sends a newly registered target a linearly-increasing share of the target group traffic.", "pattern": "[3-9]{1}[0-9]{1}|[1-8]{1}[0-9]{2}|900|0|" }, "StickinessCookieExpirationPeriod": { "type": "string", "description": "The time period, in seconds, after which the cookie is considered stale. If this parameter isn't specified, the sticky session lasts for the duration of the browser session.", "pattern": "[1-9]{1}[0-9]{0,4}|[1-5]{1}[0-9]{5}|60[0-3]{1}[0-9]{3}|604[0-7] {1}[0-9]{2}|604800|" }, "Target1ID": { "type": "string", ct-2v82sp4np40ki Version April 22, 2025 2672 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "ID of the EC2 instance to register a target, in the form i-0123abcd or i-01234567890abcdef if TargetType = instance. IP address if TargetType = ip. Leave blank if you don't need to register a target.", "pattern": "^$|i-[0-9a-f]{8}|i-[0-9a-f]{17}|((25[0-5]|2[0-4][0-9]|[01]?[0-9] [0-9]?)(\\.|$)){4}" }, "Target1Port": { "type": "string", "description": "The port number on which the target is listening for traffic.", "pattern": "^$|[0-9]{1,4}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}| 655[0-2][0-9]|6553[0-5]" }, "Target1AvailabilityZone": { "type": "string", "description": "Where the target receives traffic from. If the TargetType = ip, and the IP address in Target1ID is outside the VPC, use all. Otherwise, leave blank.", "enum": [ "", "all" ] }, "Target2ID": { "type": "string", "description": "ID of the EC2 instance to register a target, in the form i-0123abcd or i-01234567890abcdef if TargetType = instance. IP address if TargetType = ip. Leave blank if you don't need to register a target.", "pattern": "^$|i-[0-9a-f]{8}|i-[0-9a-f]{17}|((25[0-5]|2[0-4][0-9]|[01]?[0-9] [0-9]?)(\\.|$)){4}" }, "Target2Port": { "type": "string", "description": "The port number on which the target is listening for traffic.", "pattern": "^$|[0-9]{1,4}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}| 655[0-2][0-9]|6553[0-5]" }, "Target2AvailabilityZone": { "type": "string", "description": "Where the target receives traffic from. If the TargetType = ip, and the IP address in Target2ID is outside the VPC, use all. Otherwise, leave blank.", "enum": [ ct-2v82sp4np40ki Version April 22, 2025 2673 AMS Advanced Change Type Reference AMS Advanced Change Type Details "", "all" ] }, "Target3ID": { "type": "string", "description": "ID of the EC2 instance to register a target, in the form i-0123abcd or i-01234567890abcdef if TargetType = instance. IP address if TargetType = ip. Leave blank if you don't need to register a target.", "pattern": "^$|i-[0-9a-f]{8}|i-[0-9a-f]{17}|((25[0-5]|2[0-4][0-9]|[01]?[0-9] [0-9]?)(\\.|$)){4}" }, "Target3Port": { "type": "string", "description": "The port number on which the target is listening for traffic.", "pattern": "^$|[0-9]{1,4}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}| 655[0-2][0-9]|6553[0-5]" }, "Target3AvailabilityZone": { "type": "string", "description": "Where the target receives traffic from. If the TargetType = ip, and the IP address in Target3ID is outside the VPC, use all. Otherwise, leave blank.", "enum": [ "", "all" ] }, "Target4ID": { "type": "string", "description": "ID of the EC2 instance to register a target, in the form i-0123abcd or i-01234567890abcdef if TargetType = instance. IP address if TargetType = ip. Leave blank if you don't need to register a target.", "pattern": "^$|i-[0-9a-f]{8}|i-[0-9a-f]{17}|((25[0-5]|2[0-4][0-9]|[01]?[0-9] [0-9]?)(\\.|$)){4}" }, "Target4Port": { "type": "string", "description": "The port number on which the target is listening for traffic.", "pattern": "^$|[0-9]{1,4}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}| 655[0-2][0-9]|6553[0-5]" }, ct-2v82sp4np40ki Version April 22, 2025 2674 AMS Advanced Change Type Reference AMS Advanced Change Type Details "Target4AvailabilityZone": { "type": "string", "description": "Where the target receives traffic from. If the TargetType = ip, and the IP address in Target4ID is outside the VPC, use all. Otherwise, leave blank.", "enum": [ "", "all" ] }, "Target5ID": { "type": "string", "description": "ID of the EC2 instance to register a target, in
ams-ct-698
ams-ct.pdf
698
if you don't need to register a target.", "pattern": "^$|i-[0-9a-f]{8}|i-[0-9a-f]{17}|((25[0-5]|2[0-4][0-9]|[01]?[0-9] [0-9]?)(\\.|$)){4}" }, "Target4Port": { "type": "string", "description": "The port number on which the target is listening for traffic.", "pattern": "^$|[0-9]{1,4}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}| 655[0-2][0-9]|6553[0-5]" }, ct-2v82sp4np40ki Version April 22, 2025 2674 AMS Advanced Change Type Reference AMS Advanced Change Type Details "Target4AvailabilityZone": { "type": "string", "description": "Where the target receives traffic from. If the TargetType = ip, and the IP address in Target4ID is outside the VPC, use all. Otherwise, leave blank.", "enum": [ "", "all" ] }, "Target5ID": { "type": "string", "description": "ID of the EC2 instance to register a target, in the form i-0123abcd or i-01234567890abcdef if TargetType = instance. IP address if TargetType = ip. Leave blank if you don't need to register a target.", "pattern": "^$|i-[0-9a-f]{8}|i-[0-9a-f]{17}|((25[0-5]|2[0-4][0-9]|[01]?[0-9] [0-9]?)(\\.|$)){4}" }, "Target5Port": { "type": "string", "description": "The port number on which the target is listening for traffic.", "pattern": "^$|[0-9]{1,4}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}| 655[0-2][0-9]|6553[0-5]" }, "Target5AvailabilityZone": { "type": "string", "description": "Where the target receives traffic from. If the TargetType = ip, and the IP address in Target5ID is outside the VPC, use all. Otherwise, leave blank.", "enum": [ "", "all" ] }, "Target6ID": { "type": "string", "description": "ID of the EC2 instance to register a target, in the form i-0123abcd or i-01234567890abcdef if TargetType = instance. IP address if TargetType = ip. Leave blank if you don't need to register a target.", "pattern": "^$|i-[0-9a-f]{8}|i-[0-9a-f]{17}|((25[0-5]|2[0-4][0-9]|[01]?[0-9] [0-9]?)(\\.|$)){4}" }, "Target6Port": { ct-2v82sp4np40ki Version April 22, 2025 2675 AMS Advanced Change Type Reference AMS Advanced Change Type Details "type": "string", "description": "The port number on which the target is listening for traffic.", "pattern": "^$|[0-9]{1,4}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}| 655[0-2][0-9]|6553[0-5]" }, "Target6AvailabilityZone": { "type": "string", "description": "Where the target receives traffic from. If the TargetType = ip, and the IP address in Target6ID is outside the VPC, use all. Otherwise, leave blank.", "enum": [ "", "all" ] }, "Target7ID": { "type": "string", "description": "ID of the EC2 instance to register a target, in the form i-0123abcd or i-01234567890abcdef if TargetType = instance. IP address if TargetType = ip. Leave blank if you don't need to register a target.", "pattern": "^$|i-[0-9a-f]{8}|i-[0-9a-f]{17}|((25[0-5]|2[0-4][0-9]|[01]?[0-9] [0-9]?)(\\.|$)){4}" }, "Target7Port": { "type": "string", "description": "The port number on which the target is listening for traffic.", "pattern": "^$|[0-9]{1,4}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}| 655[0-2][0-9]|6553[0-5]" }, "Target7AvailabilityZone": { "type": "string", "description": "Where the target receives traffic from. If the TargetType = ip, and the IP address in Target7ID is outside the VPC, use all. Otherwise, leave blank.", "enum": [ "", "all" ] }, "Target8ID": { "type": "string", ct-2v82sp4np40ki Version April 22, 2025 2676 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "ID of the EC2 instance to register a target, in the form i-0123abcd or i-01234567890abcdef if TargetType = instance. IP address if TargetType = ip. Leave blank if you don't need to register a target.", "pattern": "^$|i-[0-9a-f]{8}|i-[0-9a-f]{17}|((25[0-5]|2[0-4][0-9]|[01]?[0-9] [0-9]?)(\\.|$)){4}" }, "Target8Port": { "type": "string", "description": "The port number on which the target is listening for traffic.", "pattern": "^$|[0-9]{1,4}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}| 655[0-2][0-9]|6553[0-5]" }, "Target8AvailabilityZone": { "type": "string", "description": "Where the target receives traffic from. If the TargetType = ip, and the IP address in Target8ID is outside the VPC, use all. Otherwise, leave blank.", "enum": [ "", "all" ] } }, "metadata": { "ui:order": [ "DeregistrationDelayTimeout", "SlowStartDuration", "StickinessCookieExpirationPeriod", "HealthCheckTargetPath", "HealthCheckTargetPort", "HealthCheckTargetProtocol", "HealthCheckHealthyThreshold", "HealthCheckUnhealthyThreshold", "HealthCheckInterval", "HealthCheckTimeout", "ValidHTTPCode", "Target1ID", "Target1Port", "Target1AvailabilityZone", "Target2ID", "Target2Port", "Target2AvailabilityZone", "Target3ID", ct-2v82sp4np40ki Version April 22, 2025 2677 AMS Advanced Change Type Reference AMS Advanced Change Type Details "Target3Port", "Target3AvailabilityZone", "Target4ID", "Target4Port", "Target4AvailabilityZone", "Target5ID", "Target5Port", "Target5AvailabilityZone", "Target6ID", "Target6Port", "Target6AvailabilityZone", "Target7ID", "Target7Port", "Target7AvailabilityZone", "Target8ID", "Target8Port", "Target8AvailabilityZone" ] }, "additionalProperties": false } }, "metadata": { "ui:order": [ "VpcId", "StackId", "Parameters" ] }, "required": [ "VpcId", "StackId", "Parameters" ], "additionalProperties": false } Schema for Change Type ct-2w3rbmnny1qpo Classifications: • Management | Directory Service | DNS | Add A record ct-2w3rbmnny1qpo Version April 22, 2025 2678 AMS Advanced Change Type Reference AMS Advanced Change Type Details { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Add DNS A Record", "description": "Add a new static DNS A record in AWS Managed Microsoft Active Directory (AD). For multi-account landing zone (MALZ), use this change type in the shared services account.", "type": "object", "properties": { "DocumentName": { "description": "AWSManagedServices-CreateDNSARecord-Admin", "type": "string", "enum": [ "AWSManagedServices-CreateDNSARecord-Admin" ], "default": "AWSManagedServices-CreateDNSARecord-Admin" }, "Region": { "description": "The AWS Region where AWS managed Microsoft AD in Directory Service is located, in the form us-east-1.", "type": "string", "pattern": "^([a-z]{2}((-gov))?-[a-z]+-\\d{1})$" }, "Parameters": { "type": "object", "properties": { "RecordName": { "description": "A meaningful name for the DNS A record.", "type": "array", "items": { "type": "string", "pattern": "^[a-zA-Z0-9\\-\\_]{1,63}$" }, "minItems": 1, "maxItems": 1 }, "IPAddress": { "description": "The IPv4 address the DNS A record resolves to.", "type": "array", "items": { "type": "string", "pattern": "(^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(?:25[0-5]| 2[0-4][0-9]|[01]?[0-9][0-9]?)(, )?){1,6}$" }, ct-2w3rbmnny1qpo Version April 22, 2025 2679 AMS Advanced Change Type Reference AMS Advanced Change Type Details "minItems": 1, "maxItems": 1 }, "TTLValue": { "description": "The Time to Live (TTL) value in format hh:mm:ss
ams-ct-699
ams-ct.pdf
699
Directory Service is located, in the form us-east-1.", "type": "string", "pattern": "^([a-z]{2}((-gov))?-[a-z]+-\\d{1})$" }, "Parameters": { "type": "object", "properties": { "RecordName": { "description": "A meaningful name for the DNS A record.", "type": "array", "items": { "type": "string", "pattern": "^[a-zA-Z0-9\\-\\_]{1,63}$" }, "minItems": 1, "maxItems": 1 }, "IPAddress": { "description": "The IPv4 address the DNS A record resolves to.", "type": "array", "items": { "type": "string", "pattern": "(^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(?:25[0-5]| 2[0-4][0-9]|[01]?[0-9][0-9]?)(, )?){1,6}$" }, ct-2w3rbmnny1qpo Version April 22, 2025 2679 AMS Advanced Change Type Reference AMS Advanced Change Type Details "minItems": 1, "maxItems": 1 }, "TTLValue": { "description": "The Time to Live (TTL) value in format hh:mm:ss for a DNS resource record (default is 01:00:00).", "type": "array", "items": { "type": "string", "pattern": "^(?:(?:([01]?\\d|2[0-3]):)?([0-5]?\\d):)?([0-5]?\\d)$", "default": "01:00:00" }, "minItems": 1, "maxItems": 1 } }, "metadata": { "ui:order": [ "RecordName", "IPAddress", "TTLValue" ] }, "additionalProperties": false, "required": [ "RecordName", "IPAddress" ] } }, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, "additionalProperties": false, "required": [ "DocumentName", "Region", "Parameters" ] ct-2w3rbmnny1qpo Version April 22, 2025 2680 AMS Advanced Change Type Reference AMS Advanced Change Type Details } Schema for Change Type ct-2wlfo2jxj2rkj Classifications: • Management | Managed landing zone | Application account | Confirm offboarding { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Confirm Account Offboarding", "description": "Confirm offboarding of the specified application account. Run this from the application account that you want off-boarded. Once this CT is executed successfully, login into the Management account of your MALZ environment and run the Offboard application account CT (ct-0vdiy51oyrhhm). After you successfully submit both CTs, AMS can't undo the offboarding, repurpose the account, or help you to remediate issues in the account.", "type": "object", "properties": { "RequestType": { "description": "Must be OffboardingConfirmation.", "type": "string", "enum": [ "OffboardingConfirmation" ], "default": "OffboardingConfirmation" }, "Parameters": { "type": "object", "properties": { "AccountId": { "description": "The unique identifier (ID) of the application account to offboard.", "type": "string", "pattern": "^[0-9]{12}$" }, "AccountEmail": { "description": "The email associated with the application account to offboard.", "type": "string", "pattern": "^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+\\.[a-zA-Z0-9-.]+$" } ct-2wlfo2jxj2rkj Version April 22, 2025 2681 AMS Advanced Change Type Reference AMS Advanced Change Type Details }, "additionalProperties": false, "metadata": { "ui:order": [ "AccountId", "AccountEmail" ] }, "required": [ "AccountId", "AccountEmail" ] } }, "metadata": { "ui:order": [ "Parameters", "RequestType" ] }, "additionalProperties": false, "required": [ "Parameters", "RequestType" ] } Schema for Change Type ct-2wllq61djysxz Classifications: • Deployment | Advanced stack components | RDS database stack | Create from backup (for Aurora) { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Create RDS Aurora Stack From Backup", "description": "Create an AWS Relational Database Service (RDS) Aurora stack from AWS Backup.", "type": "object", "properties": { ct-2wllq61djysxz Version April 22, 2025 2682 AMS Advanced Change Type Reference "Description": { AMS Advanced Change Type Details "description": "Meaningful information about the resource to be created.", "type": "string", "minLength": 1, "maxLength": 500 }, "VpcId": { "description": "ID of the VPC to use, in the form vpc-0123abcd or vpc-01234567890abcdef.", "type": "string", "pattern": "^vpc-[a-z0-9]{8}$|^vpc-[a-z0-9]{17}$" }, "Name": { "description": "A name for the stack or stack component; this becomes the Stack Name.", "type": "string", "minLength": 1, "maxLength": 255 }, "Tags": { "description": "Up to fifty tags (key/value pairs) to categorize the resource.", "type": "array", "items": { "type": "object", "properties": { "Key": { "type": "string", "minLength": 1, "maxLength": 127 }, "Value": { "type": "string", "minLength": 1, "maxLength": 255 } }, "additionalProperties": false, "metadata": { "ui:order": [ "Key", "Value" ] }, "required": [ ct-2wllq61djysxz Version April 22, 2025 2683 AMS Advanced Change Type Reference AMS Advanced Change Type Details "Key", "Value" ] }, "minItems": 0, "maxItems": 50, "uniqueItems": true }, "StackTemplateId": { "description": "Must be stm-j24cifrdi0untnsn6", "type": "string", "enum": [ "stm-j24cifrdi0untnsn6" ], "default": "stm-j24cifrdi0untnsn6" }, "TimeoutInMinutes": { "description": "The maximum amount of time, in minutes, to allow for execution of the change. This will not prolong execution, but the RFC fails if the change is not completed in the specified time.", "type": "number", "minimum": 0, "maximum": 360, "default": 60 }, "Parameters": { "type": "object", "properties": { "SnapshotIdentifier": { "type": "string", "description": "The identifier for the DB snapshot or DB cluster snapshot to restore from.", "pattern": "^[a-zA-Z][a-zA-Z0-9-:]{1,255}$" }, "AutoMinorVersionUpgrade": { "type": "string", "description": "True if the RDS instance should have automatic minor version upgrade, false if it should not. Default is true.", "enum": [ "true", "false" ], "default": "true" }, ct-2wllq61djysxz Version April 22, 2025 2684 AMS Advanced Change Type Reference AMS Advanced Change Type Details "BackupRetentionPeriod": { "type": "integer", "description": "The number of days for which automatic database (DB) snapshots are retained. Range is 1 - 35.", "default": 7, "minimum": 1, "maximum": 35 }, "ClusterName": { "type": "string", "description": "Optional identifier for the DB Cluster that is created with your instance. If you do not provide one, a default identifier based on the instance identifier is used. The cluster identifier is used in determining the cluster's connection endpoint.", "pattern": "^[a-zA-Z]{1}(?!.*--)(?!.*-$)[A-Za-z0-9-]{0,62}$|^$", "default": "" }, "DBEngine": { "type": "string", "description": "The
ams-ct-700
ams-ct.pdf
700
ct-2wllq61djysxz Version April 22, 2025 2684 AMS Advanced Change Type Reference AMS Advanced Change Type Details "BackupRetentionPeriod": { "type": "integer", "description": "The number of days for which automatic database (DB) snapshots are retained. Range is 1 - 35.", "default": 7, "minimum": 1, "maximum": 35 }, "ClusterName": { "type": "string", "description": "Optional identifier for the DB Cluster that is created with your instance. If you do not provide one, a default identifier based on the instance identifier is used. The cluster identifier is used in determining the cluster's connection endpoint.", "pattern": "^[a-zA-Z]{1}(?!.*--)(?!.*-$)[A-Za-z0-9-]{0,62}$|^$", "default": "" }, "DBEngine": { "type": "string", "description": "The name of the engine for the Aurora database. Not every database engine is available for every AWS region. Engine compatability is determined by engine type (aurora=MySQL 5.6, aurora-mysql=MySQL 5.7, aurora-postgresql=PostgreSQL 10.4, 9.6.9 or 9.6.8).", "enum": [ "aurora", "aurora-mysql", "aurora-postgresql" ], "default": "aurora" }, "DBName": { "type": "string", "description": "A name for the database. The meaning of this parameter differs according to the database engine you use.", "pattern": "^$|[a-zA-Z0-9]{1,64}$", "default": "" }, "DBClusterParameterGroupName": { "description": "The name of an existing DB cluster parameter group. The parameter group must be compatible with the DBEngine and the EngineVersion.", "type": "string", "pattern": "^(?!.*--.*)(?!.*-$)[a-zA-Z][a-zA-Z0-9-.]{0,254}$" }, "DBSubnetGroupName": { ct-2wllq61djysxz Version April 22, 2025 2685 AMS Advanced Change Type Reference AMS Advanced Change Type Details "type": "string", "description": "The name of an existing DB subnet group provisioned with the \"RDS database stack | Create DB subnet group\" change type.", "pattern": "^[a-zA-Z0-9._-]{1,255}$" }, "EngineVersion": { "type": "string", "description": "The version number of the database engine to use. Not every database version is available for every AWS region.", "pattern": "^\\d.\\d.\\d{2}[a-z]$|^5.\\d.mysql_aurora.\\d.\\d{2}.\\d$|^8.\ \d.mysql_aurora.\\d.\\d{2}.\\d$|^(\\d{2}.\\d{0,2})$|^$", "default": "" }, "InstanceType": { "type": "string", "description": "The instance type to use, this determines the compute and memory capacity for the DB instance. Not every instance type is available for every database engine.", "enum": [ "db.serverless", "db.t2.small", "db.t2.medium", "db.t3.micro", "db.t3.small", "db.t3.medium", "db.t3.large", "db.t3.xlarge", "db.t3.2xlarge", "db.t4g.medium", "db.t4g.large", "db.r3.large", "db.r3.xlarge", "db.r3.2xlarge", "db.r3.4xlarge", "db.r3.8xlarge", "db.r4.large", "db.r4.xlarge", "db.r4.2xlarge", "db.r4.4xlarge", "db.r4.8xlarge", "db.r4.16xlarge", "db.r5.large", "db.r5.xlarge", "db.r5.2xlarge", ct-2wllq61djysxz Version April 22, 2025 2686 AMS Advanced Change Type Reference AMS Advanced Change Type Details "db.r5.4xlarge", "db.r5.8xlarge", "db.r5.12xlarge", "db.r5.16xlarge", "db.r5.24xlarge", "db.r6g.large", "db.r6g.xlarge", "db.r6g.2xlarge", "db.r6g.4xlarge", "db.r6g.8xlarge", "db.r6g.12xlarge", "db.r6g.16xlarge", "db.x2g.large", "db.x2g.xlarge", "db.x2g.2xlarge", "db.x2g.4xlarge", "db.x2g.8xlarge", "db.x2g.12xlarge", "db.x2g.16xlarge" ], "default": "db.r4.large" }, "MultiAZ": { "type": "string", "description": "True to have a secondary replica of your DB instance created in another Availability Zone for failover support, false to not have a standby. Default is true.", "enum": [ "true", "false" ], "default": "true" }, "Port": { "type": "string", "description": "The port for the instance. Valid range is: 1150-65535. Specifying 0 assigns the default based on the selected DBEngine (aurora=3306, aurora- mysql=3306, aurora-postgresql=5432).", "pattern": "^(0|11[5-8][0-9]|119[0-9]|1[2-9][0-9]{2}|[2-9][0-9]{3}|[1-5][0-9] {4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-5])$", "default": "0" }, "PreferredBackupWindow": { "type": "string", ct-2wllq61djysxz Version April 22, 2025 2687 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "The daily time range during which automated backups are created. Must be in the format hh:mm-hh:mm (24-hour format), in Universal Coordinated Time (UTC). Must not conflict with the PreferredMaintenanceWindow setting, and must be at least 30 minutes.", "pattern": "^[0-9]{2}:[0-9]{2}-[0-9]{2}:[0-9]{2}$", "default": "22:00-23:00" }, "PreferredMaintenanceWindow": { "type": "string", "description": "The weekly time range during which system maintenance can occur, in UTC. Must be in the format ddd:hh:mm-ddd:hh:mm (24-hour format), in Universal Coordinated Time (UTC) and must be at least 30 minutes. If you don't specify PreferredMaintenanceWindow, then Amazon RDS assigns a 30-minute maintenance window on a randomly selected day of the week.", "pattern": "^$|[a-z]{3}:[0-9]{2}:[0-9]{2}-[a-z]{3}:[0-9]{2}:[0-9]{2}$", "default": "" }, "ServerlessScalingMaxCapacity": { "description": "The maximum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless cluster. The largest value that you can use is 128.0. Only applies to db.serverless InstanceType.", "type": "number", "minimum": 1, "maximum": 128, "default": 1 }, "ServerlessScalingMinCapacity": { "description": "The minimum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless cluster. The smallest value that you can use is 0.5. Only applies to db.serverless InstanceType.", "type": "number", "minimum": 0.5, "maximum": 128, "default": 0.5 } }, "metadata": { "ui:order": [ "SnapshotIdentifier", "DBEngine", "EngineVersion", "InstanceType", "MultiAZ", "DBName", ct-2wllq61djysxz Version April 22, 2025 2688 AMS Advanced Change Type Reference AMS Advanced Change Type Details "ClusterName", "DBClusterParameterGroupName", "DBSubnetGroupName", "Port", "AutoMinorVersionUpgrade", "BackupRetentionPeriod", "PreferredBackupWindow", "PreferredMaintenanceWindow", "ServerlessScalingMaxCapacity", "ServerlessScalingMinCapacity" ] }, "required": [ "SnapshotIdentifier", "DBEngine", "EngineVersion", "DBSubnetGroupName" ], "additionalProperties": false } }, "metadata": { "ui:order": [ "Description", "VpcId", "Name", "Parameters", "TimeoutInMinutes", "StackTemplateId", "Tags" ] }, "required": [ "Description", "VpcId", "Name", "Parameters", "TimeoutInMinutes", "StackTemplateId" ], "additionalProperties": false } ct-2wllq61djysxz Version April 22, 2025 2689 AMS Advanced Change Type Reference AMS Advanced Change Type Details Schema for Change Type ct-2wrvu4kca9xky Classifications: • Management | AMS Resource Scheduler | State | Enable { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Enable AMS Resource Scheduler", "description": "Enable AMS Resource Scheduler in the account where it was previously disabled. This will re-enable scheduling of resources for automatic start or stop actions where the
ams-ct-701
ams-ct.pdf
701
"DBEngine", "EngineVersion", "DBSubnetGroupName" ], "additionalProperties": false } }, "metadata": { "ui:order": [ "Description", "VpcId", "Name", "Parameters", "TimeoutInMinutes", "StackTemplateId", "Tags" ] }, "required": [ "Description", "VpcId", "Name", "Parameters", "TimeoutInMinutes", "StackTemplateId" ], "additionalProperties": false } ct-2wllq61djysxz Version April 22, 2025 2689 AMS Advanced Change Type Reference AMS Advanced Change Type Details Schema for Change Type ct-2wrvu4kca9xky Classifications: • Management | AMS Resource Scheduler | State | Enable { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Enable AMS Resource Scheduler", "description": "Enable AMS Resource Scheduler in the account where it was previously disabled. This will re-enable scheduling of resources for automatic start or stop actions where the resources are already tagged with a valid schedule. Make sure to verify currently tagged resources and schedules before enabling the scheduler.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-HandleAMSResourceSchedulerStack- Admin.", "type": "string", "enum": [ "AWSManagedServices-HandleAMSResourceSchedulerStack-Admin" ], "default": "AWSManagedServices-HandleAMSResourceSchedulerStack-Admin" }, "Region": { "description": "The AWS Region of the account where the AMS Resource Scheduler solution is, in the form us-east-1.", "type": "string", "pattern": "^([a-z]{2}((-gov))?-[a-z]+-\\d{1})$" }, "Parameters": { "type": "object", "properties": { "SchedulingActive": { "description": "Specify the value: Yes. This explicitly requests that the Resource Scheduler be enabled from a disabled state. Default is Yes.", "type": "array", "items": { "type": "string", "enum": [ "Yes" ], ct-2wrvu4kca9xky Version April 22, 2025 2690 AMS Advanced Change Type Reference AMS Advanced Change Type Details "default": "Yes" }, "maxItems": 1, "minItems": 1 }, "Action": { "type": "string", "description": "(Required) The Action to be performed.", "enum": [ "Update" ], "default": "Update" } }, "metadata": { "ui:order": [ "SchedulingActive", "Action" ] }, "required": [ "SchedulingActive", "Action" ], "additionalProperties": false } }, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, "required": [ "DocumentName", "Region", "Parameters" ], "additionalProperties": false } ct-2wrvu4kca9xky Version April 22, 2025 2691 AMS Advanced Change Type Reference AMS Advanced Change Type Details Schema for Change Type ct-2x14cv67uym46 Classifications: • Management | Advanced stack components | Bastions | Update instance size (review required) { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Update Instance Size", "description": "Update the instance size for an RDP or SSH customer bastion in an AMS account.", "type": "object", "properties": { "BastionType": { "description": "The bastion type to update.", "type": "string", "default": "RDP Bastion", "enum": [ "RDP Bastion", "SSH Bastion" ] }, "InstanceType": { "description": "The new instance type for the bastion. If BastionType = SSH Bastion, the minimum instance size is t3.small. If BastionType = RDP Bastion, the minimum instance size is t3.medium.", "type": "string", "pattern": "^[a-z0-9]+\\.[a-z0-9]+$" }, "Priority": { "description": "The priority of the request. See AMS \"RFC scheduling\" documentation for a definition of the priorities.", "type": "string", "enum": [ "Low", "Medium", "High" ] } }, "metadata": { "ui:order": [ ct-2x14cv67uym46 Version April 22, 2025 2692 AMS Advanced Change Type Reference AMS Advanced Change Type Details "BastionType", "InstanceType", "Priority" ] }, "additionalProperties": false, "required": [ "BastionType", "InstanceType" ] } Schema for Change Type ct-2xd2anlb5hbzo Classifications: • Management | Directory Service | Directory | Unshare directory { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Unshare Directory", "description": "Stops the directory sharing between the directory owner and consumer accounts. Run this in your Shared Service account that has Managed Active Directory. This change type is only supported for multi-account landing zone (MALZ).", "type": "object", "properties": { "DocumentName": { "description": "AWSManagedServices-UnshareDirectory.", "type": "string", "enum": [ "AWSManagedServices-UnshareDirectory" ], "default": "AWSManagedServices-UnshareDirectory" }, "Region": { "description": "The AWS Region where the directory is located, in the form of us- east-1.", "type": "string", "pattern": "^([a-z]{2}((-gov))?-[a-z]+-\\d{1})$" }, "Parameters": { "type": "object", ct-2xd2anlb5hbzo Version April 22, 2025 2693 AMS Advanced Change Type Reference "properties": { AMS Advanced Change Type Details "DirectoryId": { "description": "The identifier of the AWS Managed Microsoft Active directory that you want to stop sharing.", "type": "array", "items": { "type": "string", "pattern": "^d-[0-9a-f]{10}$" }, "maxItems": 1, "minItems": 1 }, "UnshareTarget": { "description": "Identifier for the directory consumer account to unshare the directory from.", "type": "array", "items": { "type": "string", "pattern": "^[0-9]{12}$" }, "maxItems": 1, "minItems": 1 } }, "metadata": { "ui:order": [ "DirectoryId", "UnshareTarget" ] }, "additionalProperties": false, "required": [ "DirectoryId", "UnshareTarget" ] } }, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, ct-2xd2anlb5hbzo Version April 22, 2025 2694 AMS Advanced Change Type Reference AMS Advanced Change Type Details "additionalProperties": false, "required": [ "DocumentName", "Region", "Parameters" ] } Schema for Change Type ct-2y6q4vco4miyp Classifications: • Management | Advanced stack components | EBS Volume | Update { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Update EBS volumes.", "description": "Modify the properties of an existing Elastic Block Store (EBS) volume stack created using CT id ct-16xg8qguovg2w, version 1.0. No service interruption is expected during the update.", "type": "object", "properties": { "VpcId": { "description": "ID of the VPC that contains the EC2 instance the EBS volumes are attached to, in the form vpc-0123abcd or vpc-01234567890abcdef.", "type": "string", "pattern": "^vpc-[a-z0-9]{8}$|^vpc-[a-z0-9]{17}$" }, "StackId": { "description": "ID of the stack instance that contains the EBS Volumes, in the form stack-a1b2c3d4e5f67890e.", "type": "string",
ams-ct-702
ams-ct.pdf
702
ct-2y6q4vco4miyp Classifications: • Management | Advanced stack components | EBS Volume | Update { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Update EBS volumes.", "description": "Modify the properties of an existing Elastic Block Store (EBS) volume stack created using CT id ct-16xg8qguovg2w, version 1.0. No service interruption is expected during the update.", "type": "object", "properties": { "VpcId": { "description": "ID of the VPC that contains the EC2 instance the EBS volumes are attached to, in the form vpc-0123abcd or vpc-01234567890abcdef.", "type": "string", "pattern": "^vpc-[a-z0-9]{8}$|^vpc-[a-z0-9]{17}$" }, "StackId": { "description": "ID of the stack instance that contains the EBS Volumes, in the form stack-a1b2c3d4e5f67890e.", "type": "string", "pattern": "^stack-[a-z0-9]{17}$" }, "Parameters": { "type": "object", "properties": { "Volume1Iops": { "type": "string", "description": "The Iops to use for Volume1 if Volume1Type is io1, io2 or gp3. If Volume1Type is not io1, io2 or gp3, any value provided here is ignored. If ct-2y6q4vco4miyp Version April 22, 2025 2695 AMS Advanced Change Type Reference AMS Advanced Change Type Details Volume1Type is gp3, then the Iops should be between 3000 and 16000, else it should be between 100 and 64000.", "pattern": "^$|^([1-9][0-9]{2}|[1-9][0-9]{3}|[1-5][0-9][0-9]{3}|[6][0-3][0-9] {3}|64000)$" }, "Volume1Size": { "type": "string", "description": "The size for Volume1 in GiB. The size can be increased, but not decreased.", "pattern": "^([1-9]|[1-9][0-9]{1}|[1-9][0-9]{2}|[1-9][0-9]{3}|[1][0-5][0-9] {3}||[1][6][0-3][0-8][0-4]|16384)$" }, "Volume1Throughput": { "type": "string", "description": "The Throughput to use for Volume1 if Volume1Type is gp3. If Volume1Type is not gp3, any value provided here is ignored. The Throughput should be between 125 and 1000. Default is 125.", "pattern": "^$|^([1][2][5-9]$|[1][3-9][0-9]$|[2-9][0-9][0-9]$|1000)$" }, "Volume1Type": { "type": "string", "description": "The volume type for Volume1. Choose io1, io2, gp2 or gp3 for SSD-backed volumes optimized for transactional workloads. Choose sc1 or st1 for HDD- backed volumes optimized for large streaming workloads. Choose standard for HDD-backed volumes suitable for workloads where data is infrequently accessed.", "enum": [ "io1", "io2", "gp2", "gp3", "sc1", "st1", "standard" ] }, "Volume2Iops": { "type": "string", "description": "The Iops to use for Volume2 if Volume2Type is io1, io2 or gp3. If Volume2Type is not io1, io2 or gp3, any value provided here is ignored. If Volume2Type is gp3, then the Iops should be between 3000 and 16000, else it should be between 100 and 64000.", "pattern": "^$|^([1-9][0-9]{2}|[1-9][0-9]{3}|[1-5][0-9][0-9]{3}|[6][0-3][0-9] {3}|64000)$" }, ct-2y6q4vco4miyp Version April 22, 2025 2696 AMS Advanced Change Type Reference AMS Advanced Change Type Details "Volume2Size": { "type": "string", "description": "The size for Volume2 in GiB. The size can be increased, but not decreased.", "pattern": "^([1-9]|[1-9][0-9]{1}|[1-9][0-9]{2}|[1-9][0-9]{3}|[1][0-5][0-9] {3}||[1][6][0-3][0-8][0-4]|16384)$" }, "Volume2Throughput": { "type": "string", "description": "The Throughput to use for Volume2 if Volume2Type is gp3. If Volume2Type is not gp3, any value provided here is ignored. The Throughput should be between 125 and 1000. Default is 125.", "pattern": "^$|^([1][2][5-9]$|[1][3-9][0-9]$|[2-9][0-9][0-9]$|1000)$" }, "Volume2Type": { "type": "string", "description": "The volume type for Volume2. Choose io1, io2, gp2 or gp3 for SSD-backed volumes optimized for transactional workloads. Choose sc1 or st1 for HDD- backed volumes optimized for large streaming workloads. Choose standard for HDD-backed volumes suitable for workloads where data is infrequently accessed.", "enum": [ "io1", "io2", "gp2", "gp3", "sc1", "st1", "standard" ] }, "Volume3Iops": { "type": "string", "description": "The Iops to use for Volume3 if Volume3Type is io1, io2 or gp3. If Volume3Type is not io1, io2 or gp3, any value provided here is ignored. If Volume3Type is gp3, then the Iops should be between 3000 and 16000, else it should be between 100 and 64000.", "pattern": "^$|^([1-9][0-9]{2}|[1-9][0-9]{3}|[1-5][0-9][0-9]{3}|[6][0-3][0-9] {3}|64000)$" }, "Volume3Size": { "type": "string", "description": "The size for Volume3 in GiB. The size can be increased, but not decreased.", ct-2y6q4vco4miyp Version April 22, 2025 2697 AMS Advanced Change Type Reference AMS Advanced Change Type Details "pattern": "^([1-9]|[1-9][0-9]{1}|[1-9][0-9]{2}|[1-9][0-9]{3}|[1][0-5][0-9] {3}||[1][6][0-3][0-8][0-4]|16384)$" }, "Volume3Throughput": { "type": "string", "description": "The Throughput to use for Volume3 if Volume3Type is gp3. If Volume3Type is not gp3, any value provided here is ignored. The Throughput should be between 125 and 1000. Default is 125.", "pattern": "^$|^([1][2][5-9]$|[1][3-9][0-9]$|[2-9][0-9][0-9]$|1000)$" }, "Volume3Type": { "type": "string", "description": "The volume type for Volume3. Choose io1, io2, gp2 or gp3 for SSD-backed volumes optimized for transactional workloads. Choose sc1 or st1 for HDD- backed volumes optimized for large streaming workloads. Choose standard for HDD-backed volumes suitable for workloads where data is infrequently accessed.", "enum": [ "io1", "io2", "gp2", "gp3", "sc1", "st1", "standard" ] }, "Volume4Iops": { "type": "string", "description": "The Iops to use for Volume4 if Volume4Type is io1, io2 or gp3. If Volume4Type is not io1, io2 or gp3, any value provided here is ignored. If Volume4Type is gp3, then the Iops should be between 3000 and 16000, else it should be between 100 and 64000.", "pattern": "^$|^([1-9][0-9]{2}|[1-9][0-9]{3}|[1-5][0-9][0-9]{3}|[6][0-3][0-9] {3}|64000)$" }, "Volume4Size": { "type": "string", "description": "The size for Volume4 in GiB. The size can be increased, but not decreased.", "pattern": "^([1-9]|[1-9][0-9]{1}|[1-9][0-9]{2}|[1-9][0-9]{3}|[1][0-5][0-9] {3}||[1][6][0-3][0-8][0-4]|16384)$" }, "Volume4Throughput": { "type": "string", ct-2y6q4vco4miyp Version April 22, 2025 2698 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "The Throughput
ams-ct-703
ams-ct.pdf
703
"string", "description": "The Iops to use for Volume4 if Volume4Type is io1, io2 or gp3. If Volume4Type is not io1, io2 or gp3, any value provided here is ignored. If Volume4Type is gp3, then the Iops should be between 3000 and 16000, else it should be between 100 and 64000.", "pattern": "^$|^([1-9][0-9]{2}|[1-9][0-9]{3}|[1-5][0-9][0-9]{3}|[6][0-3][0-9] {3}|64000)$" }, "Volume4Size": { "type": "string", "description": "The size for Volume4 in GiB. The size can be increased, but not decreased.", "pattern": "^([1-9]|[1-9][0-9]{1}|[1-9][0-9]{2}|[1-9][0-9]{3}|[1][0-5][0-9] {3}||[1][6][0-3][0-8][0-4]|16384)$" }, "Volume4Throughput": { "type": "string", ct-2y6q4vco4miyp Version April 22, 2025 2698 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "The Throughput to use for Volume4 if Volume4Type is gp3. If Volume4Type is not gp3, any value provided here is ignored. The Throughput should be between 125 and 1000. Default is 125.", "pattern": "^$|^([1][2][5-9]$|[1][3-9][0-9]$|[2-9][0-9][0-9]$|1000)$" }, "Volume4Type": { "type": "string", "description": "The volume type for Volume4. Choose io1, io2, gp2 or gp3 for SSD-backed volumes optimized for transactional workloads. Choose sc1 or st1 for HDD- backed volumes optimized for large streaming workloads. Choose standard for HDD-backed volumes suitable for workloads where data is infrequently accessed.", "enum": [ "io1", "io2", "gp2", "gp3", "sc1", "st1", "standard" ] }, "Volume5Iops": { "type": "string", "description": "The Iops to use for Volume5 if Volume5Type is io1, io2 or gp3. If Volume5Type is not io1, io2 or gp3, any value provided here is ignored. If Volume5Type is gp3, then the Iops should be between 3000 and 16000, else it should be between 100 and 64000.", "pattern": "^$|^([1-9][0-9]{2}|[1-9][0-9]{3}|[1-5][0-9][0-9]{3}|[6][0-3][0-9] {3}|64000)$" }, "Volume5Size": { "type": "string", "description": "The size for Volume5 in GiB. The size can be increased, but not decreased.", "pattern": "^([1-9]|[1-9][0-9]{1}|[1-9][0-9]{2}|[1-9][0-9]{3}|[1][0-5][0-9] {3}||[1][6][0-3][0-8][0-4]|16384)$" }, "Volume5Throughput": { "type": "string", "description": "The Throughput to use for Volume5 if Volume5Type is gp3. If Volume5Type is not gp3, any value provided here is ignored. The Throughput should be between 125 and 1000. Default is 125.", "pattern": "^$|^([1][2][5-9]$|[1][3-9][0-9]$|[2-9][0-9][0-9]$|1000)$" }, ct-2y6q4vco4miyp Version April 22, 2025 2699 AMS Advanced Change Type Reference AMS Advanced Change Type Details "Volume5Type": { "type": "string", "description": "The volume type for Volume5. Choose io1, io2, gp2 or gp3 for SSD-backed volumes optimized for transactional workloads. Choose sc1 or st1 for HDD- backed volumes optimized for large streaming workloads. Choose standard for HDD-backed volumes suitable for workloads where data is infrequently accessed.", "enum": [ "io1", "io2", "gp2", "gp3", "sc1", "st1", "standard" ] } }, "metadata": { "ui:order": [ "Volume1Size", "Volume1Type", "Volume1Iops", "Volume1Throughput", "Volume2Size", "Volume2Type", "Volume2Iops", "Volume2Throughput", "Volume3Size", "Volume3Type", "Volume3Iops", "Volume3Throughput", "Volume4Size", "Volume4Type", "Volume4Iops", "Volume4Throughput", "Volume5Size", "Volume5Type", "Volume5Iops", "Volume5Throughput" ] } } }, "metadata": { ct-2y6q4vco4miyp Version April 22, 2025 2700 AMS Advanced Change Type Reference AMS Advanced Change Type Details "ui:order": [ "VpcId", "StackId", "Parameters" ] }, "required": [ "VpcId", "StackId", "Parameters" ], "additionalProperties": false } Schema for Change Type ct-2yja7ihh30ply Classifications: • Management | AWS Backup | Backup plan | Enable cross account copy (Management account) { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Enable cross account copy (Management account)", "description": "Enable and configure cross-account backup and monitoring in a management account. This automation can only be completed successfully in a management account.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices- HandleConfigureCrossAccountBackupInManagementAccount-Admin.", "type": "string", "enum": [ "AWSManagedServices-HandleConfigureCrossAccountBackupInManagementAccount- Admin" ], "default": "AWSManagedServices- HandleConfigureCrossAccountBackupInManagementAccount-Admin" }, "Region": { "description": "The AWS Region to enable the cross account backup and monitoring in, in the form us-east-1.", ct-2yja7ihh30ply Version April 22, 2025 2701 AMS Advanced Change Type Reference AMS Advanced Change Type Details "type": "string", "pattern": "^([a-z]{2}((-gov))?-[a-z]+-\\d{1})$" }, "Parameters": { "type": "object", "properties": { "DestinationAccountId": { "description": "The destination account ID of the cross-account backup to enable.", "type": "array", "items": { "type": "string", "pattern": "^[0-9]{12}$" }, "maxItems": 1 }, "SourceAccountId": { "description": "The source account ID of the cross-account backup to enable.", "type": "array", "items": { "type": "string", "pattern": "^[0-9]{12}$" }, "maxItems": 1 } }, "metadata": { "ui:order": [ "SourceAccountId", "DestinationAccountId" ] }, "additionalProperties": false, "required": [ "DestinationAccountId", "SourceAccountId" ] } }, "metadata": { "ui:order": [ "DocumentName", "Region", ct-2yja7ihh30ply Version April 22, 2025 2702 AMS Advanced Change Type Details AMS Advanced Change Type Reference "Parameters" ] }, "additionalProperties": false, "required": [ "DocumentName", "Region", "Parameters" ] } Schema for Change Type ct-2z60dyvto9g6c Classifications: • Deployment | Advanced stack components | RDS database stack | Create { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Create RDS database stack", "description": "Create an Amazon Relational Database Service (RDS) DB instance. To provision an Aurora single instance or multi-AZ instances, use CT ct-2jvzjwunghrhy.", "type": "object", "properties": { "Description": { "description": "Meaningful information about the resource to be created.", "type": "string", "minLength": 1, "maxLength": 500 }, "VpcId": { "description": "ID of the VPC to use, in the form vpc-0123abcd or vpc-01234567890abcdef.", "type": "string", "pattern": "^vpc-[a-z0-9]{8}$|^vpc-[a-z0-9]{17}$" }, "StackTemplateId": { "description": "Must be stm-sl81ze20000000000.", "type": "string", "enum": [ "stm-sl81ze20000000000" ] ct-2z60dyvto9g6c Version April 22, 2025 2703 AMS Advanced Change Type Reference AMS Advanced Change Type Details }, "Name": { "description": "A name
ams-ct-704
ams-ct.pdf
704
database stack", "description": "Create an Amazon Relational Database Service (RDS) DB instance. To provision an Aurora single instance or multi-AZ instances, use CT ct-2jvzjwunghrhy.", "type": "object", "properties": { "Description": { "description": "Meaningful information about the resource to be created.", "type": "string", "minLength": 1, "maxLength": 500 }, "VpcId": { "description": "ID of the VPC to use, in the form vpc-0123abcd or vpc-01234567890abcdef.", "type": "string", "pattern": "^vpc-[a-z0-9]{8}$|^vpc-[a-z0-9]{17}$" }, "StackTemplateId": { "description": "Must be stm-sl81ze20000000000.", "type": "string", "enum": [ "stm-sl81ze20000000000" ] ct-2z60dyvto9g6c Version April 22, 2025 2703 AMS Advanced Change Type Reference AMS Advanced Change Type Details }, "Name": { "description": "A name for the stack or stack component; this becomes the Stack Name.", "type": "string", "minLength": 1, "maxLength": 255 }, "Tags": { "description": "Up to fifty tags (key/value pairs) to categorize the resource.", "type": "array", "items": { "type": "object", "properties": { "Key": { "type": "string", "minLength": 1, "maxLength": 127 }, "Value": { "type": "string", "minLength": 1, "maxLength": 255 } }, "additionalProperties": false, "metadata": { "ui:order": [ "Key", "Value" ] }, "required": [ "Key", "Value" ] }, "minItems": 0, "maxItems": 50, "uniqueItems": true }, "TimeoutInMinutes": { ct-2z60dyvto9g6c Version April 22, 2025 2704 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "The maximum amount of time, in minutes, to allow for execution of the change. This will not prolong execution, but the RFC fails if the change is not completed in the specified time.", "type": "number", "minimum": 0, "maximum": 360, "default": 60 }, "Parameters": { "description": "Specifications for the stack.", "type": "object", "properties": { "RDSAllocatedStorage": { "description": "The size of the database in gigabytes (GB). The acceptable limits for this value relate to the engine and storage type that you specify. For details, see AWS documentation on DB instance storage.", "type": "number" }, "RDSAutoMinorVersionUpgrade": { "description": "True to apply minor engine upgrades automatically to the DB instance during the maintenance window, false to not. Default is false.", "type": "boolean", "default": false }, "RDSBackupRetentionPeriod": { "description": "The number of days for which automatic DB snapshots are retained. Setting this to a positive number enables backups. Setting this to 0 disables automated backups.", "type": "number", "minimum": 0, "maximum": 35, "default": 7 }, "RDSCharacterSetName": { "description": "The character set to associate with the DB instance. This is applicable only if RDSDBEngine = oracle-se, oracle-se1, oracle-se2, oracle-ee, sqlserver-ee, sqlserver-se, sqlserver-ex or sqlserver-web.", "type": "string", "default": "" }, "RDSDBEngine": { "description": "The name of the database engine for the DB instance. Not every database engine is available for every AWS region.", "type": "string", ct-2z60dyvto9g6c Version April 22, 2025 2705 AMS Advanced Change Type Reference AMS Advanced Change Type Details "enum": [ "mariadb", "mysql", "oracle-se2", "oracle-se1", "oracle-se", "oracle-ee", "sqlserver-ee", "sqlserver-se", "sqlserver-ex", "sqlserver-web", "postgres" ] }, "RDSDBInstanceIdentifier": { "description": "A name for the DB instance. It must begin with a letter, must contain only letters, digits and hyphens and must not end with a hyphen or contain two consecutive hyphens. If left blank AWS CloudFormation generates a unique physical ID and uses that ID for the DB instance.", "type": "string", "pattern": "^[a-zA-Z]{1}(?!.*--)(?!.*-$)[A-Za-z0-9-]{0,62}$|^$", "minLength": 0, "maxLength": 63 }, "RDSDBName": { "description": "A name for the database. The meaning of this parameter differs according to the database engine you use.For example, the name can't be longer than 8 characters for Oracle database, for some others the DBName must begin with a letter and contain only alphanumeric characters. For details on DBName requirements, see the AWS RDS documentation for \"CreateDBInstance\" API.", "type": "string" }, "RDSDBParameterGroupName": { "description": "The name of an existing DB parameter group.", "type": "string" }, "RDSDeletionProtection": { "description": "True to enable DB instance deletion protection, false to not. Default is false.", "type": "boolean", "default": false }, "RDSEngineVersion": { ct-2z60dyvto9g6c Version April 22, 2025 2706 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "The version number of the database engine to use; for example, 5.7.30 for the MySQL engine. For details on engine versions, see the AWS RDS documentation \"CreateDBInstance\" API.", "type": "string" }, "RDSInstanceType": { "description": "The compute and memory capacity for the DB instance. Not all DB instance classes are available in all AWS Regions, or for all database engines. For details on the list of DB instance classes available for a specific engine, see the AWS RDS documentation for \"CreateDBInstance\" API.", "type": "string", "pattern": "^db\\.[a-z0-9]+\\.[a-z0-9]+$", "default": "db.m4.large" }, "RDSIOPS": { "description": "The provisioned IOPS for RDS storage. Must be a multiple between 3 and 10 of the storage amount for the DB instance. Must also be an integer multiple of 1000. For example, if the size of your DB instance is 500 GB, then your Iops value can be 2000, 3000, 4000, or 5000.", "type": "number", "default": 0 }, "RDSLicenseModel": { "description": "License model information for the DB instance. This is applicable only if RDSDBEngine = oracle-se1 or oracle-se2. Default is license- included.",
ams-ct-705
ams-ct.pdf
705
see the AWS RDS documentation for \"CreateDBInstance\" API.", "type": "string", "pattern": "^db\\.[a-z0-9]+\\.[a-z0-9]+$", "default": "db.m4.large" }, "RDSIOPS": { "description": "The provisioned IOPS for RDS storage. Must be a multiple between 3 and 10 of the storage amount for the DB instance. Must also be an integer multiple of 1000. For example, if the size of your DB instance is 500 GB, then your Iops value can be 2000, 3000, 4000, or 5000.", "type": "number", "default": 0 }, "RDSLicenseModel": { "description": "License model information for the DB instance. This is applicable only if RDSDBEngine = oracle-se1 or oracle-se2. Default is license- included.", "type": "string", "enum": [ "bring-your-own-license", "license-included" ] }, "RDSMasterUsername": { "description": "The name that you will use with the configured RDSMasterUserPassword to log in to your DB instance. Must begin with a letter and contain only alphanumeric characters. For details regarding DB engine related constraints on the user name, see the AWS RDS documentation for \"CreateDBInstance\" API.", "type": "string", "pattern": "^[a-zA-Z][a-zA-Z0-9]{1,128}$", "minLength": 1, "maxLength": 128 }, "RDSMasterUserPassword": { ct-2z60dyvto9g6c Version April 22, 2025 2707 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "The password that you will use with the configured RDSMasterUserName to log in to your DB instance. Must contain from 8 to 30 printable ASCII characters (excluding backslash, double quotes, and at sign).", "type": "string", "pattern": "^[!#-.0-?A-~]{8,30}$", "metadata": { "ams:sensitive": true } }, "RDSMultiAZ": { "description": "True to have a standby replica of your DB instance created in another Availability Zone for failover support, false to not have a standby replica. Default is true.", "type": "boolean", "default": true }, "RDSOptionGroupName": { "description": "The option group that this DB instance is associated with.", "type": "string" }, "RDSPerformanceInsights": { "type": "string", "description": "True to enable Performance Insights for the DB instance, false to not. Amazon RDS Performance Insights is a database performance tuning and monitoring feature that helps you assess the load on your database.", "enum": [ "true", "false" ], "default": "true" }, "RDSPerformanceInsightsKMSKey": { "type": "string", "description": "The Amazon resource name (ARN) of the KMS master key to use to encrypt Performance Insights data. Specify default to use the default RDS KMS Key.", "pattern": "^default$|^(arn:aws:kms:[a-z0-9-]+:[0-9]{12}:key/){0,1}[a-f0-9] {8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$|^$", "default": "" }, "RDSPerformanceInsightsRetentionPeriod": { "type": "string", "description": "The amount of time, in days, to retain Performance Insights data. Valid values are 7 or 731 (2 years).", ct-2z60dyvto9g6c Version April 22, 2025 2708 AMS Advanced Change Type Reference AMS Advanced Change Type Details "enum": [ "7", "731" ], "default": "7" }, "RDSPreferredBackupWindow": { "description": "The daily time range during which automated backups are created if RDSBackupRetentionPeriod is set to a positive number. Must be in the format hh:mm-hh:mm (24-hour format), in Universal Coordinated Time (UTC). Must not conflict with the RDSPreferredMaintenanceWindow setting, and must be at least 30 minutes. If left blank a 30-minute window is selected at random from an 8-hour block of time for each AWS Region.", "type": "string", "pattern": "^$|^[0-9]{2}:[0-9]{2}-[0-9]{2}:[0-9]{2}$" }, "RDSPort": { "description": "The port number on which the database accepts connections. Defaults vary per DB engine.", "type": "number" }, "RDSPreferredMaintenanceWindow": { "description": "The weekly time range during which system maintenance can occur, in UTC. Must be in the format ddd:hh:mm-ddd:hh:mm (24-hour format). If left blank a 30-minute window selected at random from an 8-hour block of time for each AWS Region, occurring on a random day of the week.", "type": "string", "pattern": "^$|^[a-z]{3}:[0-9]{2}:[0-9]{2}-[a-z]{3}:[0-9]{2}:[0-9]{2}$" }, "RDSStorageEncrypted": { "description": "True to enable database encryption, false to not. Default is false.", "type": "boolean", "default": false }, "RDSStorageEncryptionKey": { "description": "The ARN of the custom KMS key to encrypt the database if RDSStorageEncrypted = true. If RDSStorageEncrypted = true and you do not specify a RDSStorageEncryptionKey, RDS uses your default encryption key, which AWS KMS creates. Your AWS account has a different default encryption key for each AWS region.", "type": "string", "pattern": "^$|^arn:aws:kms:[a-z0-9-]+:[0-9]{12}:key/[a-f0-9]{8}-[a-f0-9]{4}- [a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$", "default": "" ct-2z60dyvto9g6c Version April 22, 2025 2709 AMS Advanced Change Type Reference AMS Advanced Change Type Details }, "RDSStorageType": { "description": "Storage type for the RDS instance. If you specify io1, you must also include a value for the RDSIOPS parameter.", "type": "string", "enum": [ "standard", "gp2", "io1", "gp3" ], "default": "gp2" }, "RDSMaxAllocatedStorage": { "description": "The upper limit, in gibibytes (GiB), to which Amazon RDS can automatically scale the storage of the DB instance. This setting doesn't apply to RDS Custom. To learn more, see Amazon documentation on RDS DB instance storage.", "type": "string", "pattern": "2[0-9]|[3-9][0-9]|[1-9][0-9]{2,3}|[1-5][0-9]{4}|6[0-4][0-9]{3}| 65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-6]|^$" }, "RDSSubnetIds": { "description": "Two or more subnet IDs for the RDS instance, in the form subnet-0123abcd or subnet-01234567890abcdef, spanning at least two Availability Zones.", "type": "array", "items": { "type": "string", "pattern": "^subnet-[a-z0-9]{8}$|^subnet-[a-z0-9]{17}$" }, "minItems": 2, "maxItems": 20, "uniqueItems": true }, "RDSTimezone": { "description": "The time zone of the DB instance. This is applicable only if RDSDBEngine = sqlserver-ee, sqlserver-se, sqlserver-ex or sqlserver-web.", "type": "string" }
ams-ct-706
ams-ct.pdf
706
Amazon RDS can automatically scale the storage of the DB instance. This setting doesn't apply to RDS Custom. To learn more, see Amazon documentation on RDS DB instance storage.", "type": "string", "pattern": "2[0-9]|[3-9][0-9]|[1-9][0-9]{2,3}|[1-5][0-9]{4}|6[0-4][0-9]{3}| 65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-6]|^$" }, "RDSSubnetIds": { "description": "Two or more subnet IDs for the RDS instance, in the form subnet-0123abcd or subnet-01234567890abcdef, spanning at least two Availability Zones.", "type": "array", "items": { "type": "string", "pattern": "^subnet-[a-z0-9]{8}$|^subnet-[a-z0-9]{17}$" }, "minItems": 2, "maxItems": 20, "uniqueItems": true }, "RDSTimezone": { "description": "The time zone of the DB instance. This is applicable only if RDSDBEngine = sqlserver-ee, sqlserver-se, sqlserver-ex or sqlserver-web.", "type": "string" } }, "additionalProperties": false, "metadata": { "ui:order": [ "RDSDBEngine", ct-2z60dyvto9g6c Version April 22, 2025 2710 AMS Advanced Change Type Reference AMS Advanced Change Type Details "RDSLicenseModel", "RDSEngineVersion", "RDSInstanceType", "RDSTimezone", "RDSStorageType", "RDSAllocatedStorage", "RDSMaxAllocatedStorage", "RDSIOPS", "RDSDBInstanceIdentifier", "RDSDBName", "RDSMasterUsername", "RDSMasterUserPassword", "RDSMultiAZ", "RDSSubnetIds", "RDSPort", "RDSDBParameterGroupName", "RDSOptionGroupName", "RDSCharacterSetName", "RDSStorageEncrypted", "RDSStorageEncryptionKey", "RDSBackupRetentionPeriod", "RDSPreferredBackupWindow", "RDSAutoMinorVersionUpgrade", "RDSPerformanceInsights", "RDSPerformanceInsightsKMSKey", "RDSPerformanceInsightsRetentionPeriod", "RDSPreferredMaintenanceWindow", "RDSDeletionProtection" ] }, "required": [ "RDSAllocatedStorage", "RDSDBEngine", "RDSDBName", "RDSEngineVersion", "RDSMasterUsername", "RDSMasterUserPassword", "RDSSubnetIds" ] } }, "additionalProperties": false, "metadata": { "ui:order": [ ct-2z60dyvto9g6c Version April 22, 2025 2711 AMS Advanced Change Type Reference AMS Advanced Change Type Details "Name", "Description", "VpcId", "Parameters", "TimeoutInMinutes", "StackTemplateId", "Tags" ] }, "required": [ "Description", "VpcId", "StackTemplateId", "Name", "TimeoutInMinutes", "Parameters" ] } Schema for Change Type ct-2zebb2czoxpjd Classifications: • Management | Advanced stack components | Tag | Delete { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Delete Resource Tags", "description": "Delete tags from existing, tagged resources: Autoscaling, EC2, Elastic Load Balancing, RDS, S3 buckets and Redshift clusters. Additionally, CloudWatch LogGroups that do not belong to a CloudFormation stack are supported. AMS infrastructure stacks (stacks named mc-*) cannot have tags deleted with this change type.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-UpdateTags.", "type": "string", "enum": [ "AWSManagedServices-UpdateTags" ], "default": "AWSManagedServices-UpdateTags" ct-2zebb2czoxpjd Version April 22, 2025 2712 AMS Advanced Change Type Reference AMS Advanced Change Type Details }, "Region": { "description": "The AWS Region where the tagged resources are, in the form us- east-1.", "type": "string", "pattern": "^[a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\\d{1}$" }, "Parameters": { "type": "object", "properties": { "ResourceArns": { "description": "A list of up to 50 Amazon resource names (ARNs), or the resource IDs, of the resources with tags to be deleted. Use resource ID only for these resource types: EC2 instance, EBS volume, EBS snapshot, AMI, and security group. Use the full ARN for all other supported resource types.", "type": "array", "items": { "type": "string", "pattern": "^(arn:aws:(autoscaling|ec2|elasticloadbalancing|logs|rds|s3| redshift):(|[a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\\d{1}):(|[0-9]{12}):.*)$|^(ami|i|vol| sg|snap)-([a-f0-9]{8}|[a-f0-9]{17})$" }, "minItems": 1, "maxItems": 50, "uniqueItems": true }, "RemoveTags": { "description": "Up to fifty tag Keys to remove from the specified resource.", "type": "array", "items": { "type": "string", "pattern": "^((aws-migration-project-id)|(?![aA][mMwW][sS])[\\x00-\\x7F+] {1,128})$", "minLength": 1, "maxLength": 127 }, "minItems": 1, "maxItems": 50, "uniqueItems": true } }, "metadata": { "ui:order": [ ct-2zebb2czoxpjd Version April 22, 2025 2713 AMS Advanced Change Type Reference AMS Advanced Change Type Details "ResourceArns", "RemoveTags" ] }, "required": [ "ResourceArns", "RemoveTags" ], "additionalProperties": false } }, "metadata": { "ui:order": [ "Region", "Parameters", "DocumentName" ] }, "additionalProperties": false, "required": [ "Region", "DocumentName", "Parameters" ] } Schema for Change Type ct-2zqwr34epwzx1 Classifications: • Deployment | Advanced stack components | RDS snapshot | Create (for cluster) { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Create RDS DB cluster Snapshot", "description": "Create a snapshot of Amazon Aurora or Multi-AZ DB (Amazon RDS) cluster in available state. The snapshot will be encrypted with the same KMS key as the DB cluster, or unencrypted if the DB cluster is unencrypted.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-CreateDBClusterSnapshot.", ct-2zqwr34epwzx1 Version April 22, 2025 2714 AMS Advanced Change Type Reference AMS Advanced Change Type Details "type": "string", "enum": [ "AWSManagedServices-CreateDBClusterSnapshot" ], "default": "AWSManagedServices-CreateDBClusterSnapshot" }, "Region": { "description": "The AWS Region in which the RDS DB cluster is located, in the form us-east-1.", "type": "string", "pattern": "[a-z]{2}-[a-z]+-\\d{1}" }, "Parameters": { "type": "object", "properties": { "DBClusterIdentifier": { "description": "The identifier for the RDS DB cluster that you are creating a snapshot of.", "type": "array", "items": { "type": "string", "pattern": "^[a-zA-Z][a-zA-Z0-9-]{1,62}$" }, "minItems": 1, "maxItems": 1 }, "DBClusterSnapshotIdentifier": { "description": "A unique name for the RDS DB cluster snapshot.", "type": "array", "items": { "type": "string", "pattern": "^(?!.*--)[a-zA-Z][a-zA-Z0-9-]{1,62}(?<!-)$" }, "minItems": 1, "maxItems": 1 } }, "metadata": { "ui:order": [ "DBClusterIdentifier", "DBClusterSnapshotIdentifier" ] }, "additionalProperties": false, ct-2zqwr34epwzx1 Version April 22, 2025 2715 AMS Advanced Change Type Details AMS Advanced Change Type Reference "required": [ "DBClusterIdentifier", "DBClusterSnapshotIdentifier" ] } }, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, "additionalProperties": false, "required": [ "DocumentName", "Region", "Parameters" ] } Schema for Change Type ct-2zxya20wmf5bf Classifications: • Management | Advanced stack components | KMS key | Delete (review required) { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Delete KMS key", "description": "Delete an AWS Key Management Service (KMS) Key from an AMS account. By default, there is a 30 day waiting period before the key is deleted; during that period, you can restore the key using the KMS Key Update
ams-ct-707
ams-ct.pdf
707
Advanced Change Type Details AMS Advanced Change Type Reference "required": [ "DBClusterIdentifier", "DBClusterSnapshotIdentifier" ] } }, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, "additionalProperties": false, "required": [ "DocumentName", "Region", "Parameters" ] } Schema for Change Type ct-2zxya20wmf5bf Classifications: • Management | Advanced stack components | KMS key | Delete (review required) { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Delete KMS key", "description": "Delete an AWS Key Management Service (KMS) Key from an AMS account. By default, there is a 30 day waiting period before the key is deleted; during that period, you can restore the key using the KMS Key Update change type.", "type": "object", "properties": { "KeyName": { "description": "The name of the KMS key to be deleted.", "type": "string", "pattern": "^[a-zA-Z0-9:/_-]{1,256}$" }, "Operation": { "description": "Must be Delete.", ct-2zxya20wmf5bf Version April 22, 2025 2716 AMS Advanced Change Type Reference AMS Advanced Change Type Details "type": "string", "default": "Delete", "enum": [ "Delete" ] }, "KeyDeletionWaitPeriod": { "description": "The waiting period, specified in number of days. After the waiting period ends, AWS KMS deletes the key from the account. Must be between 7 and 30, inclusive. Default is 30.", "default": 30, "maximum": 30, "minimum": 7, "type": "integer" }, "Priority": { "description": "The priority of the request. See AMS \"RFC scheduling\" documentation for a definition of the priorities.", "type": "string", "enum": [ "Low", "Medium", "High" ] } }, "additionalProperties": false, "metadata": { "ui:order": [ "KeyName", "Operation", "KeyDeletionWaitPeriod", "Priority" ] }, "required": [ "KeyName", "Operation", "KeyDeletionWaitPeriod" ] } ct-2zxya20wmf5bf Version April 22, 2025 2717 AMS Advanced Change Type Reference AMS Advanced Change Type Details Schema for Change Type ct-3047c34zuvswh Classifications: • Management | Advanced stack components | Tag | Bulk update { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Bulk Update Resource Tags", "description": "Bulk add tags to existing, supported resources: Autoscaling, EC2, Elastic Load Balancing, RDS and S3 buckets. AMS infrastructure stacks (stacks named mc-*) cannot have tags added with this change type. Use this with AWS Tag Editor when managing large numbers of tags (i.e. >50).", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-BulkUpdateTags.", "type": "string", "enum": [ "AWSManagedServices-BulkUpdateTags" ], "default": "AWSManagedServices-BulkUpdateTags" }, "Region": { "description": "The AWS Region where the resources to be tagged are, in the form us-east-1.", "type": "string", "pattern": "^[a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\\d{1}$" }, "Parameters": { "type": "object", "properties": { "CsvS3Url": { "description": "The S3 presigned URL that points to the CSV file with the tag update details. The CSV file must be formatted to the correct format. See the AMS tag documentation for the correct format of the CSV file.", "type": "array", "items": { "type": "string", "pattern": "^https?://[a-z0-9]([-.a-z0-9]+)[a-z0-9]\\.s3\\.([a-z]{2}-[a- z]+-\\d{1}\\.)?amazonaws\\.com/[\\S]*", "minLength": 1, ct-3047c34zuvswh Version April 22, 2025 2718 AMS Advanced Change Type Reference AMS Advanced Change Type Details "maxLength": 5000 }, "minItems": 1, "maxItems": 1 } }, "metadata": { "ui:order": [ "CsvS3Url" ] }, "required": [ "CsvS3Url" ], "additionalProperties": false } }, "metadata": { "ui:order": [ "Region", "Parameters", "DocumentName" ] }, "additionalProperties": false, "required": [ "Region", "DocumentName", "Parameters" ] } Schema for Change Type ct-309eozh6lpkr8 Classifications: • Deployment | Managed Firewall | Outbound (Palo Alto) | Create allow list { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Create Allow List", ct-309eozh6lpkr8 Version April 22, 2025 2719 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "Create an allow list file for AMS managed Palo Alto firewall - Outbound.", "type": "object", "properties": { "RequestType": { "description": "Must be CreateAllowList.", "type": "string", "enum": [ "CreateAllowList" ], "default": "CreateAllowList" }, "Parameters": { "type": "object", "properties": { "AllowListName": { "description": "A meaningful name for the allow list, cannot exceed 63 characters.", "type": "string", "pattern": "^[a-zA-Z0-9][a-zA-Z0-9-_]{0,62}$" } }, "additionalProperties": false, "metadata": { "ui:order": [ "AllowListName" ] }, "required": [ "AllowListName" ] } }, "additionalProperties": false, "metadata": { "ui:order": [ "RequestType", "Parameters" ] }, "required": [ "RequestType", "Parameters" ] ct-309eozh6lpkr8 Version April 22, 2025 2720 AMS Advanced Change Type Reference AMS Advanced Change Type Details } Schema for Change Type ct-30bfiwxjku1nu Classifications: • Management | Advanced stack components | EBS snapshot | Delete { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Delete EBS Snapshots", "description": "Delete Elastic Block Store (EBS) snapshots. Because deleted snapshots cannot be restored, it's a best practice to schedule this RFC with enough lead to time to cancel the operation, if needed. At least one parameter must be specified. Note: If you use multiple parameters, only snapshots that match all the specified parameters are deleted. Snapshots created by AWS Backup service or used by AMIs cannot be deleted. If using the SnapshotCreationDate or SnapshotTag parameters, snapshots created within the last 30 days are not eligible for deletion. If a snapshot fails to delete, then the execution fails. You can optionally receive a failed snapshots report in an S3 bucket. You can delete up to 1000 snapshots in one execution.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-DeleteEBSSnapshots.", "type": "string", "enum": [ "AWSManagedServices-DeleteEBSSnapshots" ], "default": "AWSManagedServices-DeleteEBSSnapshots" }, "Region": {
ams-ct-708
ams-ct.pdf
708
If you use multiple parameters, only snapshots that match all the specified parameters are deleted. Snapshots created by AWS Backup service or used by AMIs cannot be deleted. If using the SnapshotCreationDate or SnapshotTag parameters, snapshots created within the last 30 days are not eligible for deletion. If a snapshot fails to delete, then the execution fails. You can optionally receive a failed snapshots report in an S3 bucket. You can delete up to 1000 snapshots in one execution.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-DeleteEBSSnapshots.", "type": "string", "enum": [ "AWSManagedServices-DeleteEBSSnapshots" ], "default": "AWSManagedServices-DeleteEBSSnapshots" }, "Region": { "description": "The AWS Region to where the snapshots are, in the form us- east-1.", "type": "string", "pattern": "[a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\\d{1}" }, "Confirmation": { "description": "To confirm permanent deletion of the EBS snapshots, use delete permanently. If this parameter is unspecified, the RFC cannot be created.", "type": "string", "pattern": "^delete permanently$" }, ct-30bfiwxjku1nu Version April 22, 2025 2721 AMS Advanced Change Type Reference AMS Advanced Change Type Details "Parameters": { "type": "object", "properties": { "SnapshotIds": { "description": "A list of up to 20 EBS snapshot IDs to delete, in the form snap-12345678 or snap-123456789012345ab. Use either this parameter or SnapshotIdCsvUrl, not both.", "type": "array", "items": { "type": "string", "pattern": "^snap-[0-9a-f]{8}$|^snap-[0-9a-f]{17}$" }, "minItems": 0, "maxItems": 20, "uniqueItems": true }, "SnapshotIdCsvUrl": { "description": "A pre-signed S3 URL for the file with the list of snapshots to delete. The file must contain a comma separated list of up to 1000 snapshot IDs, in the form snap-12345678 or snap-123456789012345ab. Use either this parameter or SnapshotIds, not both.", "type": "array", "items": { "type": "string", "pattern": "^https?://[a-z0-9]([-.a-z0-9]+)[a-z0-9]\\.amazonaws\\.com/[\ \S]*$" }, "minItems": 0, "maxItems": 1 }, "SnapshotCreationDate": { "description": "A snapshot creation date. Snapshots created before the specified date 00:00 UTC time are deleted. The date must be 30 or more days ago, in the form 2020-01-31", "type": "array", "items": { "type": "string", "pattern": "^$|^(20[12][0-9])-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$" }, "minItems": 0, "maxItems": 1 }, "SnapshotTag": { ct-30bfiwxjku1nu Version April 22, 2025 2722 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "A tag to filter snapshots for delete. The snapshots without the tag are not deleted. The tag is case sensitive and must be a single key-value pair, for example {\"Key\":\"Delete\",\"Value\":\"True\"}.", "type": "array", "items": { "type": "string", "pattern": "\\{\"Key\":\"(?![aA][mMwW][sS])[a-zA-Z0-9\\s_.:/=+\\\\\\-@\\]*] {1,127}\",\"Value\":\"[a-zA-Z0-9\\s_.:/=+\\\\\\-@\\]*]{1,127}\"\\}" }, "minItems": 0, "maxItems": 1 }, "SnapshotsWithoutVolumes": { "description": "True to delete only snapshots for which the source volumes no longer exist; False to delete all specified snapshots. Default is False.", "type": "array", "items": { "type": "string", "enum": [ "True", "False" ], "default": "False" }, "minItems": 0, "maxItems": 1 }, "S3Bucket": { "description": "(Optional) S3 URI (s3://BUCKET_NAME) of a bucket that belongs to the same account, used to upload the invalid snapshots report.", "type": "array", "items": { "type": "string", "pattern": "s3://.+$|$^" }, "minItems": 0, "maxItems": 1 } }, "metadata": { "ui:order": [ "SnapshotIds", "SnapshotIdCsvUrl", "SnapshotCreationDate", ct-30bfiwxjku1nu Version April 22, 2025 2723 AMS Advanced Change Type Reference AMS Advanced Change Type Details "SnapshotTag", "SnapshotsWithoutVolumes", "S3Bucket" ] }, "additionalProperties": false } }, "metadata": { "ui:order": [ "Region", "Confirmation", "Parameters", "DocumentName" ] }, "additionalProperties": false, "required": [ "Region", "Confirmation", "DocumentName", "Parameters" ] } Schema for Change Type ct-30ecvfi3tq4k3 Classifications: • Deployment | Advanced stack components | Identity and Access Management (IAM) | Create OpenID Connect provider { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Create an OpenID Connect Provider", "description": "Create an IAM OpenID Connect provider for the Amazon Elastic Kubernetes Service (Amazon EKS) cluster.", "type": "object", "properties": { "DocumentName": { ct-30ecvfi3tq4k3 Version April 22, 2025 2724 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "Must be AWSManagedServices-HandleAssociateIAMOpenIDProvider- Admin", "type": "string", "enum": [ "AWSManagedServices-HandleAssociateIAMOpenIDProvider-Admin" ], "default": "AWSManagedServices-HandleAssociateIAMOpenIDProvider-Admin" }, "Region": { "description": "The AWS Region of the account, in the form us-east-1.", "type": "string", "pattern": "^([a-z]{2}((-gov))?-[a-z]+-\\d{1})$" }, "Parameters": { "type": "object", "properties": { "ClusterName": { "description": "The name of the Amazon EKS cluster to associate with the new OpenID Connect provider.", "type": "array", "items": { "type": "string", "pattern": "^[A-Za-z0-9_-]{1,100}$" }, "minItems": 1, "maxItems": 1 } }, "metadata": { "ui:order": [ "ClusterName" ] }, "required": [ "ClusterName" ], "additionalProperties": false } }, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ct-30ecvfi3tq4k3 Version April 22, 2025 2725 AMS Advanced Change Type Reference AMS Advanced Change Type Details ] }, "required": [ "DocumentName", "Region", "Parameters" ], "additionalProperties": false } Schema for Change Type ct-30j78u6li9aqr Classifications: • Management | Advanced stack components | Identity and Access Management (IAM) | Delete entity or policy (review required) { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Delete IAM Resource", "description": "Delete Identity and Access Management (IAM) users, roles or policies.", "type": "object", "properties": { "IAM Users": { "description": "A list of up to 10 IAM users to delete, in the ARN format.", "type": "array", "items": { "type": "string", "pattern": "^$|^arn:aws:iam::[0-9]{12}:user/([!-~]+/)*[\\w+=,.@-]+$", "minLength": 32, "maxLength": 607 }, "minItems": 0, "maxItems": 10 }, "IAM Roles": { "description": "A list of up to
ams-ct-709
ams-ct.pdf
709
[ "DocumentName", "Region", "Parameters" ], "additionalProperties": false } Schema for Change Type ct-30j78u6li9aqr Classifications: • Management | Advanced stack components | Identity and Access Management (IAM) | Delete entity or policy (review required) { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Delete IAM Resource", "description": "Delete Identity and Access Management (IAM) users, roles or policies.", "type": "object", "properties": { "IAM Users": { "description": "A list of up to 10 IAM users to delete, in the ARN format.", "type": "array", "items": { "type": "string", "pattern": "^$|^arn:aws:iam::[0-9]{12}:user/([!-~]+/)*[\\w+=,.@-]+$", "minLength": 32, "maxLength": 607 }, "minItems": 0, "maxItems": 10 }, "IAM Roles": { "description": "A list of up to 10 IAM roles to delete, in the ARN format.", "type": "array", "items": { "type": "string", ct-30j78u6li9aqr Version April 22, 2025 2726 AMS Advanced Change Type Reference AMS Advanced Change Type Details "pattern": "^$|^arn:aws:iam::[0-9]{12}:role/([!-~]+/)*[\\w+=,.@-]+$", "minLength": 32, "maxLength": 607 }, "minItems": 0, "maxItems": 10 }, "IAM Policies": { "description": "A list of up to 10 IAM policies to delete, in the ARN format.", "type": "array", "items": { "type": "string", "pattern": "^$|^arn:aws:iam::[0-9]{12}:policy/([!-~]+/)*[\\w+=,.@-]+$", "minLength": 34, "maxLength": 673 }, "minItems": 0, "maxItems": 10 }, "Operation": { "description": "Must be Delete.", "type": "string", "default": "Delete", "enum": [ "Delete" ] }, "Priority": { "description": "The priority of the request. See AMS \"RFC scheduling\" documentation for a definition of the priorities.", "type": "string", "enum": [ "Low", "Medium", "High" ] } }, "additionalProperties": false, "metadata": { "ui:order": [ "IAM Users", "IAM Roles", "IAM Policies", ct-30j78u6li9aqr Version April 22, 2025 2727 AMS Advanced Change Type Reference AMS Advanced Change Type Details "Operation", "Priority" ] }, "required": [ "Operation" ] } Schema for Change Type ct-31eb7rrxb7qju Classifications: • Management | Advanced stack components | S3 storage | Add replication rule { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Add Replication Rule", "description": "Add an S3 replication rule to the specified S3 bucket.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-PutReplicationRule.", "type": "string", "enum": [ "AWSManagedServices-PutReplicationRule" ], "default": "AWSManagedServices-PutReplicationRule" }, "Region": { "description": "The AWS Region in which the source bucket is located, in the form us-east-1.", "type": "string", "pattern": "^([a-z]{2}((-gov))?-[a-z]+-\\d{1})$" }, "Parameters": { "type": "object", "properties": { "ReplicationRuleName": { "description": "The replication rule name.", "type": "array", "items": { ct-31eb7rrxb7qju Version April 22, 2025 2728 AMS Advanced Change Type Reference AMS Advanced Change Type Details "type": "string", "pattern": "^[A-Za-z0-9_-]+$" }, "maxItems": 1 }, "DestinationAccount": { "description": "The destination S3 bucket account ID, use the same account ID if the destination bucket is within the current account.", "type": "array", "items": { "type": "string", "pattern": "^[0-9]{12}$" }, "maxItems": 1 }, "DestinationBucketName": { "description": "The destination S3 bucket name.", "type": "array", "items": { "type": "string", "pattern": "^[a-z0-9]([-.a-z0-9]+)[a-z0-9]$", "minLength": 3, "maxLength": 63 }, "maxItems": 1 }, "SourceBucketName": { "description": "The source S3 bucket name.", "type": "array", "items": { "type": "string", "pattern": "^[a-z0-9]([-.a-z0-9]+)[a-z0-9]$", "minLength": 3, "maxLength": 63 }, "maxItems": 1 }, "ReplicationRole": { "description": "The ARN of the role that allows S3 to perform the replication on your behalf.", "type": "array", "items": { "type": "string", ct-31eb7rrxb7qju Version April 22, 2025 2729 AMS Advanced Change Type Reference AMS Advanced Change Type Details "pattern": "^arn:(aws|aws-cn|aws-us-gov):iam::[0-9]{12}:role/[A-Za-z0-9_-]+ $" }, "maxItems": 1 }, "DecryptObjectKMSKey": { "description": "The KMS key(s) used to decrypt objects in the source S3 bucket.", "type": "array", "items": { "type": "string", "pattern": "^(arn:aws:kms:[a-z0-9-]+:[0-9]{12}:key/){0,1}[a-f0-9]{8}-[a- f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$|^$", "default": "" } }, "EncryptReplicaKMSKey": { "description": "The KMS key used to encrypt destination objects.", "type": "array", "items": { "type": "string", "pattern": "^(arn:aws:kms:[a-z0-9-]+:[0-9]{12}:key/){0,1}[a-f0-9]{8}-[a- f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$|^$", "default": "" }, "maxItems": 1 }, "OwnerTranslation": { "description": "True to change replica ownership to the AWS account that owns the destination bucket, false to not change replica ownership. This parameter cannot be left blank.", "type": "array", "items": { "type": "string", "enum": [ "true", "false" ], "default": "false" }, "minItems": 1, "maxItems": 1 }, "Prefix": { ct-31eb7rrxb7qju Version April 22, 2025 2730 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "An object key name prefix that identifies the subset of objects to which the rule applies; for example, 'customer-'.", "type": "array", "items": { "type": "string", "default": "" }, "maxItems": 1 }, "Priority": { "description": "S3 uses the rule priority to determine which rule to apply. The higher the number, the higher the priority. Default rule priority is 1.", "type": "array", "items": { "type": "string", "pattern": "^([1-9]|[1-9][0-9]{1,})$", "default": "1" }, "maxItems": 1 } }, "metadata": { "ui:order": [ "ReplicationRuleName", "SourceBucketName", "DestinationAccount", "DestinationBucketName", "ReplicationRole", "OwnerTranslation", "DecryptObjectKMSKey", "EncryptReplicaKMSKey", "Prefix", "Priority" ] }, "additionalProperties": false, "required": [ "ReplicationRuleName", "SourceBucketName", "DestinationAccount", "DestinationBucketName", "ReplicationRole" ] } ct-31eb7rrxb7qju Version April 22, 2025 2731 AMS Advanced Change Type Reference AMS Advanced Change Type Details }, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, "additionalProperties": false, "required": [ "DocumentName", "Region", "Parameters" ] } Schema for Change Type ct-31eyj2hlvqjwu Classifications: • Management | Advanced stack components | RDS database stack | Update Performance Insights (review required) { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Update Performance Insights.", "description": "Update Performance Insights for a
ams-ct-710
ams-ct.pdf
710
1 } }, "metadata": { "ui:order": [ "ReplicationRuleName", "SourceBucketName", "DestinationAccount", "DestinationBucketName", "ReplicationRole", "OwnerTranslation", "DecryptObjectKMSKey", "EncryptReplicaKMSKey", "Prefix", "Priority" ] }, "additionalProperties": false, "required": [ "ReplicationRuleName", "SourceBucketName", "DestinationAccount", "DestinationBucketName", "ReplicationRole" ] } ct-31eb7rrxb7qju Version April 22, 2025 2731 AMS Advanced Change Type Reference AMS Advanced Change Type Details }, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, "additionalProperties": false, "required": [ "DocumentName", "Region", "Parameters" ] } Schema for Change Type ct-31eyj2hlvqjwu Classifications: • Management | Advanced stack components | RDS database stack | Update Performance Insights (review required) { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Update Performance Insights.", "description": "Update Performance Insights for a DB instance or Multi-AZ DB cluster. Amazon RDS Performance Insights is a database performance tuning and monitoring feature that helps you assess the load on your database. You can change settings, enable, or disable the feature.", "type": "object", "properties": { "DBIdentifierArn": { "description": "The Amazon Resource Name (ARN) that uniquely identifies the DB instance or cluster.", "type": "string", "pattern": "^arn:(aws|aws-cn|aws-us-gov):rds:([a-z]{2}((-gov))?-[a-z]+-\\d{1}): [0-9]{12}:(db|cluster):[a-zA-Z]{1}(?!.*--)(?!.*-$)[A-Za-z0-9-]{0,62}$" }, "PerformanceInsights": { "type": "string", ct-31eyj2hlvqjwu Version April 22, 2025 2732 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "True to enable Performance Insights for the DB instance, false to not. Enabling Performance Insights doesn't cause downtime, a reboot, or a failover.", "enum": [ "true", "false" ] }, "PerformanceInsightsKMSKeyId": { "type": "string", "description": "The Amazon resource name (ARN) of the KMS master key to use to encrypt Performance Insights data. Specify default to use the default RDS KMS Key.", "pattern": "^default$|^(arn:(aws|aws-cn|aws-us-gov):kms:[a-z0-9-]+:[0-9] {12}:key/)?[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$", "default": "default" }, "PerformanceInsightsRetentionPeriod": { "type": "string", "description": "The number of days to retain Performance Insights data. The default is 7 days", "enum": [ "7 days", "1 month", "2 months", "3 months", "4 months", "5 months", "6 months", "7 months", "8 months", "9 months", "10 months", "11 months", "12 months", "13 months", "14 months", "15 months", "16 months", "17 months", "18 months", "19 months", "20 months", "21 months", "22 months", "23 months" ct-31eyj2hlvqjwu Version April 22, 2025 2733 AMS Advanced Change Type Reference AMS Advanced Change Type Details ], "default": "7 days" }, "Priority": { "description": "The priority of the request. See AMS \"RFC scheduling\" documentation for a definition of the priorities.", "type": "string", "enum": [ "Low", "Medium", "High" ] } }, "additionalProperties": false, "metadata": { "ui:order": [ "DBIdentifierArn", "PerformanceInsights", "PerformanceInsightsKMSKeyId", "PerformanceInsightsRetentionPeriod", "Priority" ] }, "required": [ "DBIdentifierArn", "PerformanceInsights" ] } Schema for Change Type ct-33ste5yc7hprs Classifications: • Deployment | Managed landing zone | Management account | Create custom SCP (review required) { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Create Custom SCP", ct-33ste5yc7hprs Version April 22, 2025 2734 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "Create a custom service control policy (SCP) to manage permissions across AWS organization.", "type": "object", "properties": { "TargetId": { "description": "The unique identifier (ID) of the root, or organizational unit (OU), or account, that you want to attach the SCP to. For information on creating a SCP, refer to AWS documentation.", "type": "string", "pattern": "^ou-[0-9a-z]{4,32}-[a-z0-9]{8,32}$|^r-[0-9a-z]{4,32}$|^[0-9]{12}$" }, "CustomServiceControlPolicy": { "description": "The JSON contents of the SCP that you want to attach to the target.", "type": "string", "maxLength": 5000 }, "SCPDescription": { "description": "A description of the SCP to be attached to the provided target.", "type": "string" }, "Priority": { "description": "The priority of the request. See AMS \"RFC scheduling\" documentation for a definition of the priorities.", "type": "string", "enum": [ "Low", "Medium", "High" ] } }, "metadata": { "ui:order": [ "SCPDescription", "TargetId", "CustomServiceControlPolicy", "Priority" ] }, "additionalProperties": false, "required": [ "TargetId", ct-33ste5yc7hprs Version April 22, 2025 2735 AMS Advanced Change Type Reference AMS Advanced Change Type Details "CustomServiceControlPolicy" ] } Schema for Change Type ct-34alumbtv2b9p Classifications: • Management | Advanced stack components | Stack patching configuration | Update { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Update stack patching configuration", "description": "Use to update patch configuration.", "additionalProperties": false, "type": "object", "properties": { "HealthyHostThreshold": { "exclusiveMaximum": true, "description": "The minimum health threshold, in decimal, of available instances within a stack that must be maintained during patching.", "maximum": 1, "type": "number", "minimum": 0 }, "MaintenanceWindow": { "description": "The monthly maintenance window within which patching will occur, in UTC.", "type": "object", "properties": { "DayOfWeek": { "description": "Day of the week (1 to 7 == Monday to Sunday).", "maximum": 7, "type": "integer", "minimum": 1 }, "DurationInMinutes": { "description": "Duration of the window in minutes.", "maximum": 1440, "type": "integer", "minimum": 60 }, ct-34alumbtv2b9p Version April 22, 2025 2736 AMS Advanced Change Type Reference "Minute": { AMS Advanced Change Type Details "description": "Minute of the hour of the day that the window will begin.", "maximum": 59, "type": "integer", "minimum": 0 }, "Hour": { "description": "Hour of the day that the window will begin.", "maximum": 23, "type": "integer", "minimum": 0 }, "WeekOfMonth": { "description": "Week of the month that the window will reside within (1 == first week of the month, 4 == 4th week of the month).", "maximum": 4,
ams-ct-711
ams-ct.pdf
711
"description": "Duration of the window in minutes.", "maximum": 1440, "type": "integer", "minimum": 60 }, ct-34alumbtv2b9p Version April 22, 2025 2736 AMS Advanced Change Type Reference "Minute": { AMS Advanced Change Type Details "description": "Minute of the hour of the day that the window will begin.", "maximum": 59, "type": "integer", "minimum": 0 }, "Hour": { "description": "Hour of the day that the window will begin.", "maximum": 23, "type": "integer", "minimum": 0 }, "WeekOfMonth": { "description": "Week of the month that the window will reside within (1 == first week of the month, 4 == 4th week of the month).", "maximum": 4, "type": "integer", "minimum": 1 } } }, "StackId": { "pattern": "^stack-[a-zA-Z0-9]{17}$", "description": "The ID of the stack to perform the task on, in the form of stack-12345678901234567.", "type": "string" } }, "required": [ "StackId" ] } Schema for Change Type ct-34jldf2qihaic Classifications: • Management | Advanced stack components | EBS Volume | Attach { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Attach EBS Volume", ct-34jldf2qihaic Version April 22, 2025 2737 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "Attach an EBS volume to an EC2 instance. This change type provides an option that attempts to remediate drift in the CloudFormation stack where the volume is being attached, but that option, RemediateStackDrift, does not work on volumes created using the CloudFormation ingest change type (ct-36cn2avfrrj9v).", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-AttachEBSVolume.", "type": "string", "enum": [ "AWSManagedServices-AttachEBSVolume" ], "default": "AWSManagedServices-AttachEBSVolume" }, "Region": { "description": "The AWS Region where the EBS Volume is located, in the form us- east-1.", "type": "string", "pattern": "^([a-z]{2}((-gov))?-[a-z]+-\\d{1})$" }, "Parameters": { "type": "object", "properties": { "InstanceId": { "description": "The ID of the EC2 instance, in the form i-1234567890abcdef0.", "type": "array", "items": { "type": "string", "pattern": "^i-[a-z0-9]{8,17}$" }, "minItems": 1, "maxItems": 1 }, "VolumeId": { "description": "The ID of the EBS volume, in the form vol-1234567890abcdef0.", "type": "array", "items": { "type": "string", "pattern": "^vol-([0-9a-f]{8}|[0-9a-f]{17})$" }, "minItems": 1, "maxItems": 1 ct-34jldf2qihaic Version April 22, 2025 2738 AMS Advanced Change Type Reference AMS Advanced Change Type Details }, "DeviceName": { "description": "The device name where the volume is to be attached, e.g. / dev/sdf or xvdg. If no device name is included, one is chosen for you.", "type": "array", "items": { "type": "string", "pattern": "^(/dev/sd[a-z][1-15]{0,1})|xvd[a-z]$|/dev/xvd[a-z]$|^$" }, "minItems": 0, "maxItems": 1 }, "RemediateStackDrift": { "description": "True to initiate drift remediation, if any drift is caused by volume attachment. False to not attempt drift remediation. Drift remediation can be performed only on CloudFormation stacks that were created using a CT other than the Ingestion CT ct-36cn2avfrrj9v and that are in sync with the definitions in the stack template prior to the volume attachment. Set to False to attach a volume in an ingested stack if any drift introduced by the change is acceptable.", "type": "array", "items": { "type": "string", "default": "False", "enum": [ "True", "False" ] }, "minItems": 1, "maxItems": 1 } }, "metadata": { "ui:order": [ "VolumeId", "InstanceId", "DeviceName", "RemediateStackDrift" ] }, "required": [ "VolumeId", "InstanceId", "RemediateStackDrift" ct-34jldf2qihaic Version April 22, 2025 2739 AMS Advanced Change Type Reference AMS Advanced Change Type Details ], "additionalProperties": false } }, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, "required": [ "DocumentName", "Region", "Parameters" ], "additionalProperties": false } Schema for Change Type ct-34sxfo53yuzah Classifications: • Management | Custom Stack | Stack from CloudFormation Template | Remediate drift (review required) • Management | Standard stacks | Stack | Remediate drift (review required) { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Remediate Stack Drift", "description": "Remediate the drift (out-of-band changes) in a stack, bringing the stack in sync and enabling you to perform future updates using the available Update CTs. Drift remediation can be performed on EC2 resource types.", "type": "object", "properties": { "StackName": { "description": "The name of the stack to remediate the drift, in the form of stack-a1b2c3d4e5f67890e.", "type": "string", "pattern": "^stack-[a-z0-9]{8}$|^stack-[a-z0-9]{17}$" }, ct-34sxfo53yuzah Version April 22, 2025 2740 AMS Advanced Change Type Reference AMS Advanced Change Type Details "DryRun": { "description": "True to perform drift remediation in dry run mode, false to perform drift remediation not in dry run mode. Default is false. Dry run mode checks if the stack drift can be remediated or not, but does not attempt remediation. Note that, when DryRun=true, reserved stack outputs for drift remediation, in the form of AMSCFNDriftRemediationBuildReferences95556500d5, can be added or updated. To learn more about outputs, see AWS CloudFormation documentation.", "type": "boolean", "default": false }, "Priority": { "description": "The priority of the request. See AMS \"RFC scheduling\" documentation for a definition of the priorities.", "type": "string", "enum": [ "Low", "Medium", "High" ] } }, "additionalProperties": false, "metadata": { "ui:order": [ "StackName", "DryRun", "Priority" ] }, "required": [ "StackName" ] } Schema for Change Type ct-35p977vul06df Classifications: • Management | Advanced stack components | Network Load Balancer | Add listener certificate { "$schema": "http://json-schema.org/draft-04/schema#", ct-35p977vul06df
ams-ct-712
ams-ct.pdf
712
DryRun=true, reserved stack outputs for drift remediation, in the form of AMSCFNDriftRemediationBuildReferences95556500d5, can be added or updated. To learn more about outputs, see AWS CloudFormation documentation.", "type": "boolean", "default": false }, "Priority": { "description": "The priority of the request. See AMS \"RFC scheduling\" documentation for a definition of the priorities.", "type": "string", "enum": [ "Low", "Medium", "High" ] } }, "additionalProperties": false, "metadata": { "ui:order": [ "StackName", "DryRun", "Priority" ] }, "required": [ "StackName" ] } Schema for Change Type ct-35p977vul06df Classifications: • Management | Advanced stack components | Network Load Balancer | Add listener certificate { "$schema": "http://json-schema.org/draft-04/schema#", ct-35p977vul06df Version April 22, 2025 2741 AMS Advanced Change Type Reference AMS Advanced Change Type Details "name": "Add NLB Listener Certificate", "description": "Add a certificate to the specified Network Load Balancer (NLB) listener. Use the RemediateStackDrift parameter for the automation to try to remediate drift, if it is introduced.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-AddCertificateToElbv2Listener.", "type": "string", "enum": [ "AWSManagedServices-AddCertificateToElbv2Listener" ], "default": "AWSManagedServices-AddCertificateToElbv2Listener" }, "Region": { "description": "The AWS Region where the network load balancer listener is located, in the form us-east-1.", "type": "string", "pattern": "^([a-z]{2}((-gov))?-[a-z]+-\\d{1})$" }, "Parameters": { "type": "object", "properties": { "ListenerArn": { "description": "The Amazon Resource Name (ARN) of the listener in the form arn:aws:elasticloadbalancing:us-east-1:123456789012:listener/net/ sample/1234567890abcdfe/1234567890abcdfe.", "type": "array", "items": { "type": "string", "pattern": "^arn:(aws|aws-cn|aws-us-gov):elasticloadbalancing:[a-z]{2}-[a- z]+-[0-9]{1}:[0-9]{12}:listener/net/[A-Za-z0-9-]+/[a-z0-9-]+/[a-z0-9-]+$" }, "minItems": 1, "maxItems": 1 }, "CertificateArn": { "description": "The Amazon Resource Name (ARN) of the certificate in the form arn:aws:acm:us- east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012.", "type": "array", "items": { "type": "string", ct-35p977vul06df Version April 22, 2025 2742 AMS Advanced Change Type Reference AMS Advanced Change Type Details "pattern": "^arn:(aws|aws-cn|aws-us-gov):acm:[a-z]{2}-[a-z]+-[0-9]{1}:[0-9] {12}:certificate/[a-z0-9-]+$" }, "minItems": 1, "maxItems": 1 }, "IsDefault": { "description": "True to set the certificate as the default certificate on the listener, False to not set the certificate as the default certificate on the listener. Default value is False.", "type": "array", "items": { "type": "string", "default": "False", "enum": [ "True", "False" ] }, "minItems": 1, "maxItems": 1 }, "RemediateStackDrift": { "description": "True to initiate drift remediation, if any drift is caused by adding the certificate to the Load Balancer listener. False to not attempt drift remediation. Drift remediation can be performed only on CloudFormation stacks that were created using a CT other than the Ingestion CT ct-36cn2avfrrj9v and that are in sync with the definitions in the stack template prior to adding certificate to the Load Balancer listener. Set to False to add the certificate to the Load Balancer listener in an ingested stack if any drift introduced by the change is acceptable.", "type": "array", "items": { "type": "string", "default": "True", "enum": [ "True", "False" ] }, "minItems": 1, "maxItems": 1 } }, "metadata": { ct-35p977vul06df Version April 22, 2025 2743 AMS Advanced Change Type Reference AMS Advanced Change Type Details "ui:order": [ "ListenerArn", "CertificateArn", "IsDefault", "RemediateStackDrift" ] }, "additionalProperties": false, "required": [ "CertificateArn", "ListenerArn" ] } }, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, "additionalProperties": false, "required": [ "DocumentName", "Region", "Parameters" ] } Schema for Change Type ct-361tlo1k7339x Classifications: • Management | Custom Stack | Stack from CloudFormation Template | Update { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Update CloudFormation Stack", "description": "Update the template and/or parameters of a CFN stack. To only update the parameters in an existing stack a modified CFN template is not required, modified parameters can be provided instead. Values for existing parameters are overwritten, values for new parameters are added. To add, delete or modify a resource, or to change ct-361tlo1k7339x Version April 22, 2025 2744 AMS Advanced Change Type Reference AMS Advanced Change Type Details attributes not referenced through a parameter, use a modified CFN template. If the update would result in a resource in the stack being replaced or removed, the RFC fails and requires approval through the \"Approve ChangeSet and update CloudFormation stack\" CT (ct-1404e21baa2ox).", "type": "object", "properties": { "VpcId": { "description": "Identifier of the VPC to use, in the form vpc-0123abcd or vpc-01234567890abcdef.", "type": "string", "pattern": "^vpc-[a-z0-9]{8}$|^vpc-[a-z0-9]{17}$" }, "StackId": { "description": "Identifier for the existing CloudFormation-based stack to be updated.", "type": "string", "pattern": "^stack-[a-z0-9]{17}$" }, "CloudFormationTemplateS3Endpoint": { "description": "The Amazon S3 bucket URL for the CloudFormation template you want to deploy. The template must be accessible from this account or provided as a pre-signed Amazon S3 URL. To update the template for an existing stack, provide either an Amazon S3 URL for the template in this option, or an inline template in the CloudFormationTemplate option.", "type": "string", "minLength": 1, "pattern": "^[\\s]*https?://[\\S]*[\\s]*$|^[\\s]*$", "maxLength": 2047 }, "CloudFormationTemplate": { "description": "The CloudFormation template that you have configured to create or update the resources that you want. To update the template for an existing stack, provide either an Amazon S3 URL for the template in the CloudFormationTemplateS3Endpoint option, or an inline template in this option.", "type": "string", "minLength": 1, "pattern": "^(?![\\s]*https?)[\\S\\s]*$", "maxLength": 20000 }, "TemplateParameters": { "description": "Parameters
ams-ct-713
ams-ct.pdf
713
Amazon S3 URL. To update the template for an existing stack, provide either an Amazon S3 URL for the template in this option, or an inline template in the CloudFormationTemplate option.", "type": "string", "minLength": 1, "pattern": "^[\\s]*https?://[\\S]*[\\s]*$|^[\\s]*$", "maxLength": 2047 }, "CloudFormationTemplate": { "description": "The CloudFormation template that you have configured to create or update the resources that you want. To update the template for an existing stack, provide either an Amazon S3 URL for the template in the CloudFormationTemplateS3Endpoint option, or an inline template in this option.", "type": "string", "minLength": 1, "pattern": "^(?![\\s]*https?)[\\S\\s]*$", "maxLength": 20000 }, "TemplateParameters": { "description": "Parameters (key/value pairs) from the CloudFormation template used to configure the stack. Unspecified parameters retain their current values. New parameters defined in the updated template must either have a default value or a value provided here.", ct-361tlo1k7339x Version April 22, 2025 2745 AMS Advanced Change Type Reference AMS Advanced Change Type Details "type": "array", "items": { "type": "object", "properties": { "Key": { "type": "string" }, "Value": { "type": "string" } }, "additionalProperties": false, "metadata": { "ui:order": [ "Key", "Value" ] }, "required": [ "Key", "Value" ] }, "uniqueItems": true }, "AutoApproveRiskyUpdates": { "description": "Logical IDs in your template that represent resources for which a high-risk update should be automatically approved, without requiring your approval of a change set. High-risk is defined as an update that could cause resource deletion or replacement. If the stack update includes high-risk changes that are not included in this list, you will be required to approve a change set to execute the change through the \"Approve ChangeSet and update CloudFormation stack\" CT (ct-1404e21baa2ox).", "type": "array", "items": { "type": "string" }, "uniqueItems": true }, "BypassDriftCheck": { "description": "Logical IDs in your template that represent drifted, or drift unsupported resources for which the drift check should be bypassed before updating the resource. If the stack update includes updating drifted, or drift unsupported resources that are not included in this list, the update will fail. Carefully inspect the drift report before bypassing the drift check for the resources to be updated.", ct-361tlo1k7339x Version April 22, 2025 2746 AMS Advanced Change Type Reference AMS Advanced Change Type Details "type": "array", "items": { "type": "string" }, "uniqueItems": true }, "TimeoutInMinutes": { "description": "The maximum amount of time, in minutes, to allow for execution of the change. This does not prolong execution, but the RFC fails if the change is not completed in the specified time.", "type": "number", "minimum": 0, "maximum": 1080, "default": 360 } }, "additionalProperties": false, "metadata": { "ui:order": [ "VpcId", "StackId", "CloudFormationTemplateS3Endpoint", "CloudFormationTemplate", "TemplateParameters", "AutoApproveRiskyUpdates", "TimeoutInMinutes", "BypassDriftCheck" ] }, "required": [ "VpcId", "StackId", "TimeoutInMinutes" ] } Schema for Change Type ct-361vpyun9a9dd Classifications: • Deployment | Monitoring and notification | CloudWatch | Create alarms ct-361vpyun9a9dd Version April 22, 2025 2747 AMS Advanced Change Type Reference AMS Advanced Change Type Details { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Create CloudWatch alarms", "description": "Create one or more CloudWatch alarms. For detailed information on CloudWatch alarm properties, see AWS documentation \"Creating CloudWatch Alarms\".", "type": "object", "properties": { "Alarms": { "description": "Parameters for one or more CloudWatch alarms.", "type": "array", "items": { "type": "object", "properties": { "ActionsEnabled": { "description": "True for specified CloudWatch supported actions, including SNS topic actions, to be triggered. False for actions to not be triggered. For AMS to monitor your alarms, the SNS topic must be added to each configured action and ActionsEnabled must be set to true. To request that AMS perform actions not supported by CloudWatch, provide AMS with detailed instructions on handling the alarm in a service request after the alarm is created.", "type": "boolean" }, "AlarmActions": { "description": "The Amazon Resource Name (ARN) of existing actions to execute when this alarm transitions to the ALARM state from any other state. If unspecified, no action is taken when this alarm transitions to the ALARM state. For AWS Managed Services (AMS) to monitor the alarms, include your AMS MMS SNS topic, in the form [\"arn:aws:sns:${REGION}:${ACCOUNT_ID}:MMS-Topic\"]", "type": "array", "items": { "type": "string", "minLength": 1, "maxLength": 1024 }, "maxItems": 5, "uniqueItems": true }, "AlarmDescription": { "description": "A meaningful description for the alarm.", "type": "string", "minLength": 0, "maxLength": 1024 }, ct-361vpyun9a9dd Version April 22, 2025 2748 AMS Advanced Change Type Reference AMS Advanced Change Type Details "AlarmName": { "description": "A name for the alarm. The name must be unique within the AWS account.", "type": "string", "minLength": 1, "maxLength": 255 }, "ComparisonOperator": { "description": "The operation to use when comparing the Statistic and Threshold values that you specify. The specified Statistic value is used as the first operand. Options: GreaterThanOrEqualToThreshold, GreaterThanThreshold, LessThanThreshold, LessThanOrEqualToThreshold.", "type": "string", "enum": [ "GreaterThanOrEqualToThreshold", "GreaterThanThreshold", "LessThanThreshold", "LessThanOrEqualToThreshold" ] }, "DatapointsToAlarm": { "description": "The number of datapoints that must be breaching to trigger the alarm. Required if you are setting an \"M out of N\" alarm. If you set DatapointsToAlarm and EvaluationPeriod
ams-ct-714
ams-ct.pdf
714
Type Details "AlarmName": { "description": "A name for the alarm. The name must be unique within the AWS account.", "type": "string", "minLength": 1, "maxLength": 255 }, "ComparisonOperator": { "description": "The operation to use when comparing the Statistic and Threshold values that you specify. The specified Statistic value is used as the first operand. Options: GreaterThanOrEqualToThreshold, GreaterThanThreshold, LessThanThreshold, LessThanOrEqualToThreshold.", "type": "string", "enum": [ "GreaterThanOrEqualToThreshold", "GreaterThanThreshold", "LessThanThreshold", "LessThanOrEqualToThreshold" ] }, "DatapointsToAlarm": { "description": "The number of datapoints that must be breaching to trigger the alarm. Required if you are setting an \"M out of N\" alarm. If you set DatapointsToAlarm and EvaluationPeriod as different values, you are setting an \"M out of N\" alarm (DatapointsToAlarm is \"M\", EvaluationPeriod is \"N\").", "type": "integer", "minimum": 1 }, "Dimensions": { "description": "The dimensions (arbitrary name/value pairs) for the metric associated with the alarm.", "type": "array", "items": { "type": "object", "properties": { "Name": { "description": "The name of the dimension.", "type": "string", "minLength": 1, "maxLength": 255 }, "Value": { "description": "The value representing the dimension measurement.", "type": "string", ct-361vpyun9a9dd Version April 22, 2025 2749 AMS Advanced Change Type Reference AMS Advanced Change Type Details "minLength": 1, "maxLength": 255 } }, "additionalProperties": false, "metadata": { "ui:order": [ "Name", "Value" ] }, "required": [ "Name", "Value" ] }, "maxItems": 10, "uniqueItems": true }, "EvaluateLowSampleCountPercentile": { "description": "For alarms based on percentiles. Options: evaluate, ignore. For the alarm state to not change during periods with too few data points to be statistically significant, set ignore. For the alarm to always be evaluated, and possibly change state, no matter how many data points are available, set evaluate or leave blank.", "type": "string", "minLength": 1, "maxLength": 255, "enum": [ "evaluate", "ignore" ] }, "EvaluationPeriods": { "description": "The number of consecutive data points that must be breached to trigger the alarm. For an \"M out of N\" alarm, this value is the N.", "type": "integer", "minimum": 1 }, "ExtendedStatistic": { "description": "For alarms based on percentiles. The percentile statistic for the metric associated with the alarm. Specify a value between p0.0 and p100. You must specify either this, or Statistic, but not both.", "type": "string", ct-361vpyun9a9dd Version April 22, 2025 2750 AMS Advanced Change Type Reference AMS Advanced Change Type Details "pattern": "p(\\d{1,2}(\\.\\d{0,2})?|100)" }, "InsufficientDataActions": { "description": "The Amazon Resource Name (ARN) of one or more existing CloudWatch alarm actions to execute when this alarm transitions to the INSUFFICIENT_DATA state from any other state. If unspecified, no action is taken when this alarm transitions to the INSUFFICIENT_DATA state. For AWS Managed Services (AMS) to monitor the alarm, include your AMS MMS SNS topic, in the form [\"arn:aws:sns: ${REGION}:${ACCOUNT_ID}:MMS-Topic\"]", "type": "array", "items": { "type": "string", "minLength": 1, "maxLength": 1024 }, "maxItems": 5, "uniqueItems": true }, "MetricName": { "description": "An existing standard or custom CloudWatch metric for the alarm to track. For a list of AWS CloudWatch metrics, see AWS CloudWatch metrics documentation. To use a custom CloudWatch metric, see your CloudWatch console.", "type": "string", "minLength": 1, "maxLength": 255 }, "Namespace": { "description": "An existing standard or custom CloudWatch namespace for the alarm. For a list of AWS namespaces, see AWS documentation. To use a custom namespace, see your CloudWatch console Metrics area.", "type": "string", "minLength": 1, "maxLength": 255 }, "OkActions": { "description": "The Amazon Resource Name (ARN) of one or more existing CloudWatch alarm actions to execute when this alarm transitions to the OK state from any other state. If unspecified, no action is taken when this alarm transitions to the OK state. For AWS Managed Services (AMS) to monitor the alarm, include your AMS MMS SNS topic, in the form [\"arn:aws:sns:${REGION}:${ACCOUNT_ID}:MMS-Topic\"]", "type": "array", "items": { "type": "string", "minLength": 1, ct-361vpyun9a9dd Version April 22, 2025 2751 AMS Advanced Change Type Reference AMS Advanced Change Type Details "maxLength": 1024 }, "maxItems": 5, "uniqueItems": true }, "Period": { "description": "The period, in seconds, over which the specified statistic is applied. Valid values are 10, 30, and any multiple of 60. Be sure to specify 10 or 30 only for metrics that are stored by a PutMetricData call with a StorageResolution of 1.", "type": "integer", "minimum": 1 }, "Statistic": { "description": "The statistic for the metric associated with the alarm; does not apply to percentile metrics. Options: SampleCount, Average, Sum, Minimum, Maximum. For percentile statistics, use parameter ExtendedStatistic. You must specify either this property, or ExtendedStatistic, but not both.", "type": "string", "enum": [ "SampleCount", "Average", "Sum", "Minimum", "Maximum" ] }, "Threshold": { "description": "The value against which the specified statistic is compared.", "type": "number" }, "TreatMissingData": { "description": "How this alarm handles missing data points. Options: breaching, notBreaching, ignore, missing. If unspecified, the default behavior, missing, is used.", "type": "string", "enum": [ "breaching", "notBreaching", "ignore", "missing" ], "minLength": 1, ct-361vpyun9a9dd Version April 22, 2025 2752 AMS Advanced Change Type Reference AMS Advanced Change Type Details "maxLength":
ams-ct-715
ams-ct.pdf
715
Options: SampleCount, Average, Sum, Minimum, Maximum. For percentile statistics, use parameter ExtendedStatistic. You must specify either this property, or ExtendedStatistic, but not both.", "type": "string", "enum": [ "SampleCount", "Average", "Sum", "Minimum", "Maximum" ] }, "Threshold": { "description": "The value against which the specified statistic is compared.", "type": "number" }, "TreatMissingData": { "description": "How this alarm handles missing data points. Options: breaching, notBreaching, ignore, missing. If unspecified, the default behavior, missing, is used.", "type": "string", "enum": [ "breaching", "notBreaching", "ignore", "missing" ], "minLength": 1, ct-361vpyun9a9dd Version April 22, 2025 2752 AMS Advanced Change Type Reference AMS Advanced Change Type Details "maxLength": 255 }, "Unit": { "description": "The unit of measure for the statistic. Valid options are provided in the AWS Java SDK page for Enum StandardUnit.", "type": "string", "enum": [ "Seconds", "Microseconds", "Milliseconds", "Bytes", "Kilobytes", "Megabytes", "Gigabytes", "Terabytes", "Bits", "Kilobits", "Megabits", "Gigabits", "Terabits", "Percent", "Count", "Bytes/Second", "Kilobytes/Second", "Megabytes/Second", "Gigabytes/Second", "Terabytes/Second", "Bits/Second", "Kilobits/Second", "Megabits/Second", "Gigabits/Second", "Terabits/Second", "Count/Second", "None" ] } }, "additionalProperties": false, "metadata": { "ui:order": [ "AlarmName", "AlarmDescription", "Namespace", "MetricName", ct-361vpyun9a9dd Version April 22, 2025 2753 AMS Advanced Change Type Reference AMS Advanced Change Type Details "EvaluationPeriods", "Period", "ComparisonOperator", "Threshold", "Statistic", "Dimensions", "Unit", "DatapointsToAlarm", "EvaluateLowSampleCountPercentile", "ExtendedStatistic", "TreatMissingData", "ActionsEnabled", "AlarmActions", "InsufficientDataActions", "OkActions" ] }, "required": [ "AlarmName", "ComparisonOperator", "EvaluationPeriods", "MetricName", "Namespace", "Period", "Threshold" ] } }, "Region": { "description": "The AWS Region to create the alarm or set of alarms in.", "type": "string" } }, "additionalProperties": false, "metadata": { "ui:order": [ "Region", "Alarms" ] }, "required": [ "Alarms", "Region" ] ct-361vpyun9a9dd Version April 22, 2025 2754 AMS Advanced Change Type Reference AMS Advanced Change Type Details } Schema for Change Type ct-369odosk0pd9w Classifications: • Management | Directory Service | Directory | Share directory { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Share Directory", "description": "Share a specified directory in your AWS account (directory owner) with another AWS account (directory consumer). Run this in your Shared Service account that has Managed Active Directory. This change type is only supported for multi- account landing zone (MALZ).", "type": "object", "properties": { "DocumentName": { "description": "AWSManagedServices-ShareDirectory.", "type": "string", "enum": [ "AWSManagedServices-ShareDirectory" ], "default": "AWSManagedServices-ShareDirectory" }, "Region": { "description": "The AWS Region where the directory is located, in the form of us- east-1.", "type": "string", "pattern": "^([a-z]{2}((-gov))?-[a-z]+-\\d{1})$" }, "Parameters": { "type": "object", "properties": { "DirectoryId": { "description": "Identifier of the AWS Managed Microsoft Active directory that you want to share with another AWS account.", "type": "array", "items": { "type": "string", "pattern": "^d-[0-9a-f]{10}$" }, ct-369odosk0pd9w Version April 22, 2025 2755 AMS Advanced Change Type Reference AMS Advanced Change Type Details "maxItems": 1, "minItems": 1 }, "TargetAccountId": { "description": "Identifier for the directory consumer account to share the directory with.", "type": "array", "items": { "type": "string", "pattern": "^[0-9]{12}$" }, "maxItems": 1, "minItems": 1 } }, "metadata": { "ui:order": [ "DirectoryId", "TargetAccountId" ] }, "additionalProperties": false, "required": [ "DirectoryId", "TargetAccountId" ] } }, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, "additionalProperties": false, "required": [ "DocumentName", "Region", "Parameters" ] } ct-369odosk0pd9w Version April 22, 2025 2756 AMS Advanced Change Type Reference AMS Advanced Change Type Details Schema for Change Type ct-36cn2avfrrj9v Classifications: • Deployment | Ingestion | Stack from CloudFormation Template | Create { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Create Stack From CloudFormation (CFN) Template", "description": "Create a stack by pointing to a customized CloudFormation (CFN) template in an S3 bucket, or by pasting the contents of that template as input to this change type.", "type": "object", "properties": { "CloudFormationTemplate": { "description": "Your customized CFN template, copied directly into this input parameter. Use this parameter, CloudFormationTemplate, or the CloudFormationTemplateS3Endpoint parameter. Do not use both.", "type": "string", "minLength": 1, "pattern": "^(?![\\s]*https?)[\\S\\s]*$", "maxLength": 20000 }, "CloudFormationTemplateS3Endpoint": { "description": "The S3 bucket endpoint for the CloudFormation template you want to use. The bucket must be in the same account that you are using, or have a presigned URL.", "type": "string", "minLength": 1, "pattern": "^[\\s]*https?://[\\S]*[\\s]*$|^[\\s]*$", "maxLength": 2047 }, "Parameters": { "description": "Add up to sixty parameters (parameter name/value pairs) to supply alternate values for parameters in your customized CloudFormation template. By providing the parameters this way, you can reuse your CloudFormation template with different parameter values when needed and can update any parameter value with the CFN Stack Update change type.", "type": "array", "items": { "type": "object", "properties": { ct-36cn2avfrrj9v Version April 22, 2025 2757 AMS Advanced Change Type Reference AMS Advanced Change Type Details "Name": { "type": "string" }, "Value": { "type": "string" } }, "additionalProperties": false, "metadata": { "ui:order": [ "Name", "Value" ] }, "required": [ "Name", "Value" ] }, "minItems": 0, "maxItems": 60, "uniqueItems": true }, "Description": { "description": "Meaningful information about the stack to be created.", "type": "string", "minLength": 1, "maxLength": 500 }, "Name": { "description": "A name for the stack; this becomes the Stack Name in the AMS console.", "type": "string", "minLength": 1, "maxLength": 255 }, "VpcId": { "description": "ID of the VPC to
ams-ct-716
ams-ct.pdf
716
ct-36cn2avfrrj9v Version April 22, 2025 2757 AMS Advanced Change Type Reference AMS Advanced Change Type Details "Name": { "type": "string" }, "Value": { "type": "string" } }, "additionalProperties": false, "metadata": { "ui:order": [ "Name", "Value" ] }, "required": [ "Name", "Value" ] }, "minItems": 0, "maxItems": 60, "uniqueItems": true }, "Description": { "description": "Meaningful information about the stack to be created.", "type": "string", "minLength": 1, "maxLength": 500 }, "Name": { "description": "A name for the stack; this becomes the Stack Name in the AMS console.", "type": "string", "minLength": 1, "maxLength": 255 }, "VpcId": { "description": "ID of the VPC to use, in the form vpc-0123abcd or vpc-01234567890abcdef.", "type": "string", "pattern": "^vpc-[a-z0-9]{8}$|^vpc-[a-z0-9]{17}$" }, "Tags": { "description": "Up to fifty tags (key/value pairs) to categorize the stack.", ct-36cn2avfrrj9v Version April 22, 2025 2758 AMS Advanced Change Type Reference AMS Advanced Change Type Details "type": "array", "items": { "type": "object", "properties": { "Key": { "type": "string", "minLength": 1, "maxLength": 127 }, "Value": { "type": "string", "minLength": 1, "maxLength": 255 } }, "additionalProperties": false, "metadata": { "ui:order": [ "Key", "Value" ] }, "required": [ "Key", "Value" ] }, "minItems": 0, "maxItems": 50, "uniqueItems": true }, "TimeoutInMinutes": { "description": "The maximum amount of time, in minutes, to allow for execution of the change. This will not prolong execution, but the RFC fails if the change is not completed in the specified time.", "type": "number", "minimum": 0, "maximum": 360, "default": 360 } }, "additionalProperties": false, "metadata": { "ui:order": [ ct-36cn2avfrrj9v Version April 22, 2025 2759 AMS Advanced Change Type Reference AMS Advanced Change Type Details "Name", "Description", "VpcId", "CloudFormationTemplateS3Endpoint", "CloudFormationTemplate", "Parameters", "TimeoutInMinutes", "Tags" ] }, "required": [ "Description", "Name", "VpcId", "TimeoutInMinutes" ] } Schema for Change Type ct-36emj2uapfbu8 Classifications: • Deployment | Standalone resources | EC2 instance | Create for WIGS (review required) { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Create EC2 for WIGS", "description": "Create an Amazon Elastic Compute Cloud (EC2) instance for use with Workload Ingest (WIGS) change type (ct-257p9zjk14ija). For information, see AMS documentation on WIGS in the AMS Application Developer's Guide.", "type": "object", "properties": { "InstanceVpcId": { "description": "The ID of the VPC to use, in the form vpc-0123abcd or vpc-01234567890abcdef.", "type": "string", "pattern": "^vpc-[a-z0-9]{8}$|^vpc-[a-z0-9]{17}$" }, "InstanceNameTagValue": { "description": "A value for the Instance Name Tag Key.", "type": "string", "pattern": "^(?!([aA][mMwW][sS]|mc-))[a-zA-Z0-9_.@-]{0,256}$" ct-36emj2uapfbu8 Version April 22, 2025 2760 AMS Advanced Change Type Reference AMS Advanced Change Type Details }, "InstanceAmiId": { "description": "The AMI to use to create the EC2 instance, in the form ami-0123abcd or ami-01234567890abcdef.", "type": "string", "pattern": "^ami-[a-zA-Z0-9]{8}$|^ami-[a-zA-Z0-9]{17}$" }, "InstanceEBSOptimized": { "description": "True for the instance to be optimized for Amazon Elastic Block Store I/O, false for it to not be. If you set this to true, choose an InstanceType that supports EBS optimization.", "type": "boolean", "default": false }, "InstanceType": { "description": "The type of EC2 instance to deploy. If InstanceEBSOptimized = true, specify an InstanceType that supports EBS optimization.", "type": "string", "pattern": "^[a-z0-9]+\\.[a-z0-9]+$", "default": "t3.large" }, "InstanceRootVolumeSize": { "description": "The size of the root volume for the instance. Defaults to 20 GiB for Linux, and 60 GiB for Windows.", "type": "number", "minimum": 20, "maximum": 16000 }, "InstanceSubnetId": { "description": "The subnet that you want to launch the instance into, in the form subnet-0123abcd or subnet-01234567890abcdef.", "type": "string", "pattern": "^subnet-[a-z0-9]{8}$|^subnet-[a-z0-9]{17}$" }, "Priority": { "description": "The priority of the request. See AMS \"RFC scheduling\" documentation for a definition of the priorities.", "type": "string", "enum": [ "Low", "Medium", "High" ] } ct-36emj2uapfbu8 Version April 22, 2025 2761 AMS Advanced Change Type Reference AMS Advanced Change Type Details }, "additionalProperties": false, "metadata": { "ui:order": [ "InstanceVpcId", "InstanceSubnetId", "InstanceAmiId", "InstanceType", "InstanceEBSOptimized", "InstanceRootVolumeSize", "InstanceNameTagValue", "Priority" ] }, "required": [ "InstanceVpcId", "InstanceAmiId", "InstanceSubnetId" ] } Schema for Change Type ct-36jq7gvwyty8h Classifications: • Management | Advanced stack components | RDS database stack | Update MultiAZ setting { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Change RDS MultiAZ Setting", "description": "Change the DB instance MultiAZ value through direct API calls. The MultiAZ setting determines whether or not the DB instance is deployed across multiple availability zones (AZs). The RDS instance can be standalone or belong to a CloudFormation stack; in the latter case, the change might cause stack drift. To avoid causing stack drift, please use ct-12w49boaiwtzp instead, or ct-361tlo1k7339x if the RDS instance was provisioned via CFN ingestion.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-UpdateRDSMultiAZ.", "type": "string", "enum": [ ct-36jq7gvwyty8h Version April 22, 2025 2762 AMS Advanced Change Type Reference AMS Advanced Change Type Details "AWSManagedServices-UpdateRDSMultiAZ" ], "default": "AWSManagedServices-UpdateRDSMultiAZ" }, "Region": { "description": "The AWS Region in which the resource is located, in the form us- east-1.", "type": "string", "pattern": "^([a-z]{2}((-gov))?-[a-z]+-\\d{1})$" }, "Parameters": { "type": "object", "properties": { "DBInstanceIdentifier": { "description": "The identifier of the RDS database instance; for example, mydbinstance.", "type": "array", "items": { "type": "string", "pattern": "^(?!(mc|ams|awsms)-)[a-zA-Z]{1}(?!.*--)(?!.*-$)[A-Za-z0-9-] {0,62}$" }, "minItems": 1, "maxItems": 1 }, "MultiAZ": { "description": "True for
ams-ct-717
ams-ct.pdf
717
provisioned via CFN ingestion.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-UpdateRDSMultiAZ.", "type": "string", "enum": [ ct-36jq7gvwyty8h Version April 22, 2025 2762 AMS Advanced Change Type Reference AMS Advanced Change Type Details "AWSManagedServices-UpdateRDSMultiAZ" ], "default": "AWSManagedServices-UpdateRDSMultiAZ" }, "Region": { "description": "The AWS Region in which the resource is located, in the form us- east-1.", "type": "string", "pattern": "^([a-z]{2}((-gov))?-[a-z]+-\\d{1})$" }, "Parameters": { "type": "object", "properties": { "DBInstanceIdentifier": { "description": "The identifier of the RDS database instance; for example, mydbinstance.", "type": "array", "items": { "type": "string", "pattern": "^(?!(mc|ams|awsms)-)[a-zA-Z]{1}(?!.*--)(?!.*-$)[A-Za-z0-9-] {0,62}$" }, "minItems": 1, "maxItems": 1 }, "MultiAZ": { "description": "True for the DB instance to be deployed across multiple AZs, false for it to not.", "type": "string", "enum": [ "true", "false" ] }, "ApplyImmediately": { "description": "True to apply the change immediately, false to schedule the change for the next maintenance window.", "type": "string", "enum": [ "true", "false" ] } }, ct-36jq7gvwyty8h Version April 22, 2025 2763 AMS Advanced Change Type Reference AMS Advanced Change Type Details "metadata": { "ui:order": [ "DBInstanceIdentifier", "MultiAZ", "ApplyImmediately" ] }, "additionalProperties": false, "required": [ "DBInstanceIdentifier", "MultiAZ", "ApplyImmediately" ] } }, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, "additionalProperties": false, "required": [ "DocumentName", "Region", "Parameters" ] } Schema for Change Type ct-36x3u7v2oklwd Classifications: • Deployment | Advanced stack components | Identity and Access Management (IAM) | Create account alias { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Create AWS Account Alias", ct-36x3u7v2oklwd Version April 22, 2025 2764 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "Create an AWS account alias. Note that an AWS account can have only one alias. This operation fails if the AWS account already has an alias. To update an existing account alias, use the Update Account Alias (ct-3skaisgnq0pf8) change type.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-CreateAccountAlias.", "type": "string", "enum": [ "AWSManagedServices-CreateAccountAlias" ], "default": "AWSManagedServices-CreateAccountAlias" }, "Region": { "description": "The AWS Region where the account is, in the form us-east-1.", "type": "string", "pattern": "[a-z]{2}-[a-z]+-\\d{1}" }, "Parameters": { "type": "object", "properties": { "AWSAccountAlias": { "description": "The alias name for the AWS account to create.", "type": "array", "items": { "type": "string", "pattern": "(?=[a-zA-Z0-9-]{3,63}$)^[a-zA-Z][a-zA-Z0-9]*(-[a-zA-Z0-9]+)*$" }, "minItems": 1, "maxItems": 1 } }, "additionalProperties": false, "metadata": { "ui:order": [ "AWSAccountAlias" ] }, "required": [ "AWSAccountAlias" ] } }, ct-36x3u7v2oklwd Version April 22, 2025 2765 AMS Advanced Change Type Reference AMS Advanced Change Type Details "additionalProperties": false, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, "required": [ "DocumentName", "Region", "Parameters" ] } Schema for Change Type ct-36zubwzxp44a4 Classifications: • Management | Advanced stack components | Bastions | Add CIDR ingress (review required) { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Add CIDR Ingress", "description": "Add RDP or SSH bastion ingress Classless Inter-Domain Routing (CIDR) allow lists.", "type": "object", "properties": { "BastionType": { "description": "The bastion type to update.", "type": "string", "enum": [ "RDP Bastion", "SSH Bastion" ] }, "IngressCIDRAddresses": { "description": "The CIDR ingress IP addresses to be allowed.", "type": "array", "items": { "type": "string", ct-36zubwzxp44a4 Version April 22, 2025 2766 AMS Advanced Change Type Reference AMS Advanced Change Type Details "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9] [0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$" }, "minItems": 1, "maxItems": 3 }, "Priority": { "description": "The priority of the request. See AMS \"RFC scheduling\" documentation for a definition of the priorities.", "type": "string", "enum": [ "Low", "Medium", "High" ] } }, "metadata": { "ui:order": [ "BastionType", "IngressCIDRAddresses", "Priority" ] }, "additionalProperties": false, "required": [ "BastionType", "IngressCIDRAddresses" ] } Schema for Change Type ct-379uwo67vbvng Classifications: • Management | Advanced stack components | Identity and Access Management (IAM) | Update SAML identity provider { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Update SAML Identity Provider", ct-379uwo67vbvng Version April 22, 2025 2767 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "Update IAM identity provider using the SAML metadata document file that you stored in your chosen S3 bucket.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-HandleUpdateSamlProvider-Admin", "type": "string", "enum": [ "AWSManagedServices-HandleUpdateSamlProvider-Admin" ], "default": "AWSManagedServices-HandleUpdateSamlProvider-Admin" }, "Region": { "description": "The AWS Region of the account, in the form us-east-1.", "type": "string", "pattern": "^([a-z]{2}((-gov))?-[a-z]+-\\d{1})$" }, "Parameters": { "type": "object", "properties": { "SAMLMetadataDocumentURL": { "description": "The S3 URL of the SAML metadata document file, in the form s3://bucketname/path/to/saml-metadata.xml.", "type": "array", "items": { "type": "string", "pattern": "^s3://[a-z0-9]([-.a-z0-9]+)[a-z0-9]/.+$" }, "minItems": 1, "maxItems": 1 }, "SAMLProviderArn": { "description": "The ARN of the SAML provider.", "type": "array", "items": { "type": "string", "pattern": "^arn:(aws|aws-cn|aws-us-gov):iam::[0-9]{12}:saml-provider/[\ \w._-]{1,128}" }, "minItems": 1, "maxItems": 1 }, "SAMLProviderBackup": { ct-379uwo67vbvng Version April 22, 2025 2768 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "True for a backup of the SAML provider metadata to be taken before deleting, False for no backup to be taken. Default is True.", "type": "array", "items": { "type": "string", "default": "True", "enum": [ "True", "False" ] }, "minItems": 1, "maxItems": 1 } }, "metadata": { "ui:order": [ "SAMLMetadataDocumentURL", "SAMLProviderArn", "SAMLProviderBackup" ] }, "required": [ "SAMLMetadataDocumentURL", "SAMLProviderArn" ],
ams-ct-718
ams-ct.pdf
718
{ "description": "The ARN of the SAML provider.", "type": "array", "items": { "type": "string", "pattern": "^arn:(aws|aws-cn|aws-us-gov):iam::[0-9]{12}:saml-provider/[\ \w._-]{1,128}" }, "minItems": 1, "maxItems": 1 }, "SAMLProviderBackup": { ct-379uwo67vbvng Version April 22, 2025 2768 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "True for a backup of the SAML provider metadata to be taken before deleting, False for no backup to be taken. Default is True.", "type": "array", "items": { "type": "string", "default": "True", "enum": [ "True", "False" ] }, "minItems": 1, "maxItems": 1 } }, "metadata": { "ui:order": [ "SAMLMetadataDocumentURL", "SAMLProviderArn", "SAMLProviderBackup" ] }, "required": [ "SAMLMetadataDocumentURL", "SAMLProviderArn" ], "additionalProperties": false } }, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, "required": [ "DocumentName", "Region", "Parameters" ], "additionalProperties": false } ct-379uwo67vbvng Version April 22, 2025 2769 AMS Advanced Change Type Reference AMS Advanced Change Type Details Schema for Change Type ct-37bq2l9c8fzxv Classifications: • Management | Advanced stack components | Target group | Detach instances { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Detach Instance or Private Ipv4 From Target Group", "description": "Detach instances or private IPv4 addresses from a target group. If the instances or private IP addresses exist but aren't registered with a target group, then the RFC execution ends in a success state without action on the target group.", "type": "object", "properties": { "DocumentName": { "description": "AWSManagedServices-DetachInstancesFromTargetGroup", "type": "string", "enum": [ "AWSManagedServices-DetachInstancesFromTargetGroup" ], "default": "AWSManagedServices-DetachInstancesFromTargetGroup" }, "Region": { "description": "The AWS Region where the target group and instances are located, in the form of us-east-1.", "type": "string", "pattern": "^([a-z]{2}((-gov))?-[a-z]+-\\d{1})$" }, "Parameters": { "type": "object", "properties": { "InstancesIds": { "description": "The instance IDs, up to 50, to detach from the target group, in the form i-1234abcdef. Provide either InstanceIDs or IPAddresses.", "type": "array", "items": { "type": "string", "pattern": "^i-[a-f0-9]{8}|i-[a-f0-9]{17}$" }, "maxItems": 50 }, "InstancesPort": { ct-37bq2l9c8fzxv Version April 22, 2025 2770 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "The port number on which the targets are listening.", "type": "array", "items": { "type": "string", "pattern": "^[0-9]{1,4}$|^[1-5][0-9]{4}$|^6[0-4][0-9]{3}$|^65[0-4][0-9] {2}$|^655[0-2][0-9]$|^6553[0-5]$" }, "maxItems": 1 }, "IPAddresses": { "description": "The private IPv4 address or addresses (up to 50) to be detached from the required target group, in the form of 10.0.0.5. Provide either InstancesIds or IPAddresses.", "type": "array", "items": { "type": "string", "pattern": "^(10\\.(?:[0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.(?: [0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.(?:[0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4] [0-9]|25[0-5])|172\\.(?:1[6-9]|2[0-9]|3[0-1])\\.(?:[0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4] [0-9]|25[0-5])\\.(?:[0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])|192\\.168\\.(?: [0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.(?:[0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4] [0-9]|25[0-5])|100\\.(6[4-9]|[7-9][0-9]|1[0-1][0-9]|12[0-7])\\.(?:[0-9]|[1-9][0-9]| 1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.(?:[0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]))$" }, "maxItems": 50 }, "TargetGroupArn": { "description": "The Amazon Resource Names (ARN) of the target group, in the form of arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my- targets/73e2d6bc24d8a067.", "type": "array", "items": { "type": "string", "pattern": "^arn:(aws|aws-cn|aws-us-gov):elasticloadbalancing:([a-z]{2}((- gov)?-[a-z]+-\\d{1})):\\d{12}:targetgroup\\/[a-zA-Z0-9\\-]+\\/[a-zA-Z0-9]+$" }, "maxItems": 1 } }, "metadata": { "ui:order": [ "InstancesIds", "IPAddresses", "InstancesPort", ct-37bq2l9c8fzxv Version April 22, 2025 2771 AMS Advanced Change Type Reference AMS Advanced Change Type Details "TargetGroupArn" ] }, "additionalProperties": false, "required": [ "InstancesPort", "TargetGroupArn" ] } }, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, "additionalProperties": false, "required": [ "DocumentName", "Region", "Parameters" ] } Schema for Change Type ct-37kcp2v1mriu6 Classifications: • Management | Advanced stack components | EC2 instance stack | Replace instance profile { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Replace Instance Profile", "description": "Replace the instance profile of an EC2 instance that is not part of an Auto Scaling group. This change may result in CloudFormation drift for any stacks that have this resource.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-ReplaceInstanceProfileV2.", "type": "string", ct-37kcp2v1mriu6 Version April 22, 2025 2772 AMS Advanced Change Type Reference AMS Advanced Change Type Details "enum": [ "AWSManagedServices-ReplaceInstanceProfileV2" ], "default": "AWSManagedServices-ReplaceInstanceProfileV2" }, "Region": { "description": "The AWS Region where the EC2 instance is located, in the form us- east-1.", "type": "string", "pattern": "^([a-z]{2}((-gov))?-[a-z]+-\\d{1})$" }, "Parameters": { "type": "object", "properties": { "InstanceId": { "description": "The ID of the EC2 instance, in the form i-1234567890abcdef0.", "type": "array", "items": { "type": "string", "pattern": "^i-([a-f0-9]{8}|[a-f0-9]{17})$" }, "minItems": 1, "maxItems": 1 }, "InstanceProfile": { "description": "An IAM instance profile name defined in your account.", "type": "array", "items": { "type": "string", "pattern": "^[\\w+=,.@-]+$" }, "minItems": 1, "maxItems": 1 } }, "metadata": { "ui:order": [ "InstanceId", "InstanceProfile" ] }, "required": [ "InstanceId", ct-37kcp2v1mriu6 Version April 22, 2025 2773 AMS Advanced Change Type Reference AMS Advanced Change Type Details "InstanceProfile" ], "additionalProperties": false } }, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, "required": [ "DocumentName", "Region", "Parameters" ], "additionalProperties": false } Schema for Change Type ct-37qquo9wbpa8x Classifications: • Management | Advanced stack components | Identity and Access Management (IAM) | Delete or deactivate access key { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Delete or Deactivate Access Key", "description": "Delete or deactivate the specified AWS IAM access key ID for the specified user.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-DeactivateIAMAccessKey.", "type": "string", "enum": [ "AWSManagedServices-DeactivateIAMAccessKey" ], "default": "AWSManagedServices-DeactivateIAMAccessKey" ct-37qquo9wbpa8x Version April 22, 2025 2774 AMS Advanced Change Type Reference AMS Advanced Change Type Details }, "Region": { "description": "The AWS Region of the account.", "type": "string", "enum": [ "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-west-2", "eu-west-3", "eu-south-1", "eu-north-1", "eu-central-1", "ca-central-1",
ams-ct-719
ams-ct.pdf
719
Management | Advanced stack components | Identity and Access Management (IAM) | Delete or deactivate access key { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Delete or Deactivate Access Key", "description": "Delete or deactivate the specified AWS IAM access key ID for the specified user.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-DeactivateIAMAccessKey.", "type": "string", "enum": [ "AWSManagedServices-DeactivateIAMAccessKey" ], "default": "AWSManagedServices-DeactivateIAMAccessKey" ct-37qquo9wbpa8x Version April 22, 2025 2774 AMS Advanced Change Type Reference AMS Advanced Change Type Details }, "Region": { "description": "The AWS Region of the account.", "type": "string", "enum": [ "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-west-2", "eu-west-3", "eu-south-1", "eu-north-1", "eu-central-1", "ca-central-1", "ap-southeast-1", "ap-southeast-2", "ap-southeast-3", "ap-south-1", "ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "ap-east-1", "sa-east-1", "me-south-1", "af-south-1", "us-gov-west-1", "us-gov-east-1", "cn-northwest-1", "cn-north-1" ] }, "Parameters": { "type": "object", "properties": { "UserName": { "description": "The name of the IAM user that the key belongs to.", "type": "string", "pattern": "^[\\w+=,.@-]+", "minLength": 1, "maxLength": 128 }, "AccessKeyId": { ct-37qquo9wbpa8x Version April 22, 2025 2775 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "The ID of the access key to delete or deactivate.", "type": "string", "pattern": "^AKIA\\w+$", "minLength": 16, "maxLength": 128 }, "Delete": { "description": "True to delete the access key for the specified user, False to deactivate it without deleting.", "type": "boolean", "default": false } }, "additionalProperties": false, "metadata": { "ui:order": [ "UserName", "AccessKeyId", "Delete" ] }, "required": [ "UserName", "AccessKeyId", "Delete" ] } }, "additionalProperties": false, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, "required": [ "DocumentName", "Region", "Parameters" ] } ct-37qquo9wbpa8x Version April 22, 2025 2776 AMS Advanced Change Type Reference AMS Advanced Change Type Details Schema for Change Type ct-37vqa0oggka3q Classifications: • Management | Advanced stack components | RDS database stack | Stop Aurora cluster { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Stop Aurora DB Cluster", "description": "Stop an Aurora DB cluster, which is a provisioned capacity type and does not have cross-region read replicas. The cluster must be in the 'available' state.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-StopDBCluster.", "type": "string", "enum": [ "AWSManagedServices-StopDBCluster" ], "default": "AWSManagedServices-StopDBCluster" }, "Region": { "description": "The AWS Region where the cluster is.", "type": "string", "enum": [ "us-east-1", "us-east-2", "us-west-1", "us-west-2", "eu-west-1", "eu-west-2", "eu-west-3", "eu-south-1", "eu-north-1", "eu-central-1", "ca-central-1", "ap-southeast-1", "ap-southeast-2", "ap-southeast-3", "ap-south-1", "ap-northeast-1", ct-37vqa0oggka3q Version April 22, 2025 2777 AMS Advanced Change Type Reference AMS Advanced Change Type Details "ap-northeast-2", "ap-northeast-3", "ap-east-1", "sa-east-1", "me-south-1", "af-south-1", "us-gov-west-1", "us-gov-east-1", "cn-northwest-1", "cn-north-1" ] }, "Parameters": { "type": "object", "properties": { "DBClusterIdentifier": { "description": "The unique RDS DB cluster identifier.", "type": "string", "pattern": "^[a-zA-Z]{1}(?!.*--)(?!.*-$)[A-Za-z0-9-]{0,62}$|^$" } }, "metadata": { "ui:order": [ "DBClusterIdentifier" ] }, "additionalProperties": false, "required": [ "DBClusterIdentifier" ] } }, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, "additionalProperties": false, "required": [ "DocumentName", "Region", "Parameters" ct-37vqa0oggka3q Version April 22, 2025 2778 AMS Advanced Change Type Reference AMS Advanced Change Type Details ] } Schema for Change Type ct-38s4s4tm4ic4u Classifications: • Management | Advanced stack components | EC2 instance stack | Update { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Update EC2 stack", "description": "Use to modify the properties of an EC2 instance created using CT id ct-14027q0sjyt1h, version 3.0.", "type": "object", "properties": { "VpcId": { "description": "ID of the VPC that contains the EC2 Instance, in the form vpc-0123abcd or vpc-01234567890abcdef.", "type": "string", "pattern": "^vpc-[a-z0-9]{8}$|^vpc-[a-z0-9]{17}$" }, "StackId": { "description": "The stack ID of the EC2 instance that you are updating, in the form stack-a1b2c3d4e5f67890e.", "type": "string", "pattern": "^stack-[a-z0-9]{17}$" }, "Parameters": { "description": "Specifications for updating the EC2 instance.", "type": "object", "properties": { "InstanceDetailedMonitoring": { "description": "True to enable detailed monitoring on the instance, false to use only basic monitoring.", "type": "boolean" }, "InstanceEBSOptimized": { "description": "True for the instance to be optimized for Amazon Elastic Block Store I/O, false for it to not be. If you set this to true, choose an InstanceType that supports EBS optimization. Updates will stop and start Amazon EBS- backed instances.", ct-38s4s4tm4ic4u Version April 22, 2025 2779 AMS Advanced Change Type Reference AMS Advanced Change Type Details "type": "boolean" }, "InstanceProfile": { "description": "An IAM instance profile name defined in your account for the EC2 instance.", "type": "string", "minLength": 1, "maxLength": 128, "pattern": "^customer[\\w-]{1,120}$" }, "InstanceType": { "description": "The type of EC2 instance to deploy. If InstanceEBSOptimized = true, specify an InstanceType that supports EBS optimization. Changing the instance type will result in instance stop and start.", "type": "string" }, "InstanceUserData": { "description": "A newline-delimited string where each line is part of the script to be run on boot. Changing the UserData will result in instance stop and start. Note: Existing instances do not pick up changes in UserData automatically, in order for the instance to execute modified UserData you must perform additional changes by logging in to the instance.", "type": "string", "maxLength": 4096 } }, "additionalProperties": false, "metadata": { "ui:order": [ "InstanceDetailedMonitoring", "InstanceEBSOptimized", "InstanceProfile", "InstanceType", "InstanceUserData" ] } } }, "additionalProperties": false, "metadata": { "ui:order": [ "VpcId",
ams-ct-720
ams-ct.pdf
720
instance type will result in instance stop and start.", "type": "string" }, "InstanceUserData": { "description": "A newline-delimited string where each line is part of the script to be run on boot. Changing the UserData will result in instance stop and start. Note: Existing instances do not pick up changes in UserData automatically, in order for the instance to execute modified UserData you must perform additional changes by logging in to the instance.", "type": "string", "maxLength": 4096 } }, "additionalProperties": false, "metadata": { "ui:order": [ "InstanceDetailedMonitoring", "InstanceEBSOptimized", "InstanceProfile", "InstanceType", "InstanceUserData" ] } } }, "additionalProperties": false, "metadata": { "ui:order": [ "VpcId", "StackId", "Parameters" ct-38s4s4tm4ic4u Version April 22, 2025 2780 AMS Advanced Change Type Reference AMS Advanced Change Type Details ] }, "required": [ "VpcId", "StackId", "Parameters" ] } Schema for Change Type ct-38xcr0q86k9lh Classifications: • Deployment | Managed landing zone | Management account | Create developer mode account (with VPC) { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Create Developer Mode Account With VPC", "description": "Create a managed AWS landing zone developer mode account and a VPC with up to 10 private subnets and up to 5 optional public subnets per availability zone (AZ) for two or three AZ's. Optionally, also create an AWS Backup plan with up to four different rules. Managed AWS landing zone core accounts must already be onboarded to AWS Managed Services (AMS).", "type": "object", "properties": { "AccountName": { "description": "A name for the new developer mode account. Max length 50 characters. The underscore (_) is not allowed.", "type": "string", "pattern": "^[a-zA-Z0-9]{1}[a-zA-Z0-9.-]{0,49}$" }, "AccountEmail": { "description": "The email address for the new developer mode account. The email must be unique per developer mode account.", "type": "string", "pattern": "^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+\\.[a-zA-Z0-9-.]+$" }, "DeveloperModeOUName": { ct-38xcr0q86k9lh Version April 22, 2025 2781 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "The name of an existing organizational unit (OU) for this developer mode account, in the form of <developer mode ou name>:<child ou name>. The default value is applications:development.", "type": "string", "default": "applications:development" }, "SupportLevel": { "description": "The account's AMS support level, Premium or Plus.", "type": "string", "enum": [ "plus", "premium" ] }, "VpcName": { "description": "A meaningful name for the developer mode account VPC. Must be unique within this developer mode account.", "type": "string" }, "NumberOfAZs": { "description": "The number of availability zones (AZs) that the VPC supports. Options are 2 or 3.", "type": "number", "minimum": 2, "maximum": 3 }, "VpcCIDR": { "description": "The Classless Inter-Domain Routing (CIDR) for the VPC.", "type": "string", "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9] [0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$" }, "RouteType": { "description": "The AWS Transit Gateway application route table connection type. For this VPC to accept connections from other VPCs, use routable. For it to not accept those connections, use isolated. The default is routable.", "type": "string", "enum": [ "isolated", "routable" ], "default": "routable" }, "TransitGatewayApplicationRouteTableName": { ct-38xcr0q86k9lh Version April 22, 2025 2782 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "The existing AWS Transit Gateway route table for this developer mode account VPC. The default is defaultAppRouteDomain. To create a new application route table, use the Create Application Route Table change type.", "type": "string", "default": "defaultAppRouteDomain" }, "PublicSubnetAZ1CIDR": { "description": "The CIDR for the optional first public subnet in availability zone 1.", "type": "string", "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9] [0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$" }, "PublicSubnetAZ2CIDR": { "description": "The CIDR for the optional first public subnet in availability zone 2.", "type": "string", "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9] [0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$" }, "PublicSubnetAZ3CIDR": { "description": "The CIDR for the optional first public subnet in optional availability zone 3. Only required if three availability zones are chosen.", "type": "string", "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9] [0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$" }, "PublicSubnet2AZ1CIDR": { "description": "The CIDR for the optional second public subnet in availability zone 1.", "type": "string", "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9] [0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$" }, "PublicSubnet2AZ2CIDR": { "description": "The CIDR for the optional second public subnet in availability zone 2.", "type": "string", "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9] [0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$" }, "PublicSubnet2AZ3CIDR": { "description": "The CIDR for the optional second public subnet in optional availability zone 3. Only required if three availability zones are chosen.", ct-38xcr0q86k9lh Version April 22, 2025 2783 AMS Advanced Change Type Reference AMS Advanced Change Type Details "type": "string", "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9] [0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$" }, "PublicSubnet3AZ1CIDR": { "description": "The CIDR for the optional third public subnet in availability zone 1.", "type": "string", "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9] [0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$" }, "PublicSubnet3AZ2CIDR": { "description": "The CIDR for the optional third public subnet in availability zone 2.", "type": "string", "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9] [0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$" }, "PublicSubnet3AZ3CIDR": { "description": "The CIDR for the optional third public subnet in optional availability zone 3. Only required if three availability zones are chosen.", "type": "string", "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9] [0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$" }, "PublicSubnet4AZ1CIDR": { "description": "The CIDR for the optional fourth public subnet in availability zone 1.", "type": "string", "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9] [0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$" }, "PublicSubnet4AZ2CIDR": { "description": "The CIDR for the optional fourth public subnet in availability zone 2.", "type": "string", "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9] [0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$" }, "PublicSubnet4AZ3CIDR": { "description": "The CIDR for the optional fourth public
ams-ct-721
ams-ct.pdf
721
"The CIDR for the optional third public subnet in availability zone 2.", "type": "string", "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9] [0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$" }, "PublicSubnet3AZ3CIDR": { "description": "The CIDR for the optional third public subnet in optional availability zone 3. Only required if three availability zones are chosen.", "type": "string", "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9] [0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$" }, "PublicSubnet4AZ1CIDR": { "description": "The CIDR for the optional fourth public subnet in availability zone 1.", "type": "string", "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9] [0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$" }, "PublicSubnet4AZ2CIDR": { "description": "The CIDR for the optional fourth public subnet in availability zone 2.", "type": "string", "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9] [0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$" }, "PublicSubnet4AZ3CIDR": { "description": "The CIDR for the optional fourth public subnet in optional availability zone 3. Only required if three availability zones are chosen.", "type": "string", ct-38xcr0q86k9lh Version April 22, 2025 2784 AMS Advanced Change Type Reference AMS Advanced Change Type Details "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9] [0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$" }, "PublicSubnet5AZ1CIDR": { "description": "The CIDR for the optional fifth public subnet in availability zone 1.", "type": "string", "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9] [0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$" }, "PublicSubnet5AZ2CIDR": { "description": "The CIDR for the optional fifth public subnet in availability zone 2.", "type": "string", "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9] [0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$" }, "PublicSubnet5AZ3CIDR": { "description": "The CIDR for the optional fifth public subnet in optional availability zone 3. Only required if three availability zones are chosen.", "type": "string", "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9] [0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$" }, "PrivateSubnet1AZ1CIDR": { "description": "The CIDR for the first private subnet in availability zone 1.", "type": "string", "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9] [0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$" }, "PrivateSubnet1AZ2CIDR": { "description": "The CIDR for the first private subnet in availability zone 2.", "type": "string", "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9] [0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$" }, "PrivateSubnet1AZ3CIDR": { "description": "The CIDR for the first private subnet in optional availability zone 3. Only required if three availability zones are chosen.", "type": "string", "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9] [0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$" }, "PrivateSubnet2AZ1CIDR": { ct-38xcr0q86k9lh Version April 22, 2025 2785 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "The CIDR for the optional second private subnet in availability zone 1.", "type": "string", "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9] [0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$" }, "PrivateSubnet2AZ2CIDR": { "description": "The CIDR for the optional second private subnet in availability zone 2.", "type": "string", "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9] [0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$" }, "PrivateSubnet2AZ3CIDR": { "description": "The CIDR for the optional second private subnet in optional availability zone 3. Only required if three availability zones are chosen.", "type": "string", "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9] [0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$" }, "PrivateSubnet3AZ1CIDR": { "description": "The CIDR for the optional third private subnet in availability zone 1.", "type": "string", "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9] [0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$" }, "PrivateSubnet3AZ2CIDR": { "description": "The CIDR for the optional third private subnet in availability zone 2.", "type": "string", "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9] [0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$" }, "PrivateSubnet3AZ3CIDR": { "description": "The CIDR for the optional third private subnet in optional availability zone 3. Only required if three availability zones are chosen.", "type": "string", "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9] [0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$" }, "PrivateSubnet4AZ1CIDR": { "description": "The CIDR for the optional fourth private subnet in availability zone 1.", ct-38xcr0q86k9lh Version April 22, 2025 2786 AMS Advanced Change Type Reference AMS Advanced Change Type Details "type": "string", "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9] [0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$" }, "PrivateSubnet4AZ2CIDR": { "description": "The CIDR for the optional fourth private subnet in availability zone 2.", "type": "string", "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9] [0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$" }, "PrivateSubnet4AZ3CIDR": { "description": "The CIDR for the optional fourth private subnet in optional availability zone 3. Only required if three availability zones are chosen.", "type": "string", "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9] [0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$" }, "PrivateSubnet5AZ1CIDR": { "description": "The CIDR for the optional fifth private subnet in availability zone 1.", "type": "string", "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9] [0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$" }, "PrivateSubnet5AZ2CIDR": { "description": "The CIDR for the optional fifth private subnet in availability zone 2.", "type": "string", "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9] [0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$" }, "PrivateSubnet5AZ3CIDR": { "description": "The CIDR for the optional fifth private subnet in optional availability zone 3. Only required if three availability zones are chosen.", "type": "string", "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9] [0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$" }, "PrivateSubnet6AZ1CIDR": { "description": "The CIDR for the optional sixth private subnet in availability zone 1.", "type": "string", ct-38xcr0q86k9lh Version April 22, 2025 2787 AMS Advanced Change Type Reference AMS Advanced Change Type Details "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9] [0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$" }, "PrivateSubnet6AZ2CIDR": { "description": "The CIDR for the optional sixth private subnet in availability zone 2.", "type": "string", "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9] [0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$" }, "PrivateSubnet6AZ3CIDR": { "description": "The CIDR for the optional sixth private subnet in optional availability zone 3. Only required if three availability zones are chosen.", "type": "string", "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9] [0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$" }, "PrivateSubnet7AZ1CIDR": { "description": "The CIDR for the optional seventh private subnet in availability zone 1.", "type": "string", "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9] [0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$" }, "PrivateSubnet7AZ2CIDR": { "description": "The CIDR for the optional seventh private subnet in availability zone 2.", "type": "string", "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9] [0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$" }, "PrivateSubnet7AZ3CIDR": { "description": "The CIDR for the optional seventh private subnet in optional availability zone 3. Only required if three availability zones are chosen.", "type": "string", "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9] [0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$" }, "PrivateSubnet8AZ1CIDR": { "description": "The CIDR for the optional eighth private subnet in availability zone 1.", "type": "string", "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9] [0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$" ct-38xcr0q86k9lh Version April 22, 2025 2788 AMS Advanced Change Type Reference AMS Advanced Change Type Details }, "PrivateSubnet8AZ2CIDR": { "description": "The CIDR for
ams-ct-722
ams-ct.pdf
722
"type": "string", "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9] [0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$" }, "PrivateSubnet7AZ2CIDR": { "description": "The CIDR for the optional seventh private subnet in availability zone 2.", "type": "string", "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9] [0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$" }, "PrivateSubnet7AZ3CIDR": { "description": "The CIDR for the optional seventh private subnet in optional availability zone 3. Only required if three availability zones are chosen.", "type": "string", "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9] [0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$" }, "PrivateSubnet8AZ1CIDR": { "description": "The CIDR for the optional eighth private subnet in availability zone 1.", "type": "string", "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9] [0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$" ct-38xcr0q86k9lh Version April 22, 2025 2788 AMS Advanced Change Type Reference AMS Advanced Change Type Details }, "PrivateSubnet8AZ2CIDR": { "description": "The CIDR for the optional eighth private subnet in availability zone 2.", "type": "string", "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9] [0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$" }, "PrivateSubnet8AZ3CIDR": { "description": "The CIDR for the optional eighth private subnet in optional availability zone 3. Only required if three availability zones are chosen.", "type": "string", "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9] [0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$" }, "PrivateSubnet9AZ1CIDR": { "description": "The CIDR for the optional ninth private subnet in availability zone 1.", "type": "string", "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9] [0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$" }, "PrivateSubnet9AZ2CIDR": { "description": "The CIDR for the optional ninth private subnet in availability zone 2.", "type": "string", "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9] [0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$" }, "PrivateSubnet9AZ3CIDR": { "description": "The CIDR for the optional ninth private subnet in optional availability zone 3. Only required if three availability zones are chosen.", "type": "string", "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9] [0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$" }, "PrivateSubnet10AZ1CIDR": { "description": "The CIDR for the optional tenth private subnet in availability zone 1.", "type": "string", "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9] [0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$" }, "PrivateSubnet10AZ2CIDR": { ct-38xcr0q86k9lh Version April 22, 2025 2789 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "The CIDR for the optional tenth private subnet in availability zone 2.", "type": "string", "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9] [0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$" }, "PrivateSubnet10AZ3CIDR": { "description": "The CIDR for the optional tenth private subnet in optional availability zone 3. Only required if three availability zones are chosen.", "type": "string", "pattern": "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9]|[1-9] [0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$" }, "DirectAlertsEmail": { "description": "Email address to receive specifically tagged resource-based alerts, and the onboarding process will create your SNS subscription. If not specified, then you can subscribe later using the DirectCustomerAlerts change type (ct-t-3rcl9u1k017wu).", "type": "string", "pattern": "^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a- zA-Z0-9])?(?:\\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$" }, "SamlMetadataDocumentURL": { "description": "The URL that points to the Security Assertion Markup Language(SAML) metadata document that is used to enable federated access to the developer mode account. Typically, a pre-signed URL for an Amazon S3 object.", "type": "string", "pattern": "^https://.+$|^$|s3://.+$" }, "BackupPlanName": { "type": "string", "description": "A meaningful name for the AWS Backup plan, which is a policy expression that defines when and how you want to back up your AWS resources.", "default": "default-backup-plan" }, "ResourceTagKey": { "type": "string", "description": "The tag key (case sensitive) of the resources to be backed up. For example, if you want to use a tag key:value pair like 'Department:accounting', you need to provide 'Department' as the ResourceTagKey and 'accounting' as the ResourceTagValue.", "default": "Backup" }, "ResourceTagValue": { ct-38xcr0q86k9lh Version April 22, 2025 2790 AMS Advanced Change Type Reference AMS Advanced Change Type Details "type": "string", "description": "The tag value (case sensitive) of the resources to be backed up. For example, if you want to use a tag key:value pair like 'Department:accounting', you need to provide 'Department' as the ResourceTagKey and 'accounting' as the ResourceTagValue.", "default": "True" }, "BackupRule1ScheduleExpression": { "description": "A cron expression that specifies when the AWS Backup service initiates a backup job. For example, cron(0 2 ? * * *) will set a daily backup for 2am UTC time.", "type": "string", "pattern": "^(cron|rate)\\(.*\\)$", "default": "cron(0 2 ? * * )" }, "BackupRule1DeleteAfterDays": { "type": "integer", "description": "The number of days after creation that the daily backups are deleted. Valid values are between 1 and 35600. If a value is set to 0, the backup never expires.", "minimum": 0, "maximum": 35600, "default": 7 }, "BackupRule1MoveToColdStorageAfterDays": { "type": "integer", "description": "The number of days after creation that the daily backup is moved to cold storage. Valid values are between 1 and 35600. If the value is set to 0, the backup never moves to cold storage.", "minimum": 0, "maximum": 35600, "default": 0 }, "BackupRule2ScheduleExpression": { "description": "A cron expression that specifies when the AWS Backup service initiates a backup job. For example, cron(0 2 ? * * *) will set a daily backup for 2am UTC time.", "type": "string", "pattern": "^(cron|rate)\\(.*\\)$" }, "BackupRule2DeleteAfterDays": { "type": "integer", ct-38xcr0q86k9lh Version April 22, 2025 2791 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "The number of days after creation that weekly backups are deleted. Valid values are between 1 and 35600. If a value is set to 0, the backup never expires.", "minimum": 0, "maximum": 35600, "default": 0 }, "BackupRule2MoveToColdStorageAfterDays": { "type": "integer", "description": "The number of days after creation that weekly backups are moved to cold storage. Valid values are between 1 and 35600. If the value is set to 0, the backup never moves to cold storage.",
ams-ct-723
ams-ct.pdf
723
"pattern": "^(cron|rate)\\(.*\\)$" }, "BackupRule2DeleteAfterDays": { "type": "integer", ct-38xcr0q86k9lh Version April 22, 2025 2791 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "The number of days after creation that weekly backups are deleted. Valid values are between 1 and 35600. If a value is set to 0, the backup never expires.", "minimum": 0, "maximum": 35600, "default": 0 }, "BackupRule2MoveToColdStorageAfterDays": { "type": "integer", "description": "The number of days after creation that weekly backups are moved to cold storage. Valid values are between 1 and 35600. If the value is set to 0, the backup never moves to cold storage.", "minimum": 0, "maximum": 35600, "default": 0 }, "BackupRule3ScheduleExpression": { "description": "A cron expression that specifies when the AWS Backup service initiates a backup job. For example, cron(0 2 ? * * *) will set a daily backup for 2am UTC time.", "type": "string", "pattern": "^(cron|rate)\\(.*\\)$" }, "BackupRule3DeleteAfterDays": { "type": "integer", "description": "The number of days after creation that monthly backups are deleted. Valid values are between 1 and 35600. If a value is set to 0, the backup never expires.", "minimum": 0, "maximum": 35600, "default": 0 }, "BackupRule3MoveToColdStorageAfterDays": { "type": "integer", "description": "The number of days after creation that the monthly backups are moved to cold storage. Valid values are between 1 and 35600. If the value is set to 0, the backup never moves to cold storage.", "minimum": 0, "maximum": 35600, "default": 0 }, "BackupRule4ScheduleExpression": { ct-38xcr0q86k9lh Version April 22, 2025 2792 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "A cron expression that specifies when the AWS Backup service initiates a backup job. For example, cron(0 2 ? * * *) will set a daily backup for 2am UTC time.", "type": "string", "pattern": "^(cron|rate)\\(.*\\)$" }, "BackupRule4DeleteAfterDays": { "type": "integer", "description": "The number of days after creation that the yearly backups are deleted. Valid values are between 1 and 35600. If a value is set to 0, the backup never expires.", "minimum": 0, "maximum": 35600, "default": 0 }, "BackupRule4MoveToColdStorageAfterDays": { "type": "integer", "description": "The number of days after creation that the yearly backups are moved to cold storage. Valid values are between 1 and 35600. If the value is set to 0, the backup never moves to cold storage.", "minimum": 0, "maximum": 35600, "default": 0 }, "PatchOrchestratorFirstTagKey": { "description": "The first tag-key to use for creating your \"Patch Group\" tag values. For example, AppId. Specify null if you already have defined your own patch groups with a \"Patch Group\" tag.", "type": "string", "pattern": "^[a-zA-Z0-9+\\-=._:/@ ]{1,128}$" }, "PatchOrchestratorSecondTagKey": { "description": "The second tag-key to use for creating your \"Patch Group\" tag values. For example, Environment. Specify null if you already have defined your own patch groups with a \"Patch Group\" tag.", "type": "string", "pattern": "^[a-zA-Z0-9+\\-=._:/@ ]{1,128}$" }, "PatchOrchestratorThirdTagKey": { "description": "The third tag-key to use for creating your \"Patch Group\" tag values. For example, Group. Specify null if you already have defined your own patch groups with a \"Patch Group\" tag.", "type": "string", "pattern": "^[a-zA-Z0-9+\\-=._:/@ ]{1,128}$", ct-38xcr0q86k9lh Version April 22, 2025 2793 AMS Advanced Change Type Reference AMS Advanced Change Type Details "default": "null" }, "PatchOrchestratorDefaultMaintenanceWindowCutoff": { "description": "The number of hours before the end of the Default Maintenance Window in which no new patching commands are started. This interval exists to allow enough time for patching to complete before the window ends.", "default": 0, "minimum": 0, "maximum": 23, "type": "integer" }, "PatchOrchestratorDefaultMaintenanceWindowDuration": { "description": "The duration of the maintenance window in hours.", "default": 4, "minimum": 1, "maximum": 24, "type": "integer" }, "PatchOrchestratorDefaultMaintenanceWindowSchedule": { "description": "The schedule of the maintenance window in the form of a cron or rate expression. For example cron(0 18 * * ? *) would create a window at 18:00 every day, and rate(7 days) would create a window every seven days.", "default": "cron(0 18 * * ? *)", "minLength": 1, "maxLength": 256, "pattern": "^cron\\([0-9a-zA-Z\\ ?*#-,\\/]+\\)$|^rate\\([0-9a-zA-Z\\ ]+\\)$", "type": "string" }, "PatchOrchestratorDefaultMaintenanceWindowTimeZone": { "description": "The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers Authority (IANA) format.", "default": "UTC", "pattern": "^[a-zA-Z_]+(\\+|/)?[a-zA-Z0-9_-]*(\\+|/)?[a-zA-Z0-9_-]+$", "type": "string" }, "PatchOrchestratorDefaultPatchBackupRetentionInDays": { "description": "The number of days the backup taken before patching will remain available.", "default": 60, "minimum": 1, "maximum": 90, "type": "integer" }, "PatchOrchestratorNotificationEmails": { ct-38xcr0q86k9lh Version April 22, 2025 2794 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "One or more email addresses to receive notifications about default patching status. Use group distribution lists instead of individual emails.", "items": { "type": "string", "pattern": "^[a-zA-Z0-9-_+.]+@[a-zA-Z0-9-_+.]+$" }, "minItems": 1, "maxItems": 5, "type": "array", "uniqueItems": true } }, "metadata": { "ui:order": [ "AccountName", "AccountEmail", "DeveloperModeOUName", "SupportLevel", "DirectAlertsEmail", "SamlMetadataDocumentURL", "VpcName", "VpcCIDR", "NumberOfAZs", "RouteType", "TransitGatewayApplicationRouteTableName", "PublicSubnetAZ1CIDR", "PublicSubnetAZ2CIDR", "PublicSubnetAZ3CIDR", "PublicSubnet2AZ1CIDR", "PublicSubnet2AZ2CIDR", "PublicSubnet2AZ3CIDR", "PublicSubnet3AZ1CIDR", "PublicSubnet3AZ2CIDR", "PublicSubnet3AZ3CIDR", "PublicSubnet4AZ1CIDR", "PublicSubnet4AZ2CIDR", "PublicSubnet4AZ3CIDR", "PublicSubnet5AZ1CIDR", "PublicSubnet5AZ2CIDR", "PublicSubnet5AZ3CIDR", "PrivateSubnet1AZ1CIDR", "PrivateSubnet1AZ2CIDR", "PrivateSubnet1AZ3CIDR", "PrivateSubnet2AZ1CIDR", ct-38xcr0q86k9lh Version April 22, 2025 2795 AMS Advanced Change Type
ams-ct-724
ams-ct.pdf
724
"PatchOrchestratorNotificationEmails": { ct-38xcr0q86k9lh Version April 22, 2025 2794 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "One or more email addresses to receive notifications about default patching status. Use group distribution lists instead of individual emails.", "items": { "type": "string", "pattern": "^[a-zA-Z0-9-_+.]+@[a-zA-Z0-9-_+.]+$" }, "minItems": 1, "maxItems": 5, "type": "array", "uniqueItems": true } }, "metadata": { "ui:order": [ "AccountName", "AccountEmail", "DeveloperModeOUName", "SupportLevel", "DirectAlertsEmail", "SamlMetadataDocumentURL", "VpcName", "VpcCIDR", "NumberOfAZs", "RouteType", "TransitGatewayApplicationRouteTableName", "PublicSubnetAZ1CIDR", "PublicSubnetAZ2CIDR", "PublicSubnetAZ3CIDR", "PublicSubnet2AZ1CIDR", "PublicSubnet2AZ2CIDR", "PublicSubnet2AZ3CIDR", "PublicSubnet3AZ1CIDR", "PublicSubnet3AZ2CIDR", "PublicSubnet3AZ3CIDR", "PublicSubnet4AZ1CIDR", "PublicSubnet4AZ2CIDR", "PublicSubnet4AZ3CIDR", "PublicSubnet5AZ1CIDR", "PublicSubnet5AZ2CIDR", "PublicSubnet5AZ3CIDR", "PrivateSubnet1AZ1CIDR", "PrivateSubnet1AZ2CIDR", "PrivateSubnet1AZ3CIDR", "PrivateSubnet2AZ1CIDR", ct-38xcr0q86k9lh Version April 22, 2025 2795 AMS Advanced Change Type Reference AMS Advanced Change Type Details "PrivateSubnet2AZ2CIDR", "PrivateSubnet2AZ3CIDR", "PrivateSubnet3AZ1CIDR", "PrivateSubnet3AZ2CIDR", "PrivateSubnet3AZ3CIDR", "PrivateSubnet4AZ1CIDR", "PrivateSubnet4AZ2CIDR", "PrivateSubnet4AZ3CIDR", "PrivateSubnet5AZ1CIDR", "PrivateSubnet5AZ2CIDR", "PrivateSubnet5AZ3CIDR", "PrivateSubnet6AZ1CIDR", "PrivateSubnet6AZ2CIDR", "PrivateSubnet6AZ3CIDR", "PrivateSubnet7AZ1CIDR", "PrivateSubnet7AZ2CIDR", "PrivateSubnet7AZ3CIDR", "PrivateSubnet8AZ1CIDR", "PrivateSubnet8AZ2CIDR", "PrivateSubnet8AZ3CIDR", "PrivateSubnet9AZ1CIDR", "PrivateSubnet9AZ2CIDR", "PrivateSubnet9AZ3CIDR", "PrivateSubnet10AZ1CIDR", "PrivateSubnet10AZ2CIDR", "PrivateSubnet10AZ3CIDR", "BackupPlanName", "ResourceTagKey", "ResourceTagValue", "BackupRule1ScheduleExpression", "BackupRule1DeleteAfterDays", "BackupRule1MoveToColdStorageAfterDays", "BackupRule2ScheduleExpression", "BackupRule2DeleteAfterDays", "BackupRule2MoveToColdStorageAfterDays", "BackupRule3ScheduleExpression", "BackupRule3DeleteAfterDays", "BackupRule3MoveToColdStorageAfterDays", "BackupRule4ScheduleExpression", "BackupRule4DeleteAfterDays", "BackupRule4MoveToColdStorageAfterDays", "PatchOrchestratorFirstTagKey", "PatchOrchestratorSecondTagKey", "PatchOrchestratorThirdTagKey", ct-38xcr0q86k9lh Version April 22, 2025 2796 AMS Advanced Change Type Reference AMS Advanced Change Type Details "PatchOrchestratorDefaultMaintenanceWindowCutoff", "PatchOrchestratorDefaultMaintenanceWindowDuration", "PatchOrchestratorDefaultMaintenanceWindowSchedule", "PatchOrchestratorDefaultMaintenanceWindowTimeZone", "PatchOrchestratorDefaultPatchBackupRetentionInDays", "PatchOrchestratorNotificationEmails" ] }, "additionalProperties": false, "required": [ "AccountName", "AccountEmail", "SupportLevel", "VpcName", "VpcCIDR", "NumberOfAZs", "PrivateSubnet1AZ1CIDR", "PrivateSubnet1AZ2CIDR", "BackupPlanName", "ResourceTagKey", "ResourceTagValue", "BackupRule1ScheduleExpression" ] } Schema for Change Type ct-3929xwf222jri Classifications: • Management | Advanced stack components | Network Load Balancer | Remove listener certificate { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Remove NLB Listener Certificate", "description": "Remove a certificate from the specified Network Load Balancer (NLB) listener. Use the RemediateStackDrift parameter for the automation to try to remediate drift, if it is introduced.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-RemoveCertificateFromElbv2Listener.", "type": "string", ct-3929xwf222jri Version April 22, 2025 2797 AMS Advanced Change Type Reference AMS Advanced Change Type Details "enum": [ "AWSManagedServices-RemoveCertificateFromElbv2Listener" ], "default": "AWSManagedServices-RemoveCertificateFromElbv2Listener" }, "Region": { "description": "The AWS Region where the network load balancer listener is located, in the form us-east-1.", "type": "string", "pattern": "^([a-z]{2}((-gov))?-[a-z]+-\\d{1})$" }, "Parameters": { "type": "object", "properties": { "ListenerArn": { "description": "The Amazon Resource Name (ARN) of the listener in the form arn:aws:elasticloadbalancing:us-east-1:123456789012:listener/net/ sample/1234567890abcdfe/1234567890abcdfe.", "type": "array", "items": { "type": "string", "pattern": "^arn:(aws|aws-cn|aws-us-gov):elasticloadbalancing:[a-z]{2}-[a- z]+-[0-9]{1}:[0-9]{12}:listener/net/[A-Za-z0-9-]+/[a-z0-9-]+/[a-z0-9-]+$" }, "minItems": 1, "maxItems": 1 }, "CertificateArn": { "description": "The Amazon Resource Name (ARN) of the certificate in the form arn:aws:acm:us- east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012.", "type": "array", "items": { "type": "string", "pattern": "^arn:(aws|aws-cn|aws-us-gov):acm:[a-z]{2}-[a-z]+-[0-9]{1}:[0-9] {12}:certificate/[a-z0-9-]+$" }, "minItems": 1, "maxItems": 1 }, "RemediateStackDrift": { "description": "True to initiate drift remediation, if any drift is caused by removing the certificate from the Loadbalancer Listener. False to not attempt drift remediation. Drift remediation can be performed only on CloudFormation stacks that ct-3929xwf222jri Version April 22, 2025 2798 AMS Advanced Change Type Reference AMS Advanced Change Type Details were created using a CT other than the Ingestion CT ct-36cn2avfrrj9v and that are in sync with the definitions in the stack template prior to removing the certificate from the Loadbalancer Listener. Set to False to remove the certificate from the Loadbalancer Listener in an ingested stack if any drift introduced by the change is acceptable.", "type": "array", "items": { "type": "string", "default": "True", "enum": [ "True", "False" ] }, "minItems": 1, "maxItems": 1 } }, "metadata": { "ui:order": [ "ListenerArn", "CertificateArn", "RemediateStackDrift" ] }, "additionalProperties": false, "required": [ "CertificateArn", "ListenerArn" ] } }, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, "additionalProperties": false, "required": [ "DocumentName", "Region", "Parameters" ct-3929xwf222jri Version April 22, 2025 2799 AMS Advanced Change Type Reference AMS Advanced Change Type Details ] } Schema for Change Type ct-393q3yaq9ewlm Classifications: • Deployment | Advanced stack components | RDS snapshot | Create { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Create RDS DB Snapshot", "description": "Create a snapshot of an Amazon Relational Database Service (RDS) database (DB) instance. The snapshot will be encrypted with the same KMS key as the DB instance, or unencrypted if DB instance is unencrypted.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-CreateDBSnapshot.", "type": "string", "enum": [ "AWSManagedServices-CreateDBSnapshot" ], "default": "AWSManagedServices-CreateDBSnapshot" }, "Region": { "description": "The AWS Region in which the RDS DB is located, in the form us- east-1.", "type": "string", "pattern": "[a-z]{2}-[a-z]+-\\d{1}" }, "Parameters": { "type": "object", "properties": { "DBInstanceIdentifier": { "description": "The identifier for the RDS DB that you are creating a snapshot of.", "type": "array", "items": { "type": "string", "pattern": "^[a-zA-Z][a-zA-Z0-9-]{1,62}$" }, ct-393q3yaq9ewlm Version April 22, 2025 2800 AMS Advanced Change Type Reference AMS Advanced Change Type Details "minItems": 1, "maxItems": 1 }, "DBSnapshotName": { "description": "A name for the DB snapshot.", "type": "array", "items": { "type": "string", "pattern": "^[a-zA-Z][a-zA-Z0-9-]{1,255}$" }, "minItems": 1, "maxItems": 1 } }, "metadata": { "ui:order": [ "DBInstanceIdentifier", "DBSnapshotName" ] }, "additionalProperties": false, "required": [ "DBInstanceIdentifier", "DBSnapshotName" ] } }, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, "additionalProperties": false, "required": [ "DocumentName", "Region", "Parameters" ] } ct-393q3yaq9ewlm Version April 22, 2025 2801 AMS Advanced Change Type Reference AMS Advanced Change Type Details Schema for Change Type ct-39c5qiasbe4he Classifications: • Management | Advanced stack components | Redshift | Resume
ams-ct-725
ams-ct.pdf
725
Advanced Change Type Details "minItems": 1, "maxItems": 1 }, "DBSnapshotName": { "description": "A name for the DB snapshot.", "type": "array", "items": { "type": "string", "pattern": "^[a-zA-Z][a-zA-Z0-9-]{1,255}$" }, "minItems": 1, "maxItems": 1 } }, "metadata": { "ui:order": [ "DBInstanceIdentifier", "DBSnapshotName" ] }, "additionalProperties": false, "required": [ "DBInstanceIdentifier", "DBSnapshotName" ] } }, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, "additionalProperties": false, "required": [ "DocumentName", "Region", "Parameters" ] } ct-393q3yaq9ewlm Version April 22, 2025 2801 AMS Advanced Change Type Reference AMS Advanced Change Type Details Schema for Change Type ct-39c5qiasbe4he Classifications: • Management | Advanced stack components | Redshift | Resume cluster { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Resume Redshift Cluster", "description": "Resume a paused Amazon Redshift cluster.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-ResumeRedshiftCluster.", "type": "string", "enum": [ "AWSManagedServices-ResumeRedshiftCluster" ], "default": "AWSManagedServices-ResumeRedshiftCluster" }, "Region": { "description": "The AWS Region in which the Amazon Redshift cluster is located, in the form us-east-1.", "type": "string", "pattern": "[a-z]{2}-[a-z]+-\\d{1}" }, "Parameters": { "type": "object", "properties": { "ClusterIdentifier": { "description": "The Amazon Redshift cluster identifier. For example, myred- cluster-1.", "type": "array", "items": { "type": "string", "pattern": "^(?!(ams-|mc-))[a-z]+(-?[a-z0-9]+)+$", "minLength": 1, "maxLength": 63 }, "minItems": 1, "maxItems": 1 } ct-39c5qiasbe4he Version April 22, 2025 2802 AMS Advanced Change Type Reference AMS Advanced Change Type Details }, "metadata": { "ui:order": [ "ClusterIdentifier" ] }, "additionalProperties": false, "required": [ "ClusterIdentifier" ] } }, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, "additionalProperties": false, "required": [ "DocumentName", "Region", "Parameters" ] } Schema for Change Type ct-3cp96z7r065e4 Classifications: • Management | Advanced stack components | Security group | Delete (review required) { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Delete or disassociate a security group", "description": "Disassociate a security group from the specified AWS resources and optionally delete the security group.", "type": "object", "properties": { "SecurityGroupId": { ct-3cp96z7r065e4 Version April 22, 2025 2803 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "ID of the security group to be deleted or disassociated from AWS resources. You cannot delete a security group that is still associated with any AWS resources.", "type": "string", "pattern": "^sg-[0-9a-zA-Z]{8}$|^sg-[0-9a-zA-Z]{17}$" }, "DisassociatedResources": { "description": "AWS resources to disassociate the security group from. For example, EC2 instance IDs, RDS DB instance IDs, Load Balancer names, DSM replication instance names, EFS mount target IDs, ElastiCache cluster IDs.", "type": "array", "items": { "type": "string", "minLength": 1, "maxLength": 64 }, "minItems": 0, "maxItems": 10, "uniqueItems": true }, "DeleteSecurityGroup": { "description": "True if the security should be deleted in addition to disassociating it from the AWS resources, or false if not. Default is false.", "type": "boolean", "default": false }, "Priority": { "description": "The priority of the request. See AMS \"RFC scheduling\" documentation for a definition of the priorities.", "type": "string", "enum": [ "Low", "Medium", "High" ] } }, "additionalProperties": false, "metadata": { "ui:order": [ "SecurityGroupId", "DisassociatedResources", "DeleteSecurityGroup", "Priority" ct-3cp96z7r065e4 Version April 22, 2025 2804 AMS Advanced Change Type Reference AMS Advanced Change Type Details ] }, "required": [ "SecurityGroupId", "DisassociatedResources", "DeleteSecurityGroup" ] } Schema for Change Type ct-3cx7we852p3af Classifications: • Deployment | Advanced stack components | Tag | Create { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Create Resource Tags", "description": "Add tags to existing, supported resources: Autoscaling, EC2, Elastic Load Balancing, RDS, S3 buckets and Redshift clusters. Additionally, CloudWatch LogGroups that do not belong to a CloudFormation stack are supported. AMS infrastructure stacks (stacks named mc-*) cannot have tags added with this change type.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-UpdateTags.", "type": "string", "enum": [ "AWSManagedServices-UpdateTags" ], "default": "AWSManagedServices-UpdateTags" }, "Region": { "description": "The AWS Region where the resources to be tagged are, in the form us-east-1.", "type": "string", "pattern": "^[a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\\d{1}$" }, "Parameters": { "type": "object", "properties": { ct-3cx7we852p3af Version April 22, 2025 2805 AMS Advanced Change Type Reference AMS Advanced Change Type Details "ResourceArns": { "description": "A list of up to 50 Amazon resource names (ARNs), or the resource IDs, of the resources to be tagged. Use resource ID only for these resource types: EC2 instance, EBS volume, EBS snapshot, AMI, and security group. Use the full ARN for all other supported resource types.", "type": "array", "items": { "type": "string", "pattern": "^(arn:aws:(autoscaling|ec2|elasticloadbalancing|logs|rds|s3| redshift):(|[a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\\d{1}):(|[0-9]{12}):.*)$|^(ami|i|vol| sg|snap)-([a-f0-9]{8}|[a-f0-9]{17})$" }, "minItems": 1, "maxItems": 50, "uniqueItems": true }, "AddOrUpdateTags": { "description": "Up to fifty tags (key/value pairs) to categorize the resource, in the form {\"Key\":\"TagKey1\",\"Value\":\"TagValue1\"}. If the tag exists, the value for it is overwritten. If the tag does not exist, it is added to the resource. Characters allowed in tags can vary by AWS service. For information about what characters can be used to tag resources in a particular AWS service, please refer to its documentation. In general, allowed characters in tags are letters, numbers, spaces and the following characters: _ . : / = + - @.", "type": "array", "items": { "type": "string", "pattern": "^\\{\\}$|^\\{\"Key\":\"((aws-migration-project-id)|(?![aA] [mMwW][sS])[\\x00-\\x7F+]{1,128})\",\"Value\":\"[\\x00-\\x7F+]{0,255}\"\\}" }, "minItems": 1, "maxItems": 50, "uniqueItems": true } }, "metadata":
ams-ct-726
ams-ct.pdf
726
categorize the resource, in the form {\"Key\":\"TagKey1\",\"Value\":\"TagValue1\"}. If the tag exists, the value for it is overwritten. If the tag does not exist, it is added to the resource. Characters allowed in tags can vary by AWS service. For information about what characters can be used to tag resources in a particular AWS service, please refer to its documentation. In general, allowed characters in tags are letters, numbers, spaces and the following characters: _ . : / = + - @.", "type": "array", "items": { "type": "string", "pattern": "^\\{\\}$|^\\{\"Key\":\"((aws-migration-project-id)|(?![aA] [mMwW][sS])[\\x00-\\x7F+]{1,128})\",\"Value\":\"[\\x00-\\x7F+]{0,255}\"\\}" }, "minItems": 1, "maxItems": 50, "uniqueItems": true } }, "metadata": { "ui:order": [ "ResourceArns", "AddOrUpdateTags" ] }, "required": [ "ResourceArns", "AddOrUpdateTags" ct-3cx7we852p3af Version April 22, 2025 2806 AMS Advanced Change Type Reference AMS Advanced Change Type Details ], "additionalProperties": false } }, "metadata": { "ui:order": [ "Region", "Parameters", "DocumentName" ] }, "additionalProperties": false, "required": [ "Region", "DocumentName", "Parameters" ] } Schema for Change Type ct-3d0lrfb8eckuu Classifications: • Management | Directory Service | Computer object | Remove { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Remove Computer Object", "description": "Remove a stale computer object from Microsoft Active Directory (AD) and the corresponding DNS A and PTR records from DNS. Removing the computer object will prevent anyone from raising access against this host using the AMS access control. For multi-account landing zone (MALZ), use this change type in the shared services account.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-RemoveADComputerObject-Admin.", "type": "string", "enum": [ "AWSManagedServices-RemoveADComputerObject-Admin" ], "default": "AWSManagedServices-RemoveADComputerObject-Admin" ct-3d0lrfb8eckuu Version April 22, 2025 2807 AMS Advanced Change Type Reference AMS Advanced Change Type Details }, "Region": { "description": "The AWS Region where the Microsoft AD in Directory Service is located, in the form us-east-1.", "type": "string", "pattern": "^([a-z]{2}((-gov))?-[a-z]+-\\d{1})$" }, "Parameters": { "type": "object", "properties": { "Hostname": { "description": "The hostname of the computer object in Active Directory.", "type": "array", "items": { "type": "string", "pattern": "^[a-zA-Z0-9\\-]{1,15}$" }, "minItems": 1, "maxItems": 1 } }, "metadata": { "ui:order": [ "Hostname" ] }, "required": [ "Hostname" ], "additionalProperties": false } }, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, "required": [ "DocumentName", "Region", "Parameters" ], ct-3d0lrfb8eckuu Version April 22, 2025 2808 AMS Advanced Change Type Reference AMS Advanced Change Type Details "additionalProperties": false } Schema for Change Type ct-3da2lxapopb86 Classifications: • Deployment | Advanced stack components | RDS database stack | Create parameter group (review required) { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Create Custom RDS Parameter Group", "description": "Create a custom RDS parameter group and optionally attach it to an existing RDS instance.", "type": "object", "properties": { "ParameterGroupName": { "description": "The name of the parameter group.", "type": "string", "pattern": "^[a-zA-Z]{1}(?:-?[a-zA-Z0-9]){0,254}$" }, "ParameterGroupFamily": { "description": "The parameter group family name. Example: 'mysql5.6'.", "type": "string", "pattern": "^[a-zA-Z0-9.-]+$" }, "Description": { "description": "A meaningful description for the parameter group.", "type": "string", "default": "RDS parameter group" }, "Parameters": { "description": "An array of parameter names and values. This is optional, and if not specified, the parameter group is created with the default parameters for the database engine.", "type": "array", "items": { "type": "object", "properties": { "ParameterName": { ct-3da2lxapopb86 Version April 22, 2025 2809 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "The name of the parameter.", "type": "string", "pattern": "^[a-zA-Z0-9_.-]+$" }, "ParameterValue": { "description": "The value of the parameter.", "type": "string" } }, "additionalProperties": false, "metadata": { "ui:order": [ "ParameterName", "ParameterValue" ] }, "required": [ "ParameterName", "ParameterValue" ] }, "minItems": 0, "maxItems": 50, "uniqueItems": true }, "RDSInstanceName": { "description": "The name of the RDS instance to which this parameter group will be attached.", "type": "string", "pattern": "^$|^[a-zA-Z]{1}(?:-?[a-zA-Z0-9]){0,62}$" }, "Priority": { "description": "The priority of the request. See AMS \"RFC scheduling\" documentation for a definition of the priorities.", "type": "string", "enum": [ "Low", "Medium", "High" ] } }, "required": [ "ParameterGroupName", ct-3da2lxapopb86 Version April 22, 2025 2810 AMS Advanced Change Type Reference AMS Advanced Change Type Details "ParameterGroupFamily" ], "additionalProperties": false, "metadata": { "ui:order": [ "ParameterGroupName", "ParameterGroupFamily", "Description", "Parameters", "RDSInstanceName", "Priority" ] } } Schema for Change Type ct-3dfnglm4ombbs Classifications: • Deployment | Monitoring and notification | SNS | Create (topic and subscription) { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Create SNS topic", "description": "Create an SNS topic and up to five subscriptions.", "type": "object", "properties": { "Description": { "description": "Meaningful information about the resource to be created.", "type": "string", "minLength": 1, "maxLength": 500 }, "VpcId": { "description": "ID of the VPC to use, in the form vpc-0123abcd or vpc-01234567890abcdef.", "type": "string", "pattern": "^vpc-[a-z0-9]{8}$|^vpc-[a-z0-9]{17}$" }, "Name": { "description": "A name for the stack or stack component; this becomes the Stack Name.", ct-3dfnglm4ombbs Version April 22, 2025 2811 AMS Advanced Change Type Reference AMS Advanced Change Type Details "type": "string", "minLength": 1, "maxLength": 255 }, "Tags": { "description": "Up to fifty tags (key/value pairs) to categorize the resource.", "type": "array", "items": { "type": "object", "properties": { "Key": { "type": "string", "minLength": 1, "maxLength": 127 },
ams-ct-727
ams-ct.pdf
727
resource to be created.", "type": "string", "minLength": 1, "maxLength": 500 }, "VpcId": { "description": "ID of the VPC to use, in the form vpc-0123abcd or vpc-01234567890abcdef.", "type": "string", "pattern": "^vpc-[a-z0-9]{8}$|^vpc-[a-z0-9]{17}$" }, "Name": { "description": "A name for the stack or stack component; this becomes the Stack Name.", ct-3dfnglm4ombbs Version April 22, 2025 2811 AMS Advanced Change Type Reference AMS Advanced Change Type Details "type": "string", "minLength": 1, "maxLength": 255 }, "Tags": { "description": "Up to fifty tags (key/value pairs) to categorize the resource.", "type": "array", "items": { "type": "object", "properties": { "Key": { "type": "string", "minLength": 1, "maxLength": 127 }, "Value": { "type": "string", "minLength": 1, "maxLength": 255 } }, "additionalProperties": false, "metadata": { "ui:order": [ "Key", "Value" ] }, "required": [ "Key", "Value" ] }, "minItems": 0, "maxItems": 50, "uniqueItems": true }, "StackTemplateId": { "description": "Must be stm-eakrsalqo9m62tpun", "type": "string", "enum": [ "stm-eakrsalqo9m62tpun" ], "default": "stm-eakrsalqo9m62tpun" ct-3dfnglm4ombbs Version April 22, 2025 2812 AMS Advanced Change Type Reference AMS Advanced Change Type Details }, "TimeoutInMinutes": { "description": "The maximum amount of time, in minutes, to allow for execution of the change. This will not prolong execution, but the RFC fails if the change is not completed in the specified time.", "type": "number", "minimum": 0, "maximum": 60, "default": 60 }, "Parameters": { "type": "object", "properties": { "TopicName": { "type": "string", "description": "A name for the SNS topic. If not specified, a unique topic name is generated. Name can contain up to 256 alphanumeric, - and _ characters.", "pattern": "^[a-zA-Z0-9-_]{0,256}|^$", "default": "" }, "DisplayName": { "type": "string", "description": "A display name for the SNS topic for use with short message service (SMS) messages. Must contain up to 10 alphanumeric, - and _ characters.", "pattern": "^[a-zA-Z0-9-_]{0,10}|^$", "default": "" }, "Subscription1Protocol": { "type": "string", "description": "The Endpoint Protocol for the Subscription1Endpoint parameter.", "enum": [ "http", "https", "email", "sqs", "sms", "lambda" ] }, "Subscription1Endpoint": { "type": "string", ct-3dfnglm4ombbs Version April 22, 2025 2813 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "One of the AMS supported valid endpoints: SQS, SMS, Email, HTTP, HTTPS and Lambda to subscribe to this topic. For details, refer to AWS documentation for valid SNS topic subscription endpoints.", "pattern": "^http://.*$|^https://.*$|^(arn:(aws|aws-us-gov):(sqs|lambda):[a- z0-9-]+:[0-9]{12}:.+)$|^\\+[0-9]*$|^[a-zA-Z0-9-_+.]+@[a-zA-Z0-9-_+.]+$|^$", "default": "" }, "Subscription1RawMessageDelivery": { "type": "string", "description": "True to enable raw message delivery (messages are not encoded in JSON that provides metadata), false to not. Use only for SQS, HTTP or HTTPS endpoint.", "enum": [ "true", "false" ], "default": "false" }, "Subscription2Protocol": { "type": "string", "description": "The Endpoint Protocol for the Subscription2Endpoint parameter.", "enum": [ "http", "https", "email", "sqs", "sms", "lambda" ] }, "Subscription2Endpoint": { "type": "string", "description": "One of the AMS supported valid endpoints: SQS, SMS, Email, HTTP, HTTPS and Lambda to subscribe to this topic. For details, refer to AWS documentation for valid SNS topic subscription endpoints.", "pattern": "^http://.*$|^https://.*$|^(arn:(aws|aws-us-gov):(sqs|lambda):[a- z0-9-]+:[0-9]{12}:.+)$|^\\+[0-9]*$|^[a-zA-Z0-9-_+.]+@[a-zA-Z0-9-_+.]+$|^$", "default": "" }, "Subscription2RawMessageDelivery": { "type": "string", ct-3dfnglm4ombbs Version April 22, 2025 2814 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "True to enable raw message delivery (messages are not encoded in JSON that provides metadata), false to not. Use only for SQS, HTTP or HTTPS endpoint.", "enum": [ "true", "false" ], "default": "false" }, "Subscription3Protocol": { "type": "string", "description": "The Endpoint Protocol for the Subscription3Endpoint parameter.", "enum": [ "http", "https", "email", "sqs", "sms", "lambda" ] }, "Subscription3Endpoint": { "type": "string", "description": "One of the AMS supported valid endpoints: SQS, SMS, Email, HTTP, HTTPS and Lambda to subscribe to this topic. For details, refer to AWS documentation for valid SNS topic subscription endpoints.", "pattern": "^http://.*$|^https://.*$|^(arn:(aws|aws-us-gov):(sqs|lambda):[a- z0-9-]+:[0-9]{12}:.+)$|^\\+[0-9]*$|^[a-zA-Z0-9-_+.]+@[a-zA-Z0-9-_+.]+$|^$", "default": "" }, "Subscription3RawMessageDelivery": { "type": "string", "description": "True to enable raw message delivery (messages are not encoded in JSON that provides metadata), false to not. Use only for SQS, HTTP or HTTPS endpoint.", "enum": [ "true", "false" ], "default": "false" }, "Subscription4Protocol": { "type": "string", ct-3dfnglm4ombbs Version April 22, 2025 2815 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "The Endpoint Protocol for the Subscription4Endpoint parameter.", "enum": [ "http", "https", "email", "sqs", "sms", "lambda" ] }, "Subscription4Endpoint": { "type": "string", "description": "One of the AMS supported valid endpoints: SQS, SMS, Email, HTTP, HTTPS and Lambda to subscribe to this topic. For details, refer to AWS documentation for valid SNS topic subscription endpoints.", "pattern": "^http://.*$|^https://.*$|^(arn:(aws|aws-us-gov):(sqs|lambda):[a- z0-9-]+:[0-9]{12}:.+)$|^\\+[0-9]*$|^[a-zA-Z0-9-_+.]+@[a-zA-Z0-9-_+.]+$|^$", "default": "" }, "Subscription4RawMessageDelivery": { "type": "string", "description": "True to enable raw message delivery (messages are not encoded in JSON that provides metadata), false to not. Use only for SQS, HTTP or HTTPS endpoint.", "enum": [ "true", "false" ], "default": "false" }, "Subscription5Protocol": { "type": "string", "description": "The Endpoint Protocol for the Subscription5Endpoint parameter.", "enum": [ "http", "https", "email", "sqs", "sms", "lambda" ] }, ct-3dfnglm4ombbs Version April 22, 2025 2816 AMS Advanced Change Type Reference AMS Advanced Change Type Details "Subscription5Endpoint": { "type": "string", "description": "One of the AMS supported valid endpoints: SQS, SMS, Email, HTTP,
ams-ct-728
ams-ct.pdf
728
endpoints.", "pattern": "^http://.*$|^https://.*$|^(arn:(aws|aws-us-gov):(sqs|lambda):[a- z0-9-]+:[0-9]{12}:.+)$|^\\+[0-9]*$|^[a-zA-Z0-9-_+.]+@[a-zA-Z0-9-_+.]+$|^$", "default": "" }, "Subscription4RawMessageDelivery": { "type": "string", "description": "True to enable raw message delivery (messages are not encoded in JSON that provides metadata), false to not. Use only for SQS, HTTP or HTTPS endpoint.", "enum": [ "true", "false" ], "default": "false" }, "Subscription5Protocol": { "type": "string", "description": "The Endpoint Protocol for the Subscription5Endpoint parameter.", "enum": [ "http", "https", "email", "sqs", "sms", "lambda" ] }, ct-3dfnglm4ombbs Version April 22, 2025 2816 AMS Advanced Change Type Reference AMS Advanced Change Type Details "Subscription5Endpoint": { "type": "string", "description": "One of the AMS supported valid endpoints: SQS, SMS, Email, HTTP, HTTPS and Lambda to subscribe to this topic. For details, refer to AWS documentation for valid SNS topic subscription endpoints.", "pattern": "^http://.*$|^https://.*$|^(arn:(aws|aws-us-gov):(sqs|lambda):[a- z0-9-]+:[0-9]{12}:.+)$|^\\+[0-9]*$|^[a-zA-Z0-9-_+.]+@[a-zA-Z0-9-_+.]+$|^$", "default": "" }, "Subscription5RawMessageDelivery": { "type": "string", "description": "True to enable raw message delivery (messages are not encoded in JSON that provides metadata), false to not. Use only for SQS, HTTP or HTTPS endpoint.", "enum": [ "true", "false" ], "default": "false" }, "KmsMasterKeyId": { "type": "string", "description": "A valid AWS KMS key ARN to enable server-side encryption at rest, in the form of 'arn:aws:kms:ap-southeast-2:123456789023:key/ bb43bd18-3a75-482e-822d-d0d3a5544dc8'", "default": "" } }, "metadata": { "ui:order": [ "TopicName", "DisplayName", "KmsMasterKeyId", "Subscription1Protocol", "Subscription1Endpoint", "Subscription1RawMessageDelivery", "Subscription2Protocol", "Subscription2Endpoint", "Subscription2RawMessageDelivery", "Subscription3Protocol", "Subscription3Endpoint", "Subscription3RawMessageDelivery", "Subscription4Protocol", "Subscription4Endpoint", ct-3dfnglm4ombbs Version April 22, 2025 2817 AMS Advanced Change Type Reference AMS Advanced Change Type Details "Subscription4RawMessageDelivery", "Subscription5Protocol", "Subscription5Endpoint", "Subscription5RawMessageDelivery" ] }, "additionalProperties": false } }, "metadata": { "ui:order": [ "Name", "Description", "VpcId", "Parameters", "TimeoutInMinutes", "StackTemplateId", "Tags" ] }, "required": [ "Name", "Description", "VpcId", "Parameters", "TimeoutInMinutes", "StackTemplateId" ], "additionalProperties": false } Schema for Change Type ct-3dfubbpesm2v9 Classifications: • Management | Standalone resources | EC2 instance | Terminate { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Terminate EC2 Instances", "description": "Terminate up to fifty EC2 instances. The automation checks that none of the instances are part of an Auto Scaling group and none have termination ct-3dfubbpesm2v9 Version April 22, 2025 2818 AMS Advanced Change Type Reference AMS Advanced Change Type Details protection enabled. Instances meeting either of those criteria are not terminated. Standalone resources for testing purposes are created by AMS upon your request, they are not part of a stack and can't be deleted with ct-0q0bic0ywqk6c.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-TerminateStandaloneInstances.", "type": "string", "enum": [ "AWSManagedServices-TerminateStandaloneInstances" ], "default": "AWSManagedServices-TerminateStandaloneInstances" }, "Region": { "description": "The AWS Region where the instances are located, in the form us- east-1.", "type": "string", "pattern": "^([a-z]{2}((-gov))?-[a-z]+-\\d{1})$" }, "Confirmation": { "description": "Explicitly confirm the termination of the specified EC2 instances with 'terminate instances', note that the RFC is not created if this parameter is null. Additionally, note that Amazon EBS volumes with DeleteOnTermination=true are automatically deleted when the instance terminates; for the root volume of an instance, DeleteOnTermination=true by default.", "type": "string", "pattern": "^terminate instances$" }, "Parameters": { "type": "object", "properties": { "InstanceIds": { "description": "A list of up to fifty EC2 instance IDs, in the form i-1234567890abcdef0 or i-a123456b.", "type": "array", "items": { "type": "string", "pattern": "^i-[a-f0-9]{8}$|^i-[a-f0-9]{17}$" }, "minItems": 1, "maxItems": 50, "uniqueItems": true } }, ct-3dfubbpesm2v9 Version April 22, 2025 2819 AMS Advanced Change Type Reference AMS Advanced Change Type Details "metadata": { "ui:order": [ "*" ] }, "additionalProperties": false, "required": [ "InstanceIds" ] } }, "metadata": { "ui:order": [ "DocumentName", "Region", "Confirmation", "Parameters" ] }, "required": [ "DocumentName", "Region", "Confirmation", "Parameters" ], "additionalProperties": false } Schema for Change Type ct-3dgbnh6gpst4d Classifications: • Management | Standard stacks | Stack | Stop { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Stop stack", "description": "Use to stop all running EC2 instances in the specified stack.", "additionalProperties": false, "type": "object", "properties": { "StackId": { ct-3dgbnh6gpst4d Version April 22, 2025 2820 AMS Advanced Change Type Reference AMS Advanced Change Type Details "pattern": "^stack-[a-z0-9]{17}$", "description": "ID of the stack to stop, in the form stack-a1b2c3d4e5f67890e. All running EC2 instances in the stack will be stopped.", "type": "string" } }, "required": [ "StackId" ] } Schema for Change Type ct-3dpd8mdd9jn1r Classifications: • Deployment | Advanced stack components | Identity and Access Management (IAM) | Create entity or policy (review required) { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Create IAM Resource", "description": "Create Identity and Access Management (IAM) user, role, or policy.", "type": "object", "properties": { "UseCase": { "description": "Provide a detailed use case for the IAM user, role, or policy. Note that IAM users are recommended when long-term credentials are required, otherwise IAM roles are recommended.", "type": "string", "minLength": 1, "maxLength": 1000 }, "IAM User": { "description": "Create IAM User.", "type": "array", "items": { "type": "object", "properties": { "UserName": { "description": "A name for the IAM user. The name can be up to 64 characters in length, and is limited to use characters a-z, A-Z, 0-9, and _+=,.@-.", ct-3dpd8mdd9jn1r Version April 22, 2025 2821 AMS Advanced Change Type Reference AMS Advanced Change Type Details "type": "string", "pattern": "^[a-zA-Z0-9_+=,.@-]{1,64}$", "minLength": 1, "maxLength": 64 }, "AccessType": { "description": "How
ams-ct-729
ams-ct.pdf
729
role, or policy. Note that IAM users are recommended when long-term credentials are required, otherwise IAM roles are recommended.", "type": "string", "minLength": 1, "maxLength": 1000 }, "IAM User": { "description": "Create IAM User.", "type": "array", "items": { "type": "object", "properties": { "UserName": { "description": "A name for the IAM user. The name can be up to 64 characters in length, and is limited to use characters a-z, A-Z, 0-9, and _+=,.@-.", ct-3dpd8mdd9jn1r Version April 22, 2025 2821 AMS Advanced Change Type Reference AMS Advanced Change Type Details "type": "string", "pattern": "^[a-zA-Z0-9_+=,.@-]{1,64}$", "minLength": 1, "maxLength": 64 }, "AccessType": { "description": "How the user will access AWS.", "type": "string", "enum": [ "Programmatic access", "Console access" ] }, "UserPermissions": { "description": "Detailed information about the user permissions, or a policy document to be attached to the user (paste the policy document into the value field). Details should include the type of access (for example Read, Write or Delete).", "type": "string", "minLength": 1, "maxLength": 5000 }, "Tags": { "description": "Up to 50 tags (key/value pairs) to categorize the IAM User.", "type": "array", "items": { "type": "object", "properties": { "Key": { "type": "string", "pattern": "^[a-zA-Z0-9\\s_.:/=+@-]+$", "minLength": 1, "maxLength": 127 }, "Value": { "type": "string", "pattern": "^[a-zA-Z0-9\\s_.:/=+@-]+$", "minLength": 1, "maxLength": 255 } }, "additionalProperties": false, "metadata": { ct-3dpd8mdd9jn1r Version April 22, 2025 2822 AMS Advanced Change Type Reference AMS Advanced Change Type Details "ui:order": [ "Key", "Value" ] }, "required": [ "Key", "Value" ] }, "minItems": 0, "maxItems": 50, "uniqueItems": true } }, "additionalProperties": false, "metadata": { "ui:order": [ "UserName", "AccessType", "UserPermissions", "Tags" ] }, "required": [ "UserName", "AccessType", "UserPermissions" ] }, "minItems": 0, "maxItems": 1 }, "IAM Role": { "description": "Create IAM role.", "type": "array", "items": { "type": "object", "properties": { "RoleName": { "description": "A name for the IAM role. The name can be up to 64 characters in length, and is limited to use characters a-z, A-Z, 0-9, and _+=,.@-.", "type": "string", "pattern": "^[a-zA-Z0-9_+=,.@-]{1,64}$", ct-3dpd8mdd9jn1r Version April 22, 2025 2823 AMS Advanced Change Type Reference AMS Advanced Change Type Details "minLength": 1, "maxLength": 64 }, "TrustPolicy": { "description": "Detailed information about the trust relationship, or an assume role policy document to be attached to the role (paste the policy document into the value field).", "type": "string", "minLength": 1, "maxLength": 5000 }, "AddPermissionsAsInlinePolicy": { "description": "Yes to create the provided role permissions as inline policy; No to create as customer managed policy. Default is No.", "type": "string", "default": "No", "enum": [ "Yes", "No" ] }, "RolePermissionPolicyName": { "description": "A name for the IAM policy given in RolePermission parameter. The name can be up to 128 characters in length, and is limited to use characters a-z, A-Z, 0-9, and _+=,.@-.", "type": "string", "pattern": "^[a-zA-Z0-9_+=,.@-]{1,128}$", "minLength": 1, "maxLength": 128 }, "RolePermissions": { "description": "Detailed information about role permissions, or a policy document to be attached to the role (paste the policy document into the value field). Details should include the type of access (for example Read, Write or Delete).", "type": "string", "minLength": 1, "maxLength": 5000 }, "ManagedPolicyArns": { "description": "A list of Amazon Resource Names (ARNs) of the IAM managed policies that you want to attach to the role. Both AWS managed policies and customer managed policies are allowed. If you create a managed policy in this RFC and want to attach to this role then list the policy here in the form arn:aws:iam::AccountId:policy/NameOfYourPolicy.", ct-3dpd8mdd9jn1r Version April 22, 2025 2824 AMS Advanced Change Type Reference AMS Advanced Change Type Details "type": "array", "items": { "type": "string", "pattern": "^arn:[\\w+=/,.@-]+:iam::[0-9]{12}:policy(/[\\w+=/,.@-]+)?$| ^arn:[\\w+=/,.@-]+:iam::aws:policy(/[\\w+=/,.@-]+)?$" }, "minItems": 0, "maxItems": 20 }, "Path": { "description": "A path for the IAM role, a string of characters consisting of either a forward slash (/) by itself or a string that must begin and end with forward slash (/).", "type": "string", "default": "/", "pattern": "^\\/{1}([^\\/]*\\/)?$|^$", "minLength": 0, "maxLength": 512 }, "InstanceProfile": { "description": "Yes to create an instance profile and associate the role with it. No to not create an instance profile. Default is No.", "type": "string", "default": "No", "enum": [ "Yes", "No" ] }, "Tags": { "description": "Up to 50 tags (key/value pairs) to categorize the IAM role.", "type": "array", "items": { "type": "object", "properties": { "Key": { "type": "string", "pattern": "^[a-zA-Z0-9\\s_.:/=+@-]+$", "minLength": 1, "maxLength": 127 }, "Value": { "type": "string", ct-3dpd8mdd9jn1r Version April 22, 2025 2825 AMS Advanced Change Type Reference AMS Advanced Change Type Details "pattern": "^[a-zA-Z0-9\\s_.:/=+@-]+$", "minLength": 1, "maxLength": 255 } }, "additionalProperties": false, "metadata": { "ui:order": [ "Key", "Value" ] }, "required": [ "Key", "Value" ] }, "minItems": 0, "maxItems": 50, "uniqueItems": true } }, "additionalProperties": false, "metadata": { "ui:order": [ "RoleName", "InstanceProfile", "TrustPolicy", "ManagedPolicyArns", "Path", "RolePermissions", "AddPermissionsAsInlinePolicy", "RolePermissionPolicyName", "Tags" ] }, "required": [ "RoleName", "TrustPolicy" ] }, "minItems": 0, "maxItems": 1 }, ct-3dpd8mdd9jn1r Version April 22, 2025 2826 AMS Advanced Change Type Reference "IAM Policy": { "description": "Create IAM policy.", "type":
ams-ct-730
ams-ct.pdf
730
}, "Value": { "type": "string", ct-3dpd8mdd9jn1r Version April 22, 2025 2825 AMS Advanced Change Type Reference AMS Advanced Change Type Details "pattern": "^[a-zA-Z0-9\\s_.:/=+@-]+$", "minLength": 1, "maxLength": 255 } }, "additionalProperties": false, "metadata": { "ui:order": [ "Key", "Value" ] }, "required": [ "Key", "Value" ] }, "minItems": 0, "maxItems": 50, "uniqueItems": true } }, "additionalProperties": false, "metadata": { "ui:order": [ "RoleName", "InstanceProfile", "TrustPolicy", "ManagedPolicyArns", "Path", "RolePermissions", "AddPermissionsAsInlinePolicy", "RolePermissionPolicyName", "Tags" ] }, "required": [ "RoleName", "TrustPolicy" ] }, "minItems": 0, "maxItems": 1 }, ct-3dpd8mdd9jn1r Version April 22, 2025 2826 AMS Advanced Change Type Reference "IAM Policy": { "description": "Create IAM policy.", "type": "array", "items": { "type": "object", "properties": { "PolicyName": { AMS Advanced Change Type Details "description": "A name for the IAM policy. The name can be up to 128 characters in length, and is limited to use characters a-z, A-Z, 0-9, and _+=,.@-.", "type": "string", "pattern": "^[a-zA-Z0-9_+=,.@-]{1,128}$", "minLength": 1, "maxLength": 128 }, "PolicyDocument": { "description": "Detailed information about policy permissions, or a policy document (paste the policy document into the value field).", "type": "string", "minLength": 1, "maxLength": 20480 }, "Path": { "description": "A path for the policy, a string of characters consisting of either a forward slash (/) by itself or a string that must begin and end with forward slash (/).", "type": "string", "default": "/", "pattern": "^\\/{1}([^\\/]*\\/)?$|^$", "minLength": 0, "maxLength": 512 }, "RelatedResources": { "description": "IAM users or roles to which the policy applies.", "type": "array", "items": { "type": "string", "minLength": 1, "maxLength": 64 }, "minItems": 0, "maxItems": 10, "uniqueItems": true } }, ct-3dpd8mdd9jn1r Version April 22, 2025 2827 AMS Advanced Change Type Reference AMS Advanced Change Type Details "additionalProperties": false, "metadata": { "ui:order": [ "PolicyName", "PolicyDocument", "Path", "RelatedResources" ] }, "required": [ "PolicyName", "PolicyDocument", "RelatedResources" ] }, "minItems": 0, "maxItems": 10, "uniqueItems": true }, "Operation": { "description": "Must be Create.", "type": "string", "default": "Create", "enum": [ "Create" ] }, "Priority": { "description": "The priority of the request. See AMS \"RFC scheduling\" documentation for a definition of the priorities.", "type": "string", "enum": [ "Low", "Medium", "High" ] } }, "additionalProperties": false, "metadata": { "ui:order": [ "UseCase", "IAM User", "IAM Role", ct-3dpd8mdd9jn1r Version April 22, 2025 2828 AMS Advanced Change Type Reference AMS Advanced Change Type Details "IAM Policy", "Operation", "Priority" ] }, "required": [ "UseCase", "Operation" ] } Schema for Change Type ct-3dscwaeyi6cup Classifications: • Deployment | Managed landing zone | Networking account | Create transit gateway route table { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Create Transit Gateway Route Table", "description": "Create a transit gateway (TGW) route table. Use this change type for multi-account landing zone (MALZ) Networking accounts only.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-CreateTGWRouteTable.", "type": "string", "enum": [ "AWSManagedServices-CreateTGWRouteTable" ], "default": "AWSManagedServices-CreateTGWRouteTable" }, "Region": { "description": "The AWS region in which the Transit Gateway is located, in the form us-east-1.", "type": "string", "pattern": "^([a-z]{2}((-gov))?-[a-z]+-\\d{1})$" }, "Parameters": { "type": "object", "properties": { "TransitGatewayRouteTableName": { ct-3dscwaeyi6cup Version April 22, 2025 2829 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "The name of the transit gateway route table. Do not specify these AMS-protected route tables: CoreRouteDomain, DMZBastionsRouteDomain, EgressRouteDomain, OnPremiseRouteDomain, and defaultAppRouteDomain.", "type": "string", "pattern": "^[a-zA-Z0-9_+-]{1,256}$" }, "TransitGatewayId": { "description": "The ID of the transit gateway, in the form tgw-01234567891234.", "type": "string", "pattern": "^tgw-[a-z0-9]{17}$" }, "TGWRouteTableType": { "description": "To create an application route table with a static route to destination: 0.0.0.0/0 going out through the egress VPC attachment, and static routes to the DMZ VPC and shared services VPC CIDRs, use createApplicationRouteDomain. To create a custom route table with an empty static route, use createCustomRouteDomain. The default is createApplicationRouteDomain.", "type": "string", "default": "createApplicationRouteDomain", "enum": [ "createApplicationRouteDomain", "createCustomRouteDomain" ] } }, "metadata": { "ui:order": [ "TransitGatewayRouteTableName", "TransitGatewayId", "TGWRouteTableType" ] }, "additionalProperties": false, "required": [ "TransitGatewayRouteTableName", "TransitGatewayId", "TGWRouteTableType" ] } }, "metadata": { "ui:order": [ "DocumentName", ct-3dscwaeyi6cup Version April 22, 2025 2830 AMS Advanced Change Type Reference AMS Advanced Change Type Details "Region", "Parameters" ] }, "additionalProperties": false, "required": [ "DocumentName", "Region", "Parameters" ] } Schema for Change Type ct-3e3h8u0sp5z80 Classifications: • Management | Advanced stack components | EBS Volume | Delete { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Delete EBS Volumes", "description": "Delete Elastic Block Store (EBS) volumes in an available state. Volumes that are not attached to an instance are in an available state and can be deleted.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-DeleteEBSVolumesV2.", "type": "string", "enum": [ "AWSManagedServices-DeleteEBSVolumesV2" ], "default": "AWSManagedServices-DeleteEBSVolumesV2" }, "Region": { "description": "The AWS Region where the EBS volumes are, in the form us- east-1.", "type": "string", "pattern": "^[a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\\d{1}$" }, "Parameters": { "type": "object", ct-3e3h8u0sp5z80 Version April 22, 2025 2831 AMS Advanced Change Type Reference "properties": { AMS Advanced Change Type Details "VolumeIds": { "description": "A list of up to 50 EBS volumes to delete.", "type": "array", "items": { "type": "string", "pattern": "^vol-[0-9a-f]{8}$|^vol-[0-9a-f]{17}$" }, "minItems": 1, "maxItems": 50, "uniqueItems": true }, "CreateBackup":
ams-ct-731
ams-ct.pdf
731
in an available state and can be deleted.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-DeleteEBSVolumesV2.", "type": "string", "enum": [ "AWSManagedServices-DeleteEBSVolumesV2" ], "default": "AWSManagedServices-DeleteEBSVolumesV2" }, "Region": { "description": "The AWS Region where the EBS volumes are, in the form us- east-1.", "type": "string", "pattern": "^[a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\\d{1}$" }, "Parameters": { "type": "object", ct-3e3h8u0sp5z80 Version April 22, 2025 2831 AMS Advanced Change Type Reference "properties": { AMS Advanced Change Type Details "VolumeIds": { "description": "A list of up to 50 EBS volumes to delete.", "type": "array", "items": { "type": "string", "pattern": "^vol-[0-9a-f]{8}$|^vol-[0-9a-f]{17}$" }, "minItems": 1, "maxItems": 50, "uniqueItems": true }, "CreateBackup": { "description": "Set to True to create backup snapshots before deleting EBS volumes. Leave blank to not create backup snapshots.", "type": "boolean", "default": true }, "DeleteStackVolume": { "description": "Set to True to continue deletion of volume if it is a CloudFormation stack resource.", "type": "boolean", "default": false } }, "metadata": { "ui:order": [ "VolumeIds", "CreateBackup", "DeleteStackVolume" ] }, "additionalProperties": false, "required": [ "VolumeIds", "CreateBackup", "DeleteStackVolume" ] } }, "metadata": { "ui:order": [ "Region", "Parameters", ct-3e3h8u0sp5z80 Version April 22, 2025 2832 AMS Advanced Change Type Details AMS Advanced Change Type Reference "DocumentName" ] }, "additionalProperties": false, "required": [ "Region", "Parameters", "DocumentName" ] } Schema for Change Type ct-3e3prksxmdhw8 Classifications: • Deployment | Advanced stack components | AMI | Create from Auto Scaling group { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Create AMI From Auto Scaling Group", "description": "Create an Amazon Machine Image (AMI) from an EC2 Instance in an Auto Scaling group.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-CreateAmiInAutoScalingGroup.", "type": "string", "enum": [ "AWSManagedServices-CreateAmiInAutoScalingGroup" ], "default": "AWSManagedServices-CreateAmiInAutoScalingGroup" }, "Region": { "description": "The AWS Region where the Auto Scaling group is located, in the form us-east-1.", "type": "string", "pattern": "^([a-z]{2}((-gov))?-[a-z]+-\\d{1})$" }, "Parameters": { "type": "object", "properties": { "AutoScalingGroupName": { ct-3e3prksxmdhw8 Version April 22, 2025 2833 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "The name of the Auto Scaling group to use to create the AMI.", "type": "array", "items": { "type": "string", "pattern": "^.{1,255}$" }, "minItems": 1, "maxItems": 1 }, "Sysprep": { "description": "True to Sysprep the Windows instance, False to not. Default is False. For Linux instances, if set to True, the hostname is reset and the instance is removed from the domain. If True, ensure that there are at least two EC2 instances that are in the 'InService' state in the Auto Scaling group. The instance is stopped and any connected user is logged out from the session. The instance is started after the AMI is created.", "type": "array", "items": { "type": "string", "default": "False", "enum": [ "True", "False" ] }, "minItems": 1, "maxItems": 1 }, "StopInstance": { "description": "True to stop the instance, False to not. Default is False. If True, ensure that there are at least two EC2 instances that are in the 'InService' state in the Auto Scaling group. The instance is stopped and any connected user is logged out from the session. If Sysprep is True, the instance is stopped before creating the AMI, irrespective of the value you set here. The instance is started after the AMI is created.", "type": "array", "items": { "type": "string", "default": "False", "enum": [ "True", "False" ] ct-3e3prksxmdhw8 Version April 22, 2025 2834 AMS Advanced Change Type Reference AMS Advanced Change Type Details }, "minItems": 1, "maxItems": 1 } }, "metadata": { "ui:order": [ "AutoScalingGroupName", "Sysprep", "StopInstance" ] }, "required": [ "AutoScalingGroupName", "Sysprep", "StopInstance" ], "additionalProperties": false } }, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, "required": [ "DocumentName", "Region", "Parameters" ], "additionalProperties": false } Schema for Change Type ct-3ebotglihggse Classifications: • Deployment | Patching | SSM patch baseline | Create (Red Hat) { ct-3ebotglihggse Version April 22, 2025 2835 AMS Advanced Change Type Reference AMS Advanced Change Type Details "$schema": "http://json-schema.org/draft-04/schema#", "name": "Create SSM Patch Baseline (Red Hat)", "description": "Create an AWS Systems Manager (SSM) patch baseline to define which patches are approved for installation on your instances for RHEL OS. Specify existing instance \"Patch Group\" tag values for the patch baseline. The patch baseline is an SSM resource that you can manage with the SSM console.", "additionalProperties": false, "properties": { "ApprovalRules": { "description": "Create auto-approval rules to specify that certain types of operating system patches are approved automatically.", "items": { "additionalProperties": false, "properties": { "ApproveAfterDays": { "default": 7, "description": "The number of days to wait after a patch is released before approving patches automatically.", "maximum": 100, "minimum": 0, "type": "integer" }, "Classification": { "description": "The Classification of the patches to be selected. Allowed values are \"All\", \"Bugfix\", \"Enhancement\", \"Newpackage\", \"Recommended\" and \"Security\".", "items": { "enum": [ "All", "Bugfix", "Enhancement", "Newpackage", "Recommended", "Security" ], "type": "string" }, "type": "array", "uniqueItems": true }, "Severity": { "description": "The severity of the patches to be selected. Allowed values are \"All\", \"Critical\", \"Important\", \"Low\", \"Moderate\" and \"None\".", "items":
ams-ct-732
ams-ct.pdf
732
system patches are approved automatically.", "items": { "additionalProperties": false, "properties": { "ApproveAfterDays": { "default": 7, "description": "The number of days to wait after a patch is released before approving patches automatically.", "maximum": 100, "minimum": 0, "type": "integer" }, "Classification": { "description": "The Classification of the patches to be selected. Allowed values are \"All\", \"Bugfix\", \"Enhancement\", \"Newpackage\", \"Recommended\" and \"Security\".", "items": { "enum": [ "All", "Bugfix", "Enhancement", "Newpackage", "Recommended", "Security" ], "type": "string" }, "type": "array", "uniqueItems": true }, "Severity": { "description": "The severity of the patches to be selected. Allowed values are \"All\", \"Critical\", \"Important\", \"Low\", \"Moderate\" and \"None\".", "items": { ct-3ebotglihggse Version April 22, 2025 2836 AMS Advanced Change Type Reference AMS Advanced Change Type Details "enum": [ "All", "Critical", "Important", "Low", "Moderate", "None" ], "type": "string" }, "type": "array", "uniqueItems": true } }, "metadata": { "ui:order": [ "Severity", "Classification", "ApproveAfterDays" ] }, "required": [ "ApproveAfterDays" ], "type": "object" }, "maxItems": 10, "minItems": 0, "type": "array", "uniqueItems": true }, "ApprovedPatches": { "description": "The list of patches to approve explicitly.", "items": { "type": "string", "maxLength": 100, "minLength": 1 }, "maxItems": 50, "minItems": 0, "type": "array", "uniqueItems": true }, "Description": { ct-3ebotglihggse Version April 22, 2025 2837 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "A meaningful description for this patch baseline.", "maxLength": 500, "minLength": 1, "type": "string" }, "Name": { "description": "A friendly name for this patch baseline.", "maxLength": 128, "minLength": 3, "pattern": "^[a-zA-Z0-9._-]+$", "type": "string" }, "OperatingSystem": { "default": "Red Hat Enterprise Linux", "description": "The operating system of instances to which this baseline is applied.", "enum": [ "Red Hat Enterprise Linux" ], "type": "string" }, "PatchGroupTagValues": { "description": "A list of the values of your \"Patch Group\" tags on the instances you want patched; the values for up to twenty-five \"Patch Group\" tags can be provided. Instances with those values are associated with this patch baseline.", "items": { "maxLength": 256, "minLength": 1, "type": "string" }, "maxItems": 25, "minItems": 1, "type": "array", "uniqueItems": true }, "RejectedPatches": { "description": "The list of patches to reject explicitly.", "items": { "maxLength": 100, "minLength": 1, "type": "string" }, "maxItems": 50, "minItems": 0, ct-3ebotglihggse Version April 22, 2025 2838 AMS Advanced Change Type Reference AMS Advanced Change Type Details "type": "array", "uniqueItems": true }, "Tags": { "description": "Up to fifty tags (key/value pairs) to categorize the SSM patch baseline resource.", "type": "array", "items": { "type": "object", "properties": { "Key": { "type": "string", "minLength": 1, "maxLength": 127 }, "Value": { "type": "string", "minLength": 1, "maxLength": 255 } }, "additionalProperties": false, "metadata": { "ui:order": [ "Key", "Value" ] }, "required": [ "Key", "Value" ] }, "minItems": 1, "maxItems": 50, "uniqueItems": true } }, "metadata": { "ui:order": [ "OperatingSystem", "Name", "Description", "PatchGroupTagValues", ct-3ebotglihggse Version April 22, 2025 2839 AMS Advanced Change Type Reference AMS Advanced Change Type Details "ApprovalRules", "ApprovedPatches", "RejectedPatches", "Tags" ] }, "required": [ "Name", "PatchGroupTagValues", "OperatingSystem" ], "type": "object" } Schema for Change Type ct-3eutt7grkict4 Classifications: • Management | Directory Service | Users and groups | Add group { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Add AD Group", "description": "Create an Active Directory (AD) group in the AMS managed AD. For multi-account landing zone (MALZ), use this change type in the shared services account.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-CreateADGroup-Admin.", "type": "string", "enum": [ "AWSManagedServices-CreateADGroup-Admin" ], "default": "AWSManagedServices-CreateADGroup-Admin" }, "Region": { "description": "The AWS Region where the AMS managed AD is located, in the form us-east-1.", "type": "string", "pattern": "^([a-z]{2}((-gov))?-[a-z]+-\\d{1})$" }, ct-3eutt7grkict4 Version April 22, 2025 2840 AMS Advanced Change Type Reference AMS Advanced Change Type Details "Parameters": { "type": "object", "properties": { "GroupName": { "description": "A meaningful name for the AD group. It must contain 2 to 63 characters and cannot contain the following special characters: /\\[]:;|=,+*?<>\" or a leading or trailing space.", "type": "array", "items": { "type": "string", "pattern": "^(?!\\.+$)(?!\\d+$)(?! +$)[^ #,\\+\"\\<>;\r\n\f\\[\\]\\*:=?/\\| \\\\][^#,\\+\"\\<>;\r\n\f\\[\\]\\*:=?/\\|\\\\]{0,61}[^ #,\\+\"\\<>;\r\n\f\\[\\]\\*:=/\ \|]$" }, "maxItems": 1, "minItems": 1 }, "GroupDescription": { "description": "A description for the new group.", "type": "array", "items": { "type": "string", "pattern": "^.{1,1024}$" }, "maxItems": 1, "minItems": 1 }, "GroupScope": { "description": "The scope for the new group. Default is DomainLocal. For current definitions see Microsoft AD documentation.", "type": "array", "items": { "type": "string", "enum": [ "DomainLocal", "Global", "Universal" ], "default": "DomainLocal" }, "maxItems": 1, "minItems": 1 } }, ct-3eutt7grkict4 Version April 22, 2025 2841 AMS Advanced Change Type Reference AMS Advanced Change Type Details "metadata": { "ui:order": [ "GroupName", "GroupDescription", "GroupScope" ] }, "required": [ "GroupName", "GroupDescription" ], "additionalProperties": false } }, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, "required": [ "DocumentName", "Region", "Parameters" ], "additionalProperties": false } Schema for Change Type ct-3fi2cx8b83iua Classifications: • Management | Advanced stack components | Auto scaling group | Update { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Update an Auto Scaling Group", "description": "Update an Auto Scaling Group and associated launch configuration created with CT ct-2tylseo8rxfsc, version 2.0.",
ams-ct-733
ams-ct.pdf
733
1, "minItems": 1 } }, ct-3eutt7grkict4 Version April 22, 2025 2841 AMS Advanced Change Type Reference AMS Advanced Change Type Details "metadata": { "ui:order": [ "GroupName", "GroupDescription", "GroupScope" ] }, "required": [ "GroupName", "GroupDescription" ], "additionalProperties": false } }, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, "required": [ "DocumentName", "Region", "Parameters" ], "additionalProperties": false } Schema for Change Type ct-3fi2cx8b83iua Classifications: • Management | Advanced stack components | Auto scaling group | Update { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Update an Auto Scaling Group", "description": "Update an Auto Scaling Group and associated launch configuration created with CT ct-2tylseo8rxfsc, version 2.0.", "type": "object", "properties": { ct-3fi2cx8b83iua Version April 22, 2025 2842 AMS Advanced Change Type Reference AMS Advanced Change Type Details "VpcId": { "description": "ID of the VPC that contains the Auto Scaling Group in the form vpc-0123abcd or vpc-01234567890abcdef.", "type": "string", "pattern": "^vpc-[a-z0-9]{8}$|^vpc-[a-z0-9]{17}$" }, "StackId": { "description": "The stack ID of the Auto Scaling Group that you are updating, in the form stack-a1b2c3d4e5f67890e.", "type": "string", "pattern": "^stack-[a-z0-9]{17}$" }, "Parameters": { "description": "Specifications for updating the Auto Scaling Group.", "type": "object", "properties": { "ASGAmiId": { "description": "The AMI for the Auto Scaling Group update. All instances in the group are replaced if this is updated.", "type": "string", "pattern": "^ami-[a-z0-9]{8}$|^ami-[a-z0-9]{17}$" }, "ASGCooldown": { "description": "The number of seconds after a scaling activity is complete before any further scaling activities can start.", "type": "integer", "minimum": 120, "maximum": 600 }, "ASGDesiredCapacity": { "description": "The number of EC2 instances you want running in the group. This number must be greater than or equal to the ASGMinInstances setting and less than or equal to the ASGMaxInstances setting.", "type": "integer", "minimum": 1, "maximum": 1000 }, "ASGEBSOptimized": { "description": "True to create EBS-optimized instances, false to not. All instances in the group are replaced if this is updated.", "type": "string", "enum": [ "true", "false" ct-3fi2cx8b83iua Version April 22, 2025 2843 AMS Advanced Change Type Reference AMS Advanced Change Type Details ] }, "ASGHealthCheckGracePeriod": { "description": "The amount of time, in seconds, that Auto Scaling waits before checking the health status of an EC2 instance that has come into service. During this time, any health check failures for the instance are ignored.", "type": "integer", "minimum": 600, "maximum": 1800 }, "ASGHealthCheckType": { "description": "The service to use for the health checks. The ELB Health Check Type includes EC2 instance and system status checks. Only choose ELB as the ASGHealthCheckType if the ASG is being fronted by Load Balancers. If ASGHealthCheckType = ELB, ensure that your ASGHealthCheckGracePeriod value is long enough so that your instances are not terminated due to load-balancer health checks failing, before your application has been deployed.", "type": "string", "enum": [ "EC2", "ELB" ] }, "ASGIAMInstanceProfile": { "description": "The IAM instance profile name for the Auto Scaling group. EC2 instances launched with an IAM role automatically have AWS security credentials available. All instances in the group are replaced if this is updated.", "type": "string", "pattern": "^customer[\\w-]+$" }, "ASGInstanceDetailedMonitoring": { "description": "True to enable detailed monitoring on the instances in the Auto Scaling group, false to use only basic monitoring. All instances in the group are replaced if this is updated.", "type": "string", "enum": [ "true", "false" ] }, "ASGInstanceRootVolumeIops": { "description": "The Iops to use for the root volume if ASGInstanceRootVolumeType = io1. All instances in the group are replaced if this is updated.", ct-3fi2cx8b83iua Version April 22, 2025 2844 AMS Advanced Change Type Reference AMS Advanced Change Type Details "type": "integer", "minimum": 0, "maximum": 20000 }, "ASGInstanceRootVolumeSize": { "description": "The size of the root volume for the instance. All instances in the group are replaced if this is updated.", "type": "integer", "minimum": 8, "maximum": 16000 }, "ASGInstanceRootVolumeType": { "description": "Choose io1 or gp2 for SSD-backed volumes optimized for transactional workloads; choose standard for HDD-backed volumes optimized for large streaming workloads. All instances in the group are replaced if this is updated.", "type": "string", "enum": [ "standard", "io1", "gp2" ] }, "ASGInstanceType": { "description": "The instance type for the Auto Scaling group instances to update to. All instances in the group are replaced if this is updated.", "type": "string" }, "ASGLoadBalancerNames": { "description": "A list of load balancers to associate with this Auto Scaling group. Use Classic Load Balancer (ELBs).", "type": "array", "items": { "type": "string" }, "minItems": 1, "maxItems": 10, "uniqueItems": true }, "ASGMaxInstances": { "description": "The maximum number of instances you want in the Auto Scaling group at any time.", "type": "integer", "minimum": 1, "maximum": 1000 ct-3fi2cx8b83iua Version April 22, 2025 2845 AMS Advanced Change Type Reference AMS Advanced Change Type Details }, "ASGMinInstances": { "description": "The minimum number of instances you want in the Auto Scaling group at any time.", "type": "integer", "minimum": 1, "maximum": 1000 }, "ASGScaleDownMetricName": { "description": "The metric to use to in a scale-down event. Exceeding the metric triggers an alarm.",
ams-ct-734
ams-ct.pdf
734
Balancer (ELBs).", "type": "array", "items": { "type": "string" }, "minItems": 1, "maxItems": 10, "uniqueItems": true }, "ASGMaxInstances": { "description": "The maximum number of instances you want in the Auto Scaling group at any time.", "type": "integer", "minimum": 1, "maximum": 1000 ct-3fi2cx8b83iua Version April 22, 2025 2845 AMS Advanced Change Type Reference AMS Advanced Change Type Details }, "ASGMinInstances": { "description": "The minimum number of instances you want in the Auto Scaling group at any time.", "type": "integer", "minimum": 1, "maximum": 1000 }, "ASGScaleDownMetricName": { "description": "The metric to use to in a scale-down event. Exceeding the metric triggers an alarm.", "type": "string", "enum": [ "CPUCreditUsage", "CPUCreditBalance", "CPUUtilization", "DiskReadOps", "DiskWriteOps", "DiskReadBytes", "DiskWriteBytes", "NetworkIn", "NetworkOut", "StatusCheckFailed", "StatusCheckFailed_Instance", "StatusCheckFailed_System" ] }, "ASGScaleDownPolicyCooldown": { "description": "The number of seconds after a scale-down activity is completed before any further scaling activities can start.", "type": "integer", "minimum": 120, "maximum": 600 }, "ASGScaleDownPolicyEvaluationPeriods": { "description": "The number of periods over which data is compared to the specified ASGScaleDownMetricName threshold.", "type": "integer", "minimum": 2 }, "ASGScaleDownPolicyPeriod": { "description": "The time over which the specified ASGScaleDownPolicyStatistic is applied. You must specify a time in seconds that is a multiple of 60.", "type": "integer", ct-3fi2cx8b83iua Version April 22, 2025 2846 AMS Advanced Change Type Reference AMS Advanced Change Type Details "multipleOf": 60, "minimum": 60 }, "ASGScaleDownPolicyScalingAdjustment": { "description": "The number of instances by which to scale down.", "type": "integer", "maximum": 0 }, "ASGScaleDownPolicyStatistic": { "description": "The statistic to apply to the alarm's ASGScaleDownMetricName.", "type": "string", "enum": [ "SampleCount", "Average", "Sum", "Minimum", "Maximum" ] }, "ASGScaleDownPolicyThreshold": { "description": "The value against which the specified ASGScaleDownPolicyStatistic is compared.", "type": "number" }, "ASGScaleUpMetricName": { "description": "The metric to use in a scale-up event. Exceeding the metric triggers an alarm.", "type": "string", "enum": [ "CPUCreditUsage", "CPUCreditBalance", "CPUUtilization", "DiskReadOps", "DiskWriteOps", "DiskReadBytes", "DiskWriteBytes", "NetworkIn", "NetworkOut", "StatusCheckFailed", "StatusCheckFailed_Instance", "StatusCheckFailed_System" ] }, ct-3fi2cx8b83iua Version April 22, 2025 2847 AMS Advanced Change Type Reference AMS Advanced Change Type Details "ASGScaleUpPolicyCooldown": { "description": "The amount of time, in seconds, after a scale-up activity is completed before any further trigger-related scaling activities can start.", "type": "integer", "minimum": 60 }, "ASGScaleUpPolicyEvaluationPeriods": { "description": "The number of periods over which data is compared to the specified ASGScaleUpMetricName threshold.", "type": "integer", "minimum": 2 }, "ASGScaleUpPolicyPeriod": { "description": "The time over which the specified ASGScaleUpPolicyStatistic is applied. You must specify a time in seconds that is a multiple of 60.", "type": "integer", "multipleOf": 60, "minimum": 60 }, "ASGScaleUpPolicyScalingAdjustment": { "description": "The number of instances by which to scale up.", "type": "integer", "minimum": 0 }, "ASGScaleUpPolicyStatistic": { "description": "The statistic to apply to the alarm's ASGScaleUpMetricName.", "type": "string", "enum": [ "SampleCount", "Average", "Sum", "Minimum", "Maximum" ] }, "ASGScaleUpPolicyThreshold": { "description": "The value against which the specified ASGScaleUpPolicyStatistic is compared.", "type": "number" }, "ASGSubnetIds": { ct-3fi2cx8b83iua Version April 22, 2025 2848 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "One or more subnets for the Auto Scaling group to launch instances into (scale up) or remove instances from (scale down), in the form subnet-12345678. All instances in the group are replaced if this is updated.", "type": "array", "items": { "type": "string", "pattern": "^subnet-[a-z0-9]{8}$|^subnet-[a-z0-9]{17}$" }, "minItems": 1, "maxItems": 2, "uniqueItems": true }, "ASGUserData": { "description": "A newline delimited list where each element is a line of script to be run on boot. All instances in the group are replaced if this is updated.", "type": "string" } }, "additionalProperties": false, "metadata": { "ui:order": [ "ASGAmiId", "ASGCooldown", "ASGDesiredCapacity", "ASGEBSOptimized", "ASGHealthCheckGracePeriod", "ASGHealthCheckType", "ASGIAMInstanceProfile", "ASGInstanceDetailedMonitoring", "ASGInstanceRootVolumeIops", "ASGInstanceRootVolumeSize", "ASGInstanceRootVolumeType", "ASGInstanceType", "ASGLoadBalancerNames", "ASGMaxInstances", "ASGMinInstances", "ASGScaleDownMetricName", "ASGScaleDownPolicyCooldown", "ASGScaleDownPolicyEvaluationPeriods", "ASGScaleDownPolicyPeriod", "ASGScaleDownPolicyScalingAdjustment", "ASGScaleDownPolicyStatistic", "ASGScaleDownPolicyThreshold", ct-3fi2cx8b83iua Version April 22, 2025 2849 AMS Advanced Change Type Reference AMS Advanced Change Type Details "ASGScaleUpMetricName", "ASGScaleUpPolicyCooldown", "ASGScaleUpPolicyEvaluationPeriods", "ASGScaleUpPolicyPeriod", "ASGScaleUpPolicyScalingAdjustment", "ASGScaleUpPolicyStatistic", "ASGScaleUpPolicyThreshold", "ASGSubnetIds", "ASGUserData" ] } } }, "additionalProperties": false, "metadata": { "ui:order": [ "VpcId", "StackId", "Parameters" ] }, "required": [ "VpcId", "StackId", "Parameters" ] } Schema for Change Type ct-3g6fq83nxg1a7 Classifications: • Management | Advanced stack components | Application Load Balancer | Add listener certificate { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Add ALB Listener Certificate", "description": "Add a certificate to the specified Application Load Balancer (ALB) listener. Use the RemediateStackDrift parameter for the automation to try to remediate drift, if it is introduced.", "type": "object", "properties": { ct-3g6fq83nxg1a7 Version April 22, 2025 2850 AMS Advanced Change Type Reference "DocumentName": { AMS Advanced Change Type Details "description": "Must be AWSManagedServices-AddCertificateToElbv2Listener.", "type": "string", "enum": [ "AWSManagedServices-AddCertificateToElbv2Listener" ], "default": "AWSManagedServices-AddCertificateToElbv2Listener" }, "Region": { "description": "The AWS Region where the application load balancer listener is located, in the form us-east-1.", "type": "string", "pattern": "^([a-z]{2}((-gov))?-[a-z]+-\\d{1})$" }, "Parameters": { "type": "object", "properties": { "ListenerArn": { "description": "The Amazon Resource Name (ARN) of the listener in the form arn:aws:elasticloadbalancing:us-east-1:123456789012:listener/app/ sample/1234567890abcdfe/1234567890abcdfe.", "type": "array", "items": { "type": "string", "pattern": "^arn:(aws|aws-cn|aws-us-gov):elasticloadbalancing:[a-z]{2}-[a- z]+-[0-9]{1}:[0-9]{12}:listener/[a-z]{3}/[A-Za-z0-9-]+/[a-z0-9-]+/[a-z0-9-]+$" }, "minItems": 1, "maxItems": 1 }, "CertificateArn": { "description": "The Amazon Resource Name (ARN) of the certificate in
ams-ct-735
ams-ct.pdf
735
22, 2025 2850 AMS Advanced Change Type Reference "DocumentName": { AMS Advanced Change Type Details "description": "Must be AWSManagedServices-AddCertificateToElbv2Listener.", "type": "string", "enum": [ "AWSManagedServices-AddCertificateToElbv2Listener" ], "default": "AWSManagedServices-AddCertificateToElbv2Listener" }, "Region": { "description": "The AWS Region where the application load balancer listener is located, in the form us-east-1.", "type": "string", "pattern": "^([a-z]{2}((-gov))?-[a-z]+-\\d{1})$" }, "Parameters": { "type": "object", "properties": { "ListenerArn": { "description": "The Amazon Resource Name (ARN) of the listener in the form arn:aws:elasticloadbalancing:us-east-1:123456789012:listener/app/ sample/1234567890abcdfe/1234567890abcdfe.", "type": "array", "items": { "type": "string", "pattern": "^arn:(aws|aws-cn|aws-us-gov):elasticloadbalancing:[a-z]{2}-[a- z]+-[0-9]{1}:[0-9]{12}:listener/[a-z]{3}/[A-Za-z0-9-]+/[a-z0-9-]+/[a-z0-9-]+$" }, "minItems": 1, "maxItems": 1 }, "CertificateArn": { "description": "The Amazon Resource Name (ARN) of the certificate in the form arn:aws:acm:us- east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012.", "type": "array", "items": { "type": "string", "pattern": "^arn:(aws|aws-cn|aws-us-gov):acm:[a-z]{2}-[a-z]+-[0-9]{1}:[0-9] {12}:certificate/[a-z0-9-]+$" }, "minItems": 1, "maxItems": 1 }, "IsDefault": { ct-3g6fq83nxg1a7 Version April 22, 2025 2851 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "True to set the certificate as the default certificate on the listener, False to not set the certificate as the default certificate on the listener. Default value is False.", "type": "array", "items": { "type": "string", "default": "False", "enum": [ "True", "False" ] }, "minItems": 1, "maxItems": 1 }, "RemediateStackDrift": { "description": "True to initiate drift remediation, if any drift is caused by adding the certificate to the Load Balancer listener. False to not attempt drift remediation. Drift remediation can be performed only on CloudFormation stacks that were created using a CT other than the Ingestion CT ct-36cn2avfrrj9v and that are in sync with the definitions in the stack template prior to adding certificate to the Load Balancer listener. Set to False to add the certificate to the Load Balancer listener in an ingested stack if any drift introduced by the change is acceptable.", "type": "array", "items": { "type": "string", "default": "True", "enum": [ "True", "False" ] }, "minItems": 1, "maxItems": 1 } }, "metadata": { "ui:order": [ "ListenerArn", "CertificateArn", "IsDefault", "RemediateStackDrift" ] }, ct-3g6fq83nxg1a7 Version April 22, 2025 2852 AMS Advanced Change Type Reference AMS Advanced Change Type Details "additionalProperties": false, "required": [ "CertificateArn", "ListenerArn" ] } }, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, "additionalProperties": false, "required": [ "DocumentName", "Region", "Parameters" ] } Schema for Change Type ct-3g9dbtun44mal Classifications: • Management | Advanced stack components | EC2 instance stack | Change time zone { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Change Timezone", "description": "Change the time zone of an EC2 instance. To reboot the EC2 instance after changing the time zone, set Reboot = true.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-SetInstanceTimeZone.", "type": "string", "enum": [ "AWSManagedServices-SetInstanceTimeZone" ], "default": "AWSManagedServices-SetInstanceTimeZone" ct-3g9dbtun44mal Version April 22, 2025 2853 AMS Advanced Change Type Reference AMS Advanced Change Type Details }, "Region": { "description": "The AWS Region in which the resource is located, in the form us- east-1.", "type": "string", "pattern": "^([a-z]{2}((-gov))?-[a-z]+-\\d{1})$" }, "Parameters": { "type": "object", "properties": { "InstanceId": { "description": "The ID of the instance, in the form i-12345678901234567 or i-12345678.", "type": "string", "pattern": "^i-[a-f0-9]{8}$|^i-[a-f0-9]{17}$" }, "Reboot": { "description": "True to reboot the EC2 instance after changing the time zone. False to not reboot.", "type": "string", "default": "False", "enum": [ "True", "False" ] }, "TimeZone": { "description": "The time zone to set on the EC2 instance, in the form Australia/Sydney (AUS Eastern Standard Time).", "type": "string", "enum": [ "Africa/Abidjan (Greenwich Standard Time)", "Africa/Accra (Greenwich Standard Time)", "Africa/Addis_Ababa (E. Africa Standard Time)", "Africa/Algiers (W. Central Africa Standard Time)", "Africa/Bamako (Greenwich Standard Time)", "Africa/Bangui (W. Central Africa Standard Time)", "Africa/Banjul (Greenwich Standard Time)", "Africa/Bissau (Greenwich Standard Time)", "Africa/Blantyre (South Africa Standard Time)", "Africa/Brazzaville (W. Central Africa Standard Time)", "Africa/Bujumbura (South Africa Standard Time)", "Africa/Cairo (Egypt Standard Time)", "Africa/Casablanca (Morocco Standard Time)", ct-3g9dbtun44mal Version April 22, 2025 2854 AMS Advanced Change Type Reference AMS Advanced Change Type Details "Africa/Ceuta (Romance Standard Time)", "Africa/Conakry (Greenwich Standard Time)", "Africa/Dakar (Greenwich Standard Time)", "Africa/Dar_es_Salaam (E. Africa Standard Time)", "Africa/Djibouti (E. Africa Standard Time)", "Africa/Douala (W. Central Africa Standard Time)", "Africa/El_Aaiun (Morocco Standard Time)", "Africa/Freetown (Greenwich Standard Time)", "Africa/Gaborone (South Africa Standard Time)", "Africa/Harare (South Africa Standard Time)", "Africa/Johannesburg (South Africa Standard Time)", "Africa/Juba (E. Africa Standard Time)", "Africa/Kampala (E. Africa Standard Time)", "Africa/Khartoum (Sudan Standard Time)", "Africa/Kigali (South Africa Standard Time)", "Africa/Kinshasa (W. Central Africa Standard Time)", "Africa/Lagos (W. Central Africa Standard Time)", "Africa/Libreville (W. Central Africa Standard Time)", "Africa/Lome (Greenwich Standard Time)", "Africa/Luanda (W. Central Africa Standard Time)", "Africa/Lubumbashi (South Africa Standard Time)", "Africa/Lusaka (South Africa Standard Time)", "Africa/Malabo (W. Central Africa Standard Time)", "Africa/Maputo (South Africa Standard Time)", "Africa/Maseru (South Africa Standard Time)", "Africa/Mbabane (South Africa Standard Time)", "Africa/Mogadishu (E. Africa Standard Time)", "Africa/Monrovia (Greenwich Standard Time)", "Africa/Nairobi (E. Africa Standard Time)", "Africa/Ndjamena (W. Central Africa Standard Time)", "Africa/Niamey (W. Central Africa Standard Time)", "Africa/Nouakchott (Greenwich Standard Time)", "Africa/Ouagadougou (Greenwich Standard Time)", "Africa/Porto-Novo (W. Central Africa Standard Time)", "Africa/Sao_Tome (Sao Tome Standard Time)", "Africa/Tripoli (Libya Standard Time)", "Africa/Tunis (W. Central Africa Standard Time)", "Africa/Windhoek (Namibia
ams-ct-736
ams-ct.pdf
736
Standard Time)", "Africa/Lome (Greenwich Standard Time)", "Africa/Luanda (W. Central Africa Standard Time)", "Africa/Lubumbashi (South Africa Standard Time)", "Africa/Lusaka (South Africa Standard Time)", "Africa/Malabo (W. Central Africa Standard Time)", "Africa/Maputo (South Africa Standard Time)", "Africa/Maseru (South Africa Standard Time)", "Africa/Mbabane (South Africa Standard Time)", "Africa/Mogadishu (E. Africa Standard Time)", "Africa/Monrovia (Greenwich Standard Time)", "Africa/Nairobi (E. Africa Standard Time)", "Africa/Ndjamena (W. Central Africa Standard Time)", "Africa/Niamey (W. Central Africa Standard Time)", "Africa/Nouakchott (Greenwich Standard Time)", "Africa/Ouagadougou (Greenwich Standard Time)", "Africa/Porto-Novo (W. Central Africa Standard Time)", "Africa/Sao_Tome (Sao Tome Standard Time)", "Africa/Tripoli (Libya Standard Time)", "Africa/Tunis (W. Central Africa Standard Time)", "Africa/Windhoek (Namibia Standard Time)", "America/Adak (Aleutian Standard Time)", "America/Anchorage (Alaskan Standard Time)", "America/Anguilla (SA Western Standard Time)", "America/Antigua (SA Western Standard Time)", "America/Araguaina (Tocantins Standard Time)", "America/Argentina/La_Rioja (Argentina Standard Time)", ct-3g9dbtun44mal Version April 22, 2025 2855 AMS Advanced Change Type Reference AMS Advanced Change Type Details "America/Argentina/Rio_Gallegos (Argentina Standard Time)", "America/Argentina/Salta (Argentina Standard Time)", "America/Argentina/San_Juan (Argentina Standard Time)", "America/Argentina/San_Luis (Argentina Standard Time)", "America/Argentina/Tucuman (Argentina Standard Time)", "America/Argentina/Ushuaia (Argentina Standard Time)", "America/Aruba (SA Western Standard Time)", "America/Asuncion (Paraguay Standard Time)", "America/Bahia (Bahia Standard Time)", "America/Bahia_Banderas (Central Standard Time (Mexico))", "America/Barbados (SA Western Standard Time)", "America/Belem (SA Eastern Standard Time)", "America/Belize (Central America Standard Time)", "America/Blanc-Sablon (SA Western Standard Time)", "America/Boa_Vista (SA Western Standard Time)", "America/Bogota (SA Pacific Standard Time)", "America/Boise (Mountain Standard Time)", "America/Buenos_Aires (Argentina Standard Time)", "America/Cambridge_Bay (Mountain Standard Time)", "America/Campo_Grande (Central Brazilian Standard Time)", "America/Cancun (Eastern Standard Time (Mexico))", "America/Caracas (Venezuela Standard Time)", "America/Cayenne (SA Eastern Standard Time)", "America/Cayman (SA Pacific Standard Time)", "America/Chicago (Central Standard Time)", "America/Chihuahua (Mountain Standard Time (Mexico))", "America/Costa_Rica (Central America Standard Time)", "America/Creston (US Mountain Standard Time)", "America/Cuiaba (Central Brazilian Standard Time)", "America/Curacao (SA Western Standard Time)", "America/Danmarkshavn (UTC)", "America/Dawson (Pacific Standard Time)", "America/Dawson_Creek (US Mountain Standard Time)", "America/Denver (Mountain Standard Time)", "America/Detroit (Eastern Standard Time)", "America/Dominica (SA Western Standard Time)", "America/Edmonton (Mountain Standard Time)", "America/Eirunepe (SA Pacific Standard Time)", "America/El_Salvador (Central America Standard Time)", "America/Fortaleza (SA Eastern Standard Time)", "America/Glace_Bay (Atlantic Standard Time)", "America/Godthab (Greenland Standard Time)", "America/Goose_Bay (Atlantic Standard Time)", "America/Grand_Turk (Turks And Caicos Standard Time)", ct-3g9dbtun44mal Version April 22, 2025 2856 AMS Advanced Change Type Reference AMS Advanced Change Type Details "America/Grenada (SA Western Standard Time)", "America/Guadeloupe (SA Western Standard Time)", "America/Guatemala (Central America Standard Time)", "America/Guayaquil (SA Pacific Standard Time)", "America/Guyana (SA Western Standard Time)", "America/Halifax (Atlantic Standard Time)", "America/Havana (Cuba Standard Time)", "America/Hermosillo (US Mountain Standard Time)", "America/Indiana/Knox (Central Standard Time)", "America/Indiana/Marengo (US Eastern Standard Time)", "America/Indiana/Petersburg (Eastern Standard Time)", "America/Indiana/Tell_City (Central Standard Time)", "America/Indiana/Vevay (US Eastern Standard Time)", "America/Indiana/Vincennes (Eastern Standard Time)", "America/Indiana/Winamac (Eastern Standard Time)", "America/Indianapolis (US Eastern Standard Time)", "America/Inuvik (Mountain Standard Time)", "America/Iqaluit (Eastern Standard Time)", "America/Jamaica (SA Pacific Standard Time)", "America/Juneau (Alaskan Standard Time)", "America/Kentucky/Monticello (Eastern Standard Time)", "America/Kralendijk (SA Western Standard Time)", "America/La_Paz (SA Western Standard Time)", "America/Lima (SA Pacific Standard Time)", "America/Los_Angeles (Pacific Standard Time)", "America/Lower_Princes (SA Western Standard Time)", "America/Maceio (SA Eastern Standard Time)", "America/Managua (Central America Standard Time)", "America/Manaus (SA Western Standard Time)", "America/Marigot (SA Western Standard Time)", "America/Martinique (SA Western Standard Time)", "America/Matamoros (Central Standard Time)", "America/Mazatlan (Mountain Standard Time (Mexico))", "America/Menominee (Central Standard Time)", "America/Merida (Central Standard Time (Mexico))", "America/Metlakatla (Alaskan Standard Time)", "America/Mexico_City (Central Standard Time (Mexico))", "America/Miquelon (Saint Pierre Standard Time)", "America/Moncton (Atlantic Standard Time)", "America/Monterrey (Central Standard Time (Mexico))", "America/Montevideo (Montevideo Standard Time)", "America/Montreal (Eastern Standard Time)", "America/Montserrat (SA Western Standard Time)", "America/Nassau (Eastern Standard Time)", ct-3g9dbtun44mal Version April 22, 2025 2857 AMS Advanced Change Type Reference AMS Advanced Change Type Details "America/New_York (Eastern Standard Time)", "America/Nipigon (Eastern Standard Time)", "America/Nome (Alaskan Standard Time)", "America/Noronha (UTC-02)", "America/North_Dakota/Beulah (Central Standard Time)", "America/North_Dakota/Center (Central Standard Time)", "America/North_Dakota/New_Salem (Central Standard Time)", "America/Ojinaga (Mountain Standard Time)", "America/Panama (SA Pacific Standard Time)", "America/Pangnirtung (Eastern Standard Time)", "America/Paramaribo (SA Eastern Standard Time)", "America/Phoenix (US Mountain Standard Time)", "America/Port-au-Prince (Haiti Standard Time)", "America/Port_of_Spain (SA Western Standard Time)", "America/Porto_Velho (SA Western Standard Time)", "America/Puerto_Rico (SA Western Standard Time)", "America/Punta_Arenas (Magallanes Standard Time)", "America/Rainy_River (Central Standard Time)", "America/Rankin_Inlet (Central Standard Time)", "America/Recife (SA Eastern Standard Time)", "America/Regina (Canada Central Standard Time)", "America/Resolute (Central Standard Time)", "America/Rio_Branco (SA Pacific Standard Time)", "America/Santa_Isabel (Pacific Standard Time (Mexico))", "America/Santarem (SA Eastern Standard Time)", "America/Santiago (Pacific SA Standard Time)", "America/Santo_Domingo (SA Western Standard Time)", "America/Sao_Paulo (E. South America Standard Time)", "America/Scoresbysund (Azores Standard Time)", "America/Sitka (Alaskan Standard Time)", "America/St_Barthelemy (SA Western Standard Time)", "America/St_Johns (Newfoundland Standard Time)", "America/St_Kitts (SA Western Standard Time)", "America/St_Lucia (SA Western Standard Time)", "America/St_Thomas (SA Western Standard Time)", "America/St_Vincent (SA Western Standard Time)", "America/Swift_Current (Canada Central Standard Time)", "America/Tegucigalpa (Central America Standard Time)", "America/Thule (Atlantic Standard Time)", "America/Thunder_Bay (Eastern Standard Time)", "America/Tijuana (Pacific Standard Time (Mexico))", "America/Toronto (Eastern Standard Time)", "America/Tortola (SA Western Standard Time)", "America/Vancouver (Pacific Standard Time)", ct-3g9dbtun44mal Version April 22, 2025 2858 AMS Advanced Change Type Reference AMS Advanced Change Type Details "America/Whitehorse (Pacific Standard Time)", "America/Winnipeg (Central Standard Time)", "America/Yakutat (Alaskan Standard
ams-ct-737
ams-ct.pdf
737
"America/Scoresbysund (Azores Standard Time)", "America/Sitka (Alaskan Standard Time)", "America/St_Barthelemy (SA Western Standard Time)", "America/St_Johns (Newfoundland Standard Time)", "America/St_Kitts (SA Western Standard Time)", "America/St_Lucia (SA Western Standard Time)", "America/St_Thomas (SA Western Standard Time)", "America/St_Vincent (SA Western Standard Time)", "America/Swift_Current (Canada Central Standard Time)", "America/Tegucigalpa (Central America Standard Time)", "America/Thule (Atlantic Standard Time)", "America/Thunder_Bay (Eastern Standard Time)", "America/Tijuana (Pacific Standard Time (Mexico))", "America/Toronto (Eastern Standard Time)", "America/Tortola (SA Western Standard Time)", "America/Vancouver (Pacific Standard Time)", ct-3g9dbtun44mal Version April 22, 2025 2858 AMS Advanced Change Type Reference AMS Advanced Change Type Details "America/Whitehorse (Pacific Standard Time)", "America/Winnipeg (Central Standard Time)", "America/Yakutat (Alaskan Standard Time)", "America/Yellowknife (Mountain Standard Time)", "Antarctica/Casey (Singapore Standard Time)", "Antarctica/Davis (SE Asia Standard Time)", "Antarctica/DumontDUrville (West Pacific Standard Time)", "Antarctica/Macquarie (Central Pacific Standard Time)", "Antarctica/Mawson (West Asia Standard Time)", "Antarctica/McMurdo (New Zealand Standard Time)", "Antarctica/Palmer (SA Eastern Standard Time)", "Antarctica/Rothera (SA Eastern Standard Time)", "Antarctica/Syowa (E. Africa Standard Time)", "Antarctica/Vostok (Central Asia Standard Time)", "Arctic/Longyearbyen (W. Europe Standard Time)", "Asia/Aden (Arab Standard Time)", "Asia/Almaty (Central Asia Standard Time)", "Asia/Amman (Jordan Standard Time)", "Asia/Anadyr (Russia Time Zone 11)", "Asia/Aqtau (West Asia Standard Time)", "Asia/Aqtobe (West Asia Standard Time)", "Asia/Ashgabat (West Asia Standard Time)", "Asia/Baghdad (Arabic Standard Time)", "Asia/Bahrain (Arab Standard Time)", "Asia/Baku (Azerbaijan Standard Time)", "Asia/Bangkok (SE Asia Standard Time)", "Asia/Barnaul (Altai Standard Time)", "Asia/Beirut (Middle East Standard Time)", "Asia/Bishkek (Central Asia Standard Time)", "Asia/Brunei (Singapore Standard Time)", "Asia/Calcutta (India Standard Time)", "Asia/Chita (Transbaikal Standard Time)", "Asia/Choibalsan (Ulaanbaatar Standard Time)", "Asia/Chongqing (China Standard Time)", "Asia/Colombo (Sri Lanka Standard Time)", "Asia/Damascus (Syria Standard Time)", "Asia/Dhaka (Bangladesh Standard Time)", "Asia/Dili (Tokyo Standard Time)", "Asia/Dubai (Arabian Standard Time)", "Asia/Dushanbe (West Asia Standard Time)", "Asia/Gaza (West Bank Standard Time)", "Asia/Harbin (China Standard Time)", "Asia/Hebron (West Bank Standard Time)", "Asia/Hong_Kong (China Standard Time)", ct-3g9dbtun44mal Version April 22, 2025 2859 AMS Advanced Change Type Reference AMS Advanced Change Type Details "Asia/Hovd (W. Mongolia Standard Time)", "Asia/Irkutsk (North Asia East Standard Time)", "Asia/Jakarta (SE Asia Standard Time)", "Asia/Jayapura (Tokyo Standard Time)", "Asia/Jerusalem (Israel Standard Time)", "Asia/Kabul (Afghanistan Standard Time)", "Asia/Kamchatka (Russia Time Zone 11)", "Asia/Karachi (Pakistan Standard Time)", "Asia/Kashgar (Central Asia Standard Time)", "Asia/Katmandu (Nepal Standard Time)", "Asia/Khandyga (Yakutsk Standard Time)", "Asia/Krasnoyarsk (North Asia Standard Time)", "Asia/Kuala_Lumpur (Singapore Standard Time)", "Asia/Kuching (Singapore Standard Time)", "Asia/Kuwait (Arab Standard Time)", "Asia/Macau (China Standard Time)", "Asia/Magadan (Magadan Standard Time)", "Asia/Makassar (Singapore Standard Time)", "Asia/Manila (Singapore Standard Time)", "Asia/Muscat (Arabian Standard Time)", "Asia/Nicosia (GTB Standard Time)", "Asia/Novokuznetsk (North Asia Standard Time)", "Asia/Novosibirsk (N. Central Asia Standard Time)", "Asia/Omsk (Omsk Standard Time)", "Asia/Oral (West Asia Standard Time)", "Asia/Phnom_Penh (SE Asia Standard Time)", "Asia/Pontianak (SE Asia Standard Time)", "Asia/Pyongyang (North Korea Standard Time)", "Asia/Qatar (Arab Standard Time)", "Asia/Qyzylorda (Qyzylorda Standard Time)", "Asia/Rangoon (Myanmar Standard Time)", "Asia/Riyadh (Arab Standard Time)", "Asia/Sakhalin (Sakhalin Standard Time)", "Asia/Samarkand (West Asia Standard Time)", "Asia/Seoul (Korea Standard Time)", "Asia/Shanghai (China Standard Time)", "Asia/Singapore (Singapore Standard Time)", "Asia/Srednekolymsk (Russia Time Zone 10)", "Asia/Taipei (Taipei Standard Time)", "Asia/Tashkent (West Asia Standard Time)", "Asia/Tbilisi (Georgian Standard Time)", "Asia/Tehran (Iran Standard Time)", "Asia/Thimphu (Bangladesh Standard Time)", "Asia/Tokyo (Tokyo Standard Time)", ct-3g9dbtun44mal Version April 22, 2025 2860 AMS Advanced Change Type Reference AMS Advanced Change Type Details "Asia/Tomsk (Tomsk Standard Time)", "Asia/Ulaanbaatar (Ulaanbaatar Standard Time)", "Asia/Urumqi (Central Asia Standard Time)", "Asia/Ust-Nera (Vladivostok Standard Time)", "Asia/Vientiane (SE Asia Standard Time)", "Asia/Vladivostok (Vladivostok Standard Time)", "Asia/Yakutsk (Yakutsk Standard Time)", "Asia/Yekaterinburg (Ekaterinburg Standard Time)", "Asia/Yerevan (Caucasus Standard Time)", "Atlantic/Azores (Azores Standard Time)", "Atlantic/Bermuda (Atlantic Standard Time)", "Atlantic/Canary (GMT Standard Time)", "Atlantic/Cape_Verde (Cape Verde Standard Time)", "Atlantic/Madeira (GMT Standard Time)", "Atlantic/Reykjavik (Greenwich Standard Time)", "Atlantic/South_Georgia (UTC-02)", "Atlantic/St_Helena (Greenwich Standard Time)", "Atlantic/Stanley (SA Eastern Standard Time)", "Australia/Adelaide (Cen. Australia Standard Time)", "Australia/Brisbane (E. Australia Standard Time)", "Australia/Broken_Hill (Cen. Australia Standard Time)", "Australia/Currie (Tasmania Standard Time)", "Australia/Darwin (AUS Central Standard Time)", "Australia/Eucla (Aus Central W. Standard Time)", "Australia/Hobart (Tasmania Standard Time)", "Australia/Lindeman (E. Australia Standard Time)", "Australia/Lord_Howe (Lord Howe Standard Time)", "Australia/Melbourne (AUS Eastern Standard Time)", "Australia/Perth (W. Australia Standard Time)", "Australia/Sydney (AUS Eastern Standard Time)", "Canada/Atlantic (Atlantic Standard Time)", "Canada/Central (Central Standard Time)", "Canada/Eastern (Eastern Standard Time)", "Canada/Mountain (Mountain Standard Time)", "Canada/Newfoundland (Newfoundland Standard Time)", "Canada/Pacific (Pacific Standard Time)", "Etc/GMT (UTC)", "Etc/GMT+11 (UTC-11)", "Etc/GMT+12 (Dateline Standard Time)", "Etc/GMT+2 (UTC-02)", "Etc/GMT+8 (UTC-08)", "Etc/GMT+9 (UTC-09)", "Etc/GMT-12 (UTC+12)", "Etc/GMT-13 (UTC+13)", ct-3g9dbtun44mal Version April 22, 2025 2861 AMS Advanced Change Type Reference AMS Advanced Change Type Details "Europe/Amsterdam (W. Europe Standard Time)", "Europe/Andorra (W. Europe Standard Time)", "Europe/Astrakhan (Astrakhan Standard Time)", "Europe/Athens (GTB Standard Time)", "Europe/Belgrade (Central Europe Standard Time)", "Europe/Berlin (W. Europe Standard Time)", "Europe/Bratislava (Central Europe Standard Time)", "Europe/Brussels (Romance Standard Time)", "Europe/Bucharest (GTB Standard Time)", "Europe/Budapest (Central Europe Standard Time)", "Europe/Busingen (W. Europe Standard Time)", "Europe/Chisinau (E. Europe Standard Time)", "Europe/Copenhagen (Romance Standard Time)", "Europe/Dublin (GMT Standard Time)", "Europe/Gibraltar (W. Europe Standard Time)", "Europe/Guernsey (GMT Standard Time)", "Europe/Helsinki (FLE Standard Time)", "Europe/Isle_of_Man (GMT Standard Time)", "Europe/Istanbul (Turkey Standard Time)", "Europe/Jersey (GMT Standard Time)", "Europe/Kaliningrad (Kaliningrad Standard Time)", "Europe/Kiev (FLE Standard Time)",
ams-ct-738
ams-ct.pdf
738
Change Type Details "Europe/Amsterdam (W. Europe Standard Time)", "Europe/Andorra (W. Europe Standard Time)", "Europe/Astrakhan (Astrakhan Standard Time)", "Europe/Athens (GTB Standard Time)", "Europe/Belgrade (Central Europe Standard Time)", "Europe/Berlin (W. Europe Standard Time)", "Europe/Bratislava (Central Europe Standard Time)", "Europe/Brussels (Romance Standard Time)", "Europe/Bucharest (GTB Standard Time)", "Europe/Budapest (Central Europe Standard Time)", "Europe/Busingen (W. Europe Standard Time)", "Europe/Chisinau (E. Europe Standard Time)", "Europe/Copenhagen (Romance Standard Time)", "Europe/Dublin (GMT Standard Time)", "Europe/Gibraltar (W. Europe Standard Time)", "Europe/Guernsey (GMT Standard Time)", "Europe/Helsinki (FLE Standard Time)", "Europe/Isle_of_Man (GMT Standard Time)", "Europe/Istanbul (Turkey Standard Time)", "Europe/Jersey (GMT Standard Time)", "Europe/Kaliningrad (Kaliningrad Standard Time)", "Europe/Kiev (FLE Standard Time)", "Europe/Lisbon (GMT Standard Time)", "Europe/Ljubljana (Central Europe Standard Time)", "Europe/London (GMT Standard Time)", "Europe/Luxembourg (W. Europe Standard Time)", "Europe/Madrid (Romance Standard Time)", "Europe/Malta (W. Europe Standard Time)", "Europe/Mariehamn (FLE Standard Time)", "Europe/Minsk (Belarus Standard Time)", "Europe/Monaco (W. Europe Standard Time)", "Europe/Moscow (Russian Standard Time)", "Europe/Oslo (W. Europe Standard Time)", "Europe/Paris (Romance Standard Time)", "Europe/Podgorica (Central Europe Standard Time)", "Europe/Prague (Central Europe Standard Time)", "Europe/Riga (FLE Standard Time)", "Europe/Rome (W. Europe Standard Time)", "Europe/Samara (Russia Time Zone 3)", "Europe/San_Marino (W. Europe Standard Time)", "Europe/Sarajevo (Central European Standard Time)", "Europe/Saratov (Saratov Standard Time)", "Europe/Simferopol (Russian Standard Time)", "Europe/Skopje (Central European Standard Time)", ct-3g9dbtun44mal Version April 22, 2025 2862 AMS Advanced Change Type Reference AMS Advanced Change Type Details "Europe/Sofia (FLE Standard Time)", "Europe/Stockholm (W. Europe Standard Time)", "Europe/Tallinn (FLE Standard Time)", "Europe/Tirane (Central Europe Standard Time)", "Europe/Uzhgorod (FLE Standard Time)", "Europe/Vaduz (W. Europe Standard Time)", "Europe/Vatican (W. Europe Standard Time)", "Europe/Vienna (W. Europe Standard Time)", "Europe/Vilnius (FLE Standard Time)", "Europe/Volgograd (Volgograd Standard Time)", "Europe/Warsaw (Central European Standard Time)", "Europe/Zagreb (Central European Standard Time)", "Europe/Zaporozhye (FLE Standard Time)", "Europe/Zurich (W. Europe Standard Time)", "Indian/Antananarivo (E. Africa Standard Time)", "Indian/Chagos (Central Asia Standard Time)", "Indian/Christmas (SE Asia Standard Time)", "Indian/Cocos (Myanmar Standard Time)", "Indian/Comoro (E. Africa Standard Time)", "Indian/Kerguelen (West Asia Standard Time)", "Indian/Mahe (Mauritius Standard Time)", "Indian/Maldives (West Asia Standard Time)", "Indian/Mauritius (Mauritius Standard Time)", "Indian/Mayotte (E. Africa Standard Time)", "Indian/Reunion (Mauritius Standard Time)", "Pacific/Apia (Samoa Standard Time)", "Pacific/Auckland (New Zealand Standard Time)", "Pacific/Bougainville (Bougainville Standard Time)", "Pacific/Chatham (Chatham Islands Standard Time)", "Pacific/Easter (Easter Island Standard Time)", "Pacific/Efate (Central Pacific Standard Time)", "Pacific/Enderbury (UTC+13)", "Pacific/Fakaofo (UTC+13)", "Pacific/Fiji (Fiji Standard Time)", "Pacific/Funafuti (UTC+12)", "Pacific/Galapagos (Central America Standard Time)", "Pacific/Gambier (UTC-09)", "Pacific/Guadalcanal (Central Pacific Standard Time)", "Pacific/Guam (West Pacific Standard Time)", "Pacific/Honolulu (Hawaiian Standard Time)", "Pacific/Johnston (Hawaiian Standard Time)", "Pacific/Kiritimati (Line Islands Standard Time)", "Pacific/Kosrae (Central Pacific Standard Time)", "Pacific/Kwajalein (UTC+12)", ct-3g9dbtun44mal Version April 22, 2025 2863 AMS Advanced Change Type Reference AMS Advanced Change Type Details "Pacific/Majuro (UTC+12)", "Pacific/Marquesas (Marquesas Standard Time)", "Pacific/Midway (UTC-11)", "Pacific/Nauru (UTC+12)", "Pacific/Niue (UTC-11)", "Pacific/Norfolk (Norfolk Standard Time)", "Pacific/Noumea (Central Pacific Standard Time)", "Pacific/Pago_Pago (UTC-11)", "Pacific/Palau (Tokyo Standard Time)", "Pacific/Pitcairn (UTC-08)", "Pacific/Port_Moresby (West Pacific Standard Time)", "Pacific/Rarotonga (Hawaiian Standard Time)", "Pacific/Saipan (West Pacific Standard Time)", "Pacific/Tahiti (Hawaiian Standard Time)", "Pacific/Tarawa (UTC+12)", "Pacific/Tongatapu (Tonga Standard Time)", "Pacific/Wake (UTC+12)", "Pacific/Wallis (UTC+12)", "US/Alaska (Alaskan Standard Time)", "US/Arizona (US Mountain Standard Time)", "US/Central (Central Standard Time)", "US/Eastern (Eastern Standard Time)", "US/Hawaii (Hawaiian Standard Time)", "US/Mountain (Mountain Standard Time)", "US/Pacific (Pacific Standard Time)", "UTC (UTC)" ] } }, "metadata": { "ui:order": [ "InstanceId", "Reboot", "TimeZone" ] }, "additionalProperties": false, "required": [ "InstanceId", "Reboot", "TimeZone" ] } }, ct-3g9dbtun44mal Version April 22, 2025 2864 AMS Advanced Change Type Reference AMS Advanced Change Type Details "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, "additionalProperties": false, "required": [ "DocumentName", "Region", "Parameters" ] } Schema for Change Type ct-3gf8dolbo8x9p Classifications: • Deployment | Advanced stack components | Database Migration Service (DMS) | Create target endpoint { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Create DMS target endpoint", "description": "Use to create a Database Migration Service (DMS) target endpoint for RDS supported MySQL, MariaDB, PostgreSQL, Oracle and Microsoft SQL server engine.", "type": "object", "properties": { "Description": { "description": "Meaningful information about the resource to be created.", "type": "string", "minLength": 1, "maxLength": 500 }, "VpcId": { "description": "ID of the VPC to use, in the form vpc-0123abcd or vpc-01234567890abcdef.", "type": "string", "pattern": "^vpc-[a-z0-9]{8}$|^vpc-[a-z0-9]{17}$" }, ct-3gf8dolbo8x9p Version April 22, 2025 2865 AMS Advanced Change Type Reference AMS Advanced Change Type Details "Name": { "description": "A name for the stack or stack component; this becomes the Stack Name.", "type": "string", "minLength": 1, "maxLength": 255 }, "Tags": { "description": "Up to 40 tags (key/value pairs) to categorize the resource.", "type": "array", "items": { "type": "object", "properties": { "Key": { "type": "string", "pattern": "^[a-zA-Z0-9\\s_./=+-]{1,127}$", "minLength": 1, "maxLength": 127 }, "Value": { "type": "string", "pattern": "^[a-zA-Z0-9\\s_./=+-]{1,127}$", "minLength": 1, "maxLength": 127 } }, "additionalProperties": false, "metadata": { "ui:order": [ "Key", "Value" ] }, "required": [ "Key", "Value" ] }, "minItems": 0, "maxItems": 40, "uniqueItems": true }, "StackTemplateId": { "description": "Must be stm-knghtmmgefafdq89u", ct-3gf8dolbo8x9p Version April 22, 2025 2866 AMS Advanced Change Type Reference AMS Advanced Change Type Details "type": "string", "enum": [ "stm-knghtmmgefafdq89u" ], "default": "stm-knghtmmgefafdq89u" }, "TimeoutInMinutes": { "description":
ams-ct-739
ams-ct.pdf
739
{ "description": "Up to 40 tags (key/value pairs) to categorize the resource.", "type": "array", "items": { "type": "object", "properties": { "Key": { "type": "string", "pattern": "^[a-zA-Z0-9\\s_./=+-]{1,127}$", "minLength": 1, "maxLength": 127 }, "Value": { "type": "string", "pattern": "^[a-zA-Z0-9\\s_./=+-]{1,127}$", "minLength": 1, "maxLength": 127 } }, "additionalProperties": false, "metadata": { "ui:order": [ "Key", "Value" ] }, "required": [ "Key", "Value" ] }, "minItems": 0, "maxItems": 40, "uniqueItems": true }, "StackTemplateId": { "description": "Must be stm-knghtmmgefafdq89u", ct-3gf8dolbo8x9p Version April 22, 2025 2866 AMS Advanced Change Type Reference AMS Advanced Change Type Details "type": "string", "enum": [ "stm-knghtmmgefafdq89u" ], "default": "stm-knghtmmgefafdq89u" }, "TimeoutInMinutes": { "description": "The maximum amount of time, in minutes, to allow for execution of the change. This will not prolong execution, but the RFC fails if the change is not completed in the specified time.", "type": "number", "minimum": 0, "maximum": 60, "default": 60 }, "Parameters": { "type": "object", "properties": { "CertificateArn": { "type": "string", "description": "The Amazon Resource Name (ARN) for the certificate to use with the target. This is required if SslMode = verify-ca or verify-full.", "pattern": "^$|^arn:aws:dms:[a-z0-9-]+:[0-9]{12}:cert:[A-Z0-9]+$", "default": "" }, "DatabaseName": { "type": "string", "description": "The name of the target database. Must not be blank if EngineName = oracle, postgres or sqlserver.", "default": "" }, "EndpointIdentifier": { "type": "string", "description": "The identifier to be used for the target endpoint. This is a label for the endpoint to help you identify it. It must be unique for all endpoints owned by your AWS account in the current region. It must begin with a letter, must contain only ASCII letters, digits and hyphens and must not end with a hyphen or contain two consecutive hyphens.", "pattern": "^$|^(?!.*--)[a-zA-Z][a-zA-Z0-9-]*[a-zA-Z0-9]$", "default": "" }, "EngineName": { "type": "string", ct-3gf8dolbo8x9p Version April 22, 2025 2867 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "The type of engine this target endpoint is connected to. Amazon RDS-supported MySQL, MariaDB, PostgreSQL, Oracle and Microsoft SQL are the options.", "enum": [ "mariadb", "mysql", "oracle", "postgres", "sqlserver" ] }, "ExtraConnectionAttributes": { "type": "string", "description": "Additional attributes associated with the connection. For example, to disable foreign key checks in MySQL compatible database as targets add initstmt=SET FOREIGN_KEY_CHECKS=0. See 'Targets for Data Migration' in AWS DMS documentation.", "default": "" }, "KmsKeyId": { "type": "string", "description": "This is the customer master key (CMK) that is used to encrypt connection parameters. If not specified the default CMK for AWS DMS is used.", "default": "" }, "Password": { "type": "string", "description": "The password to be used to log in to the endpoint database.", "metadata": { "ams:sensitive": true }, "default": "" }, "Port": { "type": "string", "description": "The port used by the endpoint database.", "pattern": "^$|^([1-9]|[1-8][0-9]|9[0-9]|[1-8][0-9]{2}|9[0-8][0-9]|99[0-9]| [1-8][0-9]{3}|9[0-8][0-9]{2}|99[0-8][0-9]|999[0-9]|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4] [0-9]{2}|655[0-2][0-9]|6553[0-5])$", "default": "" }, "ServerName": { "type": "string", ct-3gf8dolbo8x9p Version April 22, 2025 2868 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "The name of the server where the target database resides. For an EC2 instance, this can be the IP address or the hostname. For an Amazon RDS DB instance, this can be the endpoint for the DB instance.", "default": "" }, "SslMode": { "type": "string", "description": "The SSL mode to ecrypt connections for target endpoint. Not all SSL modes work with all database endpoints. See 'Using SSL' in AWS DMS documentation.", "enum": [ "none", "require", "verify-ca", "verify-full" ], "default": "none" }, "Username": { "type": "string", "description": "The user name to be used to log in to the target database.", "metadata": { "ams:sensitive": true }, "default": "" } }, "metadata": { "ui:order": [ "EndpointIdentifier", "EngineName", "ServerName", "Port", "Username", "Password", "DatabaseName", "ExtraConnectionAttributes", "KmsKeyId", "SslMode", "CertificateArn" ] }, "required": [ "EngineName", ct-3gf8dolbo8x9p Version April 22, 2025 2869 AMS Advanced Change Type Reference AMS Advanced Change Type Details "ServerName", "Port", "Username", "Password" ], "additionalProperties": false } }, "metadata": { "ui:order": [ "Name", "Description", "VpcId", "Parameters", "TimeoutInMinutes", "StackTemplateId", "Tags" ] }, "required": [ "Description", "VpcId", "Name", "Parameters", "TimeoutInMinutes", "StackTemplateId" ], "additionalProperties": false } Schema for Change Type ct-3gg0id58rn82h Classifications: • Management | Advanced stack components | EBS snapshot | Share { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Share EBS Snapshot", "description": "Share an Elastic Block Store (EBS) snapshot with another AMS account. If the destination account is onboarded in a different AMS Region, use change type ID ct-3gg0id58rn82h Version April 22, 2025 2870 AMS Advanced Change Type Reference AMS Advanced Change Type Details ct-3lkbpansfv69k in the destination account to copy shared snapshot across regions. Only snapshots encrypted with managed KMS keys can be shared.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-ShareEBSSnapshot.", "type": "string", "enum": [ "AWSManagedServices-ShareEBSSnapshot" ], "default": "AWSManagedServices-ShareEBSSnapshot" }, "Region": { "description": "The AWS Region to use, in the form us-east-1.", "type": "string", "pattern": "[a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\\d{1}" }, "Parameters": { "type": "object", "properties": { "AccountId": { "description": "The ID of the AWS account the EBS snapshots will be shared with, in the form 123456789012.", "type": "array", "items": { "type":
ams-ct-740
ams-ct.pdf
740
2025 2870 AMS Advanced Change Type Reference AMS Advanced Change Type Details ct-3lkbpansfv69k in the destination account to copy shared snapshot across regions. Only snapshots encrypted with managed KMS keys can be shared.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-ShareEBSSnapshot.", "type": "string", "enum": [ "AWSManagedServices-ShareEBSSnapshot" ], "default": "AWSManagedServices-ShareEBSSnapshot" }, "Region": { "description": "The AWS Region to use, in the form us-east-1.", "type": "string", "pattern": "[a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\\d{1}" }, "Parameters": { "type": "object", "properties": { "AccountId": { "description": "The ID of the AWS account the EBS snapshots will be shared with, in the form 123456789012.", "type": "array", "items": { "type": "string", "pattern": "^[0-9]{12}$" }, "minItems": 1, "maxItems": 1 }, "SnapshotId": { "description": "The ID of the EBS snapshot to share.", "type": "array", "items": { "type": "string", "pattern": "^snap-[0-9a-f]{8}$|^snap-[0-9a-f]{17}$" }, "minItems": 1, "maxItems": 1 } }, "metadata": { "ui:order": [ ct-3gg0id58rn82h Version April 22, 2025 2871 AMS Advanced Change Type Reference AMS Advanced Change Type Details "SnapshotId", "AccountId" ] }, "additionalProperties": false, "required": [ "SnapshotId", "AccountId" ] } }, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, "additionalProperties": false, "required": [ "DocumentName", "Region", "Parameters" ] } Schema for Change Type ct-3gjfayulf5hhs Classifications: • Management | Managed account | Developer mode | Enable (review required) { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Enable Developer Mode", "description": "Enable Developer Mode (Dev Mode). Dev mode provides you with elevated permissions, in AMS Plus accounts, to provision and update AWS resources outside of the AMS change management process. Dev mode does this by leveraging native AWS API calls within the AMS Virtual Private Cloud (VPC), enabling you to design and implement infrastructure and applications in your managed environment. When using an account that has Dev mode enabled, continuity management, patch management, and change management are provided for resources provisioned through the AMS change ct-3gjfayulf5hhs Version April 22, 2025 2872 AMS Advanced Change Type Reference AMS Advanced Change Type Details management process or by using an AMS Amazon Machine Image (AMI). However, these AMS management features are not offered for resources provisioned through native AWS APIs. Rather, you are responsible for monitoring infrastructure resources that are provisioned outside of the AMS change management process. Dev mode is limited to accounts with non-production workloads. With elevated permissions, you have an increased responsibility to ensure adherence to internal controls.", "type": "object", "properties": { "Enable": { "description": "To confirm that you are enabling Dev mode, enter Yes. If this parameter is left unspecified, Dev mode is not enabled.", "type": "string", "enum": [ "Yes" ] }, "Priority": { "description": "The priority of the request. See AMS \"RFC scheduling\" documentation for a definition of the priorities.", "type": "string", "enum": [ "Low", "Medium", "High" ] } }, "additionalProperties": false, "metadata": { "ui:order": [ "Enable", "Priority" ] }, "required": [ "Enable" ] } ct-3gjfayulf5hhs Version April 22, 2025 2873 AMS Advanced Change Type Reference AMS Advanced Change Type Details Schema for Change Type ct-3glr80c15rp7z Classifications: • Management | Standalone resources | RDS instance | Terminate { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Terminate Standalone DB Instance Or Cluster", "description": "Terminate a standalone DB instance or cluster. The automation checks that the DB instance, or cluster, is not part of a CloudFormation stack and does not have termination protection enabled. Please note that deleting the DB cluster deletes all the automated backups for that DB cluster and those backups can't be recovered. Standalone resources for testing purposes are created by AMS upon your request, they are not part of a stack and they can't be deleted with ct-0q0bic0ywqk6c.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices- TerminateStandaloneDBInstanceOrCluster.", "type": "string", "enum": [ "AWSManagedServices-TerminateStandaloneDBInstanceOrCluster" ], "default": "AWSManagedServices-TerminateStandaloneDBInstanceOrCluster" }, "Region": { "description": "The AWS Region where DB identifier is located, in the form us- east-1.", "type": "string", "pattern": "^([a-z]{2}((-gov))?-[a-z]+-\\d{1})$" }, "Confirmation": { "description": "Explicitly confirm the termination of the DB identifier with 'permanently delete', note that the RFC is not created if this parameter is null. Additionally, once the DB identifier is deleted it can't be restored unless there is an snapshot for the DB identifier.", "type": "string", "pattern": "^permanently delete$" }, "Parameters": { "type": "object", ct-3glr80c15rp7z Version April 22, 2025 2874 AMS Advanced Change Type Reference "properties": { AMS Advanced Change Type Details "CreateFinalSnapshot": { "description": "True to create a final DB snapshot before deleting the DB identifier, false to not create a final snapshot. By default, the DB snapshot is created. If set to false and there are no existing snapshots for the DB identifier, it can't be restored.", "type": "boolean", "default": true }, "DBIdentifierArn": { "description": "The Amazon Resource Name (ARN) that uniquely identifies the DB instance or cluster.", "type": "string", "pattern": "^arn:(aws|aws-cn|aws-us-gov):rds:([a-z]{2}((-gov))?-[a-z]+-\ \d{1}):[0-9]{12}:(db|cluster):[a-zA-Z]{1}(?!.*--)(?!.*-$)[A-Za-z0-9-]{0,62}$" }, "DeleteAutomatedBackups": { "description": "True to remove automated (system) backups immediately after the DB instance is deleted, false to not remove the backups immediately; applies to DB instance backups only. Default is false.
ams-ct-741
ams-ct.pdf
741
a final DB snapshot before deleting the DB identifier, false to not create a final snapshot. By default, the DB snapshot is created. If set to false and there are no existing snapshots for the DB identifier, it can't be restored.", "type": "boolean", "default": true }, "DBIdentifierArn": { "description": "The Amazon Resource Name (ARN) that uniquely identifies the DB instance or cluster.", "type": "string", "pattern": "^arn:(aws|aws-cn|aws-us-gov):rds:([a-z]{2}((-gov))?-[a-z]+-\ \d{1}):[0-9]{12}:(db|cluster):[a-zA-Z]{1}(?!.*--)(?!.*-$)[A-Za-z0-9-]{0,62}$" }, "DeleteAutomatedBackups": { "description": "True to remove automated (system) backups immediately after the DB instance is deleted, false to not remove the backups immediately; applies to DB instance backups only. Default is false. Note that automated backups are deleted once the snapshot expires, based on the retention period settings the source instance had when you deleted it. Retained automated backups are removed by the system after their last system snapshot expires.", "type": "boolean", "default": false }, "FinalDBSnapshotIdentifier": { "description": "A meaningful name for the DB identifier snapshot to be created when the CreateFinalSnapshot parameter is set to true.", "type": "string", "pattern": "^[a-zA-Z](?!.*--)[a-zA-Z0-9-]*[a-zA-Z0-9]$|^$", "minLength": 0, "maxLength": 256, "default": "" } }, "metadata": { "ui:order": [ "DBIdentifierArn", "DeleteAutomatedBackups", "CreateFinalSnapshot", "FinalDBSnapshotIdentifier" ] }, ct-3glr80c15rp7z Version April 22, 2025 2875 AMS Advanced Change Type Reference AMS Advanced Change Type Details "additionalProperties": false, "required": [ "DBIdentifierArn" ] } }, "metadata": { "ui:order": [ "DocumentName", "Region", "Confirmation", "Parameters" ] }, "required": [ "DocumentName", "Region", "Confirmation", "Parameters" ], "additionalProperties": false } Schema for Change Type ct-3hox8uwjgze1f Classifications: • Deployment | Advanced stack components | Identity and Access Management (IAM) | Create SAML identity provider { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Create SAML Identity Provider", "description": "Create an IAM identity provider using the SAML metadata document file that you stored in your chosen S3 bucket.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-HandleCreateSamlProvider-Admin", "type": "string", "enum": [ ct-3hox8uwjgze1f Version April 22, 2025 2876 AMS Advanced Change Type Reference AMS Advanced Change Type Details "AWSManagedServices-HandleCreateSamlProvider-Admin" ], "default": "AWSManagedServices-HandleCreateSamlProvider-Admin" }, "Region": { "description": "The AWS Region of the account, in the form us-east-1.", "type": "string", "pattern": "^([a-z]{2}((-gov))?-[a-z]+-\\d{1})$" }, "Parameters": { "type": "object", "properties": { "SAMLMetadataDocumentURL": { "description": "The S3 URL of the SAML metadata document file, in the form s3://bucketname/path/to/saml-metadata.xml.", "type": "array", "items": { "type": "string", "pattern": "^s3://[a-z0-9]([-.a-z0-9]+)[a-z0-9]/.+$" }, "minItems": 1, "maxItems": 1 }, "Name": { "description": "A meaningful name for the identity provider.", "type": "array", "items": { "type": "string", "default": "customer-saml", "pattern": "^[\\w._-]{1,128}" }, "minItems": 1, "maxItems": 1 } }, "metadata": { "ui:order": [ "SAMLMetadataDocumentURL", "Name" ] }, "required": [ "SAMLMetadataDocumentURL" ], ct-3hox8uwjgze1f Version April 22, 2025 2877 AMS Advanced Change Type Reference AMS Advanced Change Type Details "additionalProperties": false } }, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, "required": [ "DocumentName", "Region", "Parameters" ], "additionalProperties": false } Schema for Change Type ct-3j2zstluz6dxq Classifications: • Management | Advanced stack components | Security group | Authorize ingress rule { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Authorize Ingress Rule", "description": "Authorize the ingress rule for the specified security group (SG). You must specify the configurations of the ingress rule that you are authorizing. Note that this adds an ingress rule to the specified SG but does not modify any existing ingress rules.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices- AuthorizeSecurityGroupIngressRuleV3.", "type": "string", "enum": [ "AWSManagedServices-AuthorizeSecurityGroupIngressRuleV3" ], "default": "AWSManagedServices-AuthorizeSecurityGroupIngressRuleV3" }, ct-3j2zstluz6dxq Version April 22, 2025 2878 AMS Advanced Change Type Reference AMS Advanced Change Type Details "Region": { "description": "The AWS Region in which the security group is located, in the form us-east-1.", "type": "string", "pattern": "^([a-z]{2}((-gov))?-[a-z]+-\\d{1})$" }, "Parameters": { "type": "object", "properties": { "SecurityGroupId": { "description": "The ID of the security group (SG) that you are updating, in the form sg-0123456789abcdef.", "type": "array", "items": { "type": "string", "pattern": "^sg-[0-9a-f]{8}$|^sg-[0-9a-f]{17}$" }, "minItems": 1, "maxItems": 1 }, "IpProtocol": { "description": "The IP protocol name, or IP protocol number, for the ingress rule. For example, for TCP, enter either TCP, or (IP protocol number) 6. If you enter ICMP, you can specify any or all of the ICMP types and codes.", "type": "array", "items": { "type": "string", "pattern": "^[a-zA-Z0-9\\+-\\\\(\\\\)\\w]{1,18}$" }, "minItems": 1, "maxItems": 1 }, "FromPort": { "description": "Start of allowed port range, from 0 to 65535 for TCP/UDP. For ICMP, use -1.", "type": "array", "items": { "type": "string", "pattern": "^-1$|^[0-9]{1,4}$|^[1-5][0-9]{4}$|^6[0-4][0-9]{3}$|^65[0-4] [0-9]{2}$|^655[0-2][0-9]$|^6553[0-5]$" }, "minItems": 1, "maxItems": 1 }, ct-3j2zstluz6dxq Version April 22, 2025 2879 AMS Advanced Change Type Reference "ToPort": { AMS Advanced Change Type Details "description": "End of allowed port range, from 0 to 65535 for TCP/UDP. For ICMP, use -1.", "type": "array", "items": { "type": "string", "pattern": "^-1$|^[0-9]{1,4}$|^[1-5][0-9]{4}$|^6[0-4][0-9]{3}$|^65[0-4] [0-9]{2}$|^655[0-2][0-9]$|^6553[0-5]$" }, "minItems": 1, "maxItems": 1 }, "Source": { "description": "An IP address range in CIDR notation, in the form 255.255.255.255/32; or the ID of another security group in the same Region; or self, to specify the same security group.", "type": "array", "items": { "type": "string", "pattern": "^(([0-9][0-9]{0,1}|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9] [0-9]{0,1}|1[0-9]{2}|2[0-4][0-9]|25[0-5])(\\/([0-9]|[1-2][0-9]|3[0-2])){0,1}$|^sg- [0-9a-f]{8,17}$|^self$|^pl-\\w+|^[0-9]{12}\\/sg-[0-9a-f]{8,17}$" }, "minItems": 1, "maxItems": 1
ams-ct-742
ams-ct.pdf
742
"maxItems": 1 }, ct-3j2zstluz6dxq Version April 22, 2025 2879 AMS Advanced Change Type Reference "ToPort": { AMS Advanced Change Type Details "description": "End of allowed port range, from 0 to 65535 for TCP/UDP. For ICMP, use -1.", "type": "array", "items": { "type": "string", "pattern": "^-1$|^[0-9]{1,4}$|^[1-5][0-9]{4}$|^6[0-4][0-9]{3}$|^65[0-4] [0-9]{2}$|^655[0-2][0-9]$|^6553[0-5]$" }, "minItems": 1, "maxItems": 1 }, "Source": { "description": "An IP address range in CIDR notation, in the form 255.255.255.255/32; or the ID of another security group in the same Region; or self, to specify the same security group.", "type": "array", "items": { "type": "string", "pattern": "^(([0-9][0-9]{0,1}|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9] [0-9]{0,1}|1[0-9]{2}|2[0-4][0-9]|25[0-5])(\\/([0-9]|[1-2][0-9]|3[0-2])){0,1}$|^sg- [0-9a-f]{8,17}$|^self$|^pl-\\w+|^[0-9]{12}\\/sg-[0-9a-f]{8,17}$" }, "minItems": 1, "maxItems": 1 }, "Description": { "description": "A meaningful description of the ingress rule.", "type": "array", "items": { "type": "string", "pattern": "^$|^[ a-zA-Z0-9._\\-:/()#,@\\[\\]+=&;{}!$\\*]{1,255}$" }, "minItems": 1, "maxItems": 1 } }, "metadata": { "ui:order": [ "SecurityGroupId", "IpProtocol", "FromPort", "ToPort", "Source", ct-3j2zstluz6dxq Version April 22, 2025 2880 AMS Advanced Change Type Reference AMS Advanced Change Type Details "Description" ] }, "required": [ "SecurityGroupId", "IpProtocol", "FromPort", "ToPort", "Source" ], "additionalProperties": false } }, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, "required": [ "DocumentName", "Region", "Parameters" ], "additionalProperties": false } Schema for Change Type ct-3jo8yccbin4it Classifications: • Management | Managed landing zone | Networking account | Disassociate TGW attachment { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Disassociate TGW Attachment", "description": "Disassociate transit gateway (TGW) attachment from the transit gateway (TGW) route table. Use this change type for multi-account landing zone (MALZ) in Networking account only.", "type": "object", "properties": { ct-3jo8yccbin4it Version April 22, 2025 2881 AMS Advanced Change Type Reference "DocumentName": { AMS Advanced Change Type Details "description": "Must be AWSManagedServices-DisassociateTGWAttachment.", "type": "string", "enum": [ "AWSManagedServices-DisassociateTGWAttachment" ], "default": "AWSManagedServices-DisassociateTGWAttachment" }, "Region": { "description": "The AWS Region in which the TGW attachment and TGW route table is located, in the form us-east-1.", "type": "string", "pattern": "^([a-z]{2}((-gov))?-[a-z]+-\\d{1})$" }, "Parameters": { "type": "object", "properties": { "TransitGatewayAttachmentId": { "description": "The ID of the TGW attachment to disassociate from the TGW route table.", "type": "array", "items": { "type": "string", "pattern": "^tgw-attach-[a-z0-9]{17}$" }, "maxItems": 1 }, "TransitGatewayRouteTableId": { "description": "The ID of the TGW route table.", "type": "array", "items": { "type": "string", "pattern": "^tgw-rtb-[a-z0-9]{17}$" }, "maxItems": 1 } }, "metadata": { "ui:order": [ "TransitGatewayAttachmentId", "TransitGatewayRouteTableId" ] }, "additionalProperties": false, ct-3jo8yccbin4it Version April 22, 2025 2882 AMS Advanced Change Type Details AMS Advanced Change Type Reference "required": [ "TransitGatewayAttachmentId", "TransitGatewayRouteTableId" ] } }, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, "additionalProperties": false, "required": [ "DocumentName", "Region", "Parameters" ] } Schema for Change Type ct-3jrqmeq7j0wke Classifications: • Deployment | Advanced stack components | Redshift | Create (cluster from snapshot) { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Create Redshift Cluster From Snapshot", "description": "Create a Redshift cluster with the same configration as the source snapshot.", "type": "object", "properties": { "VpcId": { "description": "ID of the VPC to use, in the form vpc-0123abcd or vpc-01234567890abcdef.", "type": "string", "pattern": "^vpc-[a-z0-9]{8}$|^vpc-[a-z0-9]{17}$" }, "Description": { "description": "Meaningful information about the resource to be created.", ct-3jrqmeq7j0wke Version April 22, 2025 2883 AMS Advanced Change Type Reference AMS Advanced Change Type Details "type": "string", "minLength": 1, "maxLength": 500 }, "Name": { "description": "A name for the stack or stack component; this becomes the Stack Name.", "type": "string", "minLength": 1, "maxLength": 255 }, "Tags": { "description": "Up to fifty tags (key/value pairs) to categorize the resource.", "type": "array", "items": { "type": "object", "properties": { "Key": { "type": "string", "minLength": 1, "maxLength": 127 }, "Value": { "type": "string", "minLength": 1, "maxLength": 255 } }, "additionalProperties": false, "metadata": { "ui:order": [ "Key", "Value" ] }, "required": [ "Key", "Value" ] }, "minItems": 0, "maxItems": 50, "uniqueItems": true }, ct-3jrqmeq7j0wke Version April 22, 2025 2884 AMS Advanced Change Type Reference AMS Advanced Change Type Details "StackTemplateId": { "description": "Must be stm-szovkq00000000000", "type": "string", "enum": [ "stm-szovkq00000000000" ], "default": "stm-szovkq00000000000" }, "TimeoutInMinutes": { "description": "The maximum amount of time, in minutes, to allow for execution of the change. This will not prolong execution, but the RFC fails if the change is not completed in the specified time.", "type": "number", "minimum": 0, "maximum": 360, "default": 60 }, "Parameters": { "type": "object", "properties": { "ClusterIdentifier": { "type": "string", "description": "A unique identifier for the cluster. Only ASCII letters, digits, hyphens. Cannot end with a hyphen or have more than two consecutive hyphens.", "pattern": "^(|(?!.*--.*)(?!.*-$)[a-z][a-z0-9-]{0,62})$" }, "ClusterSnapshot": { "type": "string", "description": "The name of the snapshot from which to create the new cluster. Only ASCII letters, digits, and hyphens.", "pattern": "^[a-zA-Z0-9-]{1,255}$|^rs:[a-zA-Z0-9-]{1,255}$" }, "NodeType": { "description": "The type of Amazon Redshift cluster node. The node type determines the CPU, RAM, storage capacity, and storage drive type for each node. You can only modify this if you are using any AWS DS (dense storage) node type. In that case, you can choose to restore into another DS node type of the same size. For example, you can restore ds1.8xlarge into ds2.8xlarge, or ds1.xlarge into
ams-ct-743
ams-ct.pdf
743
hyphens.", "pattern": "^(|(?!.*--.*)(?!.*-$)[a-z][a-z0-9-]{0,62})$" }, "ClusterSnapshot": { "type": "string", "description": "The name of the snapshot from which to create the new cluster. Only ASCII letters, digits, and hyphens.", "pattern": "^[a-zA-Z0-9-]{1,255}$|^rs:[a-zA-Z0-9-]{1,255}$" }, "NodeType": { "description": "The type of Amazon Redshift cluster node. The node type determines the CPU, RAM, storage capacity, and storage drive type for each node. You can only modify this if you are using any AWS DS (dense storage) node type. In that case, you can choose to restore into another DS node type of the same size. For example, you can restore ds1.8xlarge into ds2.8xlarge, or ds1.xlarge into ds2.xlarge. If you have a DC instance type, you must restore into that same instance type and size.", "type": "string", "enum": [ "ds2.xlarge", ct-3jrqmeq7j0wke Version April 22, 2025 2885 AMS Advanced Change Type Reference AMS Advanced Change Type Details "ds2.8xlarge", "dc2.large", "dc2.8xlarge", "dc1.large", "dc1.8xlarge", "ra3.xlplus", "ra3.4xlarge", "ra3.16xlarge" ] }, "SnapshotAccountOwner": { "type": "string", "description": "The AWS customer account used to create or copy the snapshot. Required if you are restoring a snapshot you do not own, optional if you own the snapshot. Numbers only, no hyphens.", "pattern": "^(|[0-9]{12})$" }, "SnapshotClusterIdentifier": { "type": "string", "description": "The name of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.", "pattern": "^(|(?!.*--.*)(?!.*-$)[a-z][a-z0-9-]{0,62})$" }, "IamRoles": { "type": "string", "description": "A comma-delimited list of up to 10 AWS Identity and Access Management (IAM) roles that the cluster can use to access other AWS services. Supply the IAM roles by their Amazon Resource Name (ARN), in the form arn:aws:iam::000000000000:role/customer_redshift_role. The role name must be prefixed with \"customer\". Leave blank to not attach any roles to the cluster.", "pattern": "^(arn:aws:iam::[0-9]{12}:role/customer[/\\w+=,.@-]+) (,arn:aws:iam::[0-9]{12}:role/customer[/\\w+=,.@-]+){0,9}$|^$" }, "ParameterGroupName": { "type": "string", "description": "The name of an existing Amazon Redshift parameter group. If no value is provided the default parameter group will be used.", "pattern": "^(|[a-zA-Z]+(?:-?[a-zA-Z0-9.]+){1,255})$" }, "ClusterSubnetGroup": { "type": "string", "description": "The name of an existing Amazon Redshift subnet group.", "pattern": "^[a-zA-Z0-9._-]{1,255}$" ct-3jrqmeq7j0wke Version April 22, 2025 2886 AMS Advanced Change Type Reference AMS Advanced Change Type Details }, "AllowVersionUpgrade": { "type": "string", "description": "True to apply upgrades to the engine that is running on the cluster, during the maintenance window; false to not.", "enum": [ "true", "false" ], "default": "false" }, "SecurityGroups": { "type": "array", "description": "The identifiers of the security groups to control traffic to and from the Redshift cluster.", "items": { "type": "string", "pattern": "^sg-[a-z0-9]{8}$|^sg-[a-z0-9]{17}$" }, "minItems": 1, "maxItems": 5, "uniqueItems": true }, "DatabasePortNumber": { "type": "integer", "description": "The port number on which the cluster accepts incoming connections.", "default": 5439, "minimum": 1150, "maximum": 65535 }, "AutomatedSnapshotRetentionPeriod": { "type": "integer", "description": "The number of days that automated snapshots are retained. The default is to retain 7 days of snapshots, and the maximum value is 35 days. To disable automated snapshot retention, use 0.", "default": 7, "minimum": 0, "maximum": 35 }, "PreferredMaintenanceWindow": { "type": "string", ct-3jrqmeq7j0wke Version April 22, 2025 2887 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "The weekly time range (in UTC) during which automated cluster maintenance can occur. The format of the time range is ddd:hh24:mi-ddd:hh24:mi. Leave blank to allow Amazon Redshift to choose a random 30 minute maintenance window.", "pattern": "^[a-z]{3}:[0-9]{2}:[0-9]{2}-[a-z]{3}:[0-9]{2}:[0-9]{2}$|^$", "default": "" } }, "metadata": { "ui:order": [ "ClusterIdentifier", "ClusterSnapshot", "SnapshotAccountOwner", "SnapshotClusterIdentifier", "NodeType", "IamRoles", "ParameterGroupName", "ClusterSubnetGroup", "AllowVersionUpgrade", "SecurityGroups", "DatabasePortNumber", "AutomatedSnapshotRetentionPeriod", "PreferredMaintenanceWindow" ] }, "required": [ "ClusterSnapshot", "ClusterSubnetGroup", "NodeType" ], "additionalProperties": false } }, "metadata": { "ui:order": [ "Description", "VpcId", "Name", "TimeoutInMinutes", "StackTemplateId", "Tags", "Parameters" ] }, "required": [ ct-3jrqmeq7j0wke Version April 22, 2025 2888 AMS Advanced Change Type Reference AMS Advanced Change Type Details "Description", "VpcId", "Name", "TimeoutInMinutes", "StackTemplateId", "Parameters" ], "additionalProperties": false } Schema for Change Type ct-3jx80fquylzhf Classifications: • Management | Advanced stack components | RDS database stack | Update enhanced monitoring { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Update Enhanced Monitoring", "description": "Update the Enhanced Monitoring property of an Amazon Relational Database Service (RDS) database instance or cluster. Enhanced Monitoring allows you to collect vital operating system metrics and process information, at the defined granularity.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-UpdateRDSEnhancedMonitoring.", "type": "string", "enum": [ "AWSManagedServices-UpdateRDSEnhancedMonitoring" ], "default": "AWSManagedServices-UpdateRDSEnhancedMonitoring" }, "Region": { "description": "The AWS Region in which the AWS resource is located, in the form us-east-1.", "type": "string", "pattern": "^([a-z]{2}((-gov))?-[a-z]+-\\d{1})$" }, "Parameters": { "type": "object", "properties": { ct-3jx80fquylzhf Version April 22, 2025 2889 AMS Advanced Change Type Reference AMS Advanced Change Type Details "DBIdentifierArn": { "description": "The Amazon Resource Name (ARN) of the RDS instance or cluster.", "type": "string", "pattern": "^arn:(aws|aws-cn|aws-us-gov):rds:([a-z]{2}((-gov))?-[a-z]+-\ \d{1}):[0-9]{12}:(db|cluster):[a-zA-Z]{1}(?!.*--)(?!.*-$)[A-Za-z0-9-]{0,62}$" }, "MonitoringInterval": { "description": "The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance. The valid intervals are 0, 1, 5, 10, 15, 30 and
ams-ct-744
ams-ct.pdf
744
[ "AWSManagedServices-UpdateRDSEnhancedMonitoring" ], "default": "AWSManagedServices-UpdateRDSEnhancedMonitoring" }, "Region": { "description": "The AWS Region in which the AWS resource is located, in the form us-east-1.", "type": "string", "pattern": "^([a-z]{2}((-gov))?-[a-z]+-\\d{1})$" }, "Parameters": { "type": "object", "properties": { ct-3jx80fquylzhf Version April 22, 2025 2889 AMS Advanced Change Type Reference AMS Advanced Change Type Details "DBIdentifierArn": { "description": "The Amazon Resource Name (ARN) of the RDS instance or cluster.", "type": "string", "pattern": "^arn:(aws|aws-cn|aws-us-gov):rds:([a-z]{2}((-gov))?-[a-z]+-\ \d{1}):[0-9]{12}:(db|cluster):[a-zA-Z]{1}(?!.*--)(?!.*-$)[A-Za-z0-9-]{0,62}$" }, "MonitoringInterval": { "description": "The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance. The valid intervals are 0, 1, 5, 10, 15, 30 and 60. To disable collecting Enhanced Monitoring metrics, specify 0.", "type": "string", "enum": [ "0", "1", "5", "10", "15", "30", "60" ] }, "MonitoringRoleName": { "description": "The name of the IAM role that permits RDS to send enhanced monitoring metrics to Amazon CloudWatch Logs. If no role is specified, the default role 'rds-monitoring-role' will be used or created if it does not exist.", "type": "string", "default": "rds-monitoring-role", "pattern": "^[a-zA-Z0-9_+=,.@-]{1,64}$" } }, "metadata": { "ui:order": [ "DBIdentifierArn", "MonitoringInterval", "MonitoringRoleName" ] }, "required": [ "DBIdentifierArn", "MonitoringInterval" ], "additionalProperties": false } ct-3jx80fquylzhf Version April 22, 2025 2890 AMS Advanced Change Type Reference AMS Advanced Change Type Details }, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, "required": [ "DocumentName", "Region", "Parameters" ], "additionalProperties": false } Schema for Change Type ct-3kh1wiizlne1i Classifications: • Management | Access | Stack read-only access | Update { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Update Stack Read-Only access", "description": "Update read only access for one or more users for one or more stacks. The maximum access time is 12 hours.", "type": "object", "properties": { "DomainFQDN": { "description": "The FQDN for the user accounts to grant access to.", "type": "string", "minLength": 1, "maxLength": 255 }, "StackIds": { "description": "A minimum of one stack ID is required.", "type": "array", "items": { "type": "string", "pattern": "^stack-[a-z0-9]{17}$" }, ct-3kh1wiizlne1i Version April 22, 2025 2891 AMS Advanced Change Type Reference AMS Advanced Change Type Details "minItems": 1, "uniqueItems": true }, "TimeRequestedInHours": { "description": "The amount of time, in hours, requested for access to the instance. Access is terminated after this time.", "type": "integer", "minimum": 1, "default": 1 }, "Usernames": { "description": "One or more Active Directory user names used to grant access.", "type": "array", "items": { "type": "string" }, "minItems": 1, "uniqueItems": true }, "VpcId": { "description": "The ID of the VPC that contains the stacks where access is required, in the form of vpc-12345678 or vpc-1234567890abcdef0.", "type": "string", "pattern": "^vpc-[a-z0-9]{8}$|^vpc-[a-z0-9]{17}$" } }, "metadata": { "ui:order": [ "VpcId", "StackIds", "Usernames", "DomainFQDN", "TimeRequestedInHours" ] }, "additionalProperties": false, "required": [ "DomainFQDN", "StackIds", "Usernames", "VpcId" ] } ct-3kh1wiizlne1i Version April 22, 2025 2892 AMS Advanced Change Type Reference AMS Advanced Change Type Details Schema for Change Type ct-3kinq0u4l33zf Classifications: • Management | Custom Stack | Stack from CloudFormation Template | Remediate drift • Management | Standard stacks | Stack | Remediate drift { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Remediate Stack Drift", "description": "Remediate the drift (out-of-band changes) in a stack, bringing the stack in sync and enabling you to perform future updates using the available Update CTs. Note: up to 10 drifted resources will be remediated per RFC.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-StartDriftRemediation.", "type": "string", "enum": [ "AWSManagedServices-StartDriftRemediation" ], "default": "AWSManagedServices-StartDriftRemediation" }, "Region": { "description": "The AWS Region in which the CloudFormation stack is located, in the form us-east-1.", "type": "string", "pattern": "[a-z]{2}-[a-z]+-\\d{1}" }, "Parameters": { "type": "object", "properties": { "StackName": { "description": "The name of the stack to remediate the drift for, in the form of stack-a1b2c3d4e5f67890e.", "type": "array", "items": { "type": "string", "pattern": "^stack-[a-z0-9]{8}$|^stack-[a-z0-9]{17}$" }, "minItems": 1, "maxItems": 1 ct-3kinq0u4l33zf Version April 22, 2025 2893 AMS Advanced Change Type Reference AMS Advanced Change Type Details }, "DryRun": { "description": "True to perform drift remediation in dry run mode, false to perform drift remediation not in dry run mode. Default is false. Dry run mode checks if the stack drift can be remediated or not, but does not attempt remediation. Note that, when DryRun=true, reserved stack outputs for drift remediation, in the form of AMSCFNDriftRemediationBuildReferences95556500d5, can be added or updated. To learn more about outputs, see AWS CloudFormation documentation.", "type": "array", "items": { "type": "string", "default": "false", "enum": [ "true", "false" ] }, "minItems": 1, "maxItems": 1 } }, "metadata": { "ui:order": [ "StackName", "DryRun" ] }, "additionalProperties": false, "required": [ "StackName" ] } }, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, "additionalProperties": false, "required": [ "DocumentName", "Region", ct-3kinq0u4l33zf Version April 22, 2025 2894 AMS Advanced Change Type Reference AMS Advanced Change Type Details "Parameters" ] } Schema for Change Type ct-3kl2d1u40lrj8 Classifications: • Management | Trusted Remediator | Remediation configuration | Update { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Update Trusted Remediator configuration", "description": "Request a Trusted Remediator configuration update. Use this change type in the
ams-ct-745
ams-ct.pdf
745
"false", "enum": [ "true", "false" ] }, "minItems": 1, "maxItems": 1 } }, "metadata": { "ui:order": [ "StackName", "DryRun" ] }, "additionalProperties": false, "required": [ "StackName" ] } }, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, "additionalProperties": false, "required": [ "DocumentName", "Region", ct-3kinq0u4l33zf Version April 22, 2025 2894 AMS Advanced Change Type Reference AMS Advanced Change Type Details "Parameters" ] } Schema for Change Type ct-3kl2d1u40lrj8 Classifications: • Management | Trusted Remediator | Remediation configuration | Update { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Update Trusted Remediator configuration", "description": "Request a Trusted Remediator configuration update. Use this change type in the Trusted Remediator delegated administrator account. The updated configuration is used for all member accounts.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices- UpdateTrustedRemediatorConfiguration.", "type": "string", "enum": [ "AWSManagedServices-UpdateTrustedRemediatorConfiguration" ], "default": "AWSManagedServices-UpdateTrustedRemediatorConfiguration" }, "Region": { "description": "The AWS Region where the Trusted Remediator configuration is stored, in the form us-east-1.", "type": "string", "pattern": "^[a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\\d{1}$" }, "Parameters": { "type": "object", "properties": { "TACheckIDs": { "description": "Up to ten Trusted Advisor check IDs to configure. The checks must be supported by Trusted Remediator.", "type": "array", "items": { "type": "string", ct-3kl2d1u40lrj8 Version April 22, 2025 2895 AMS Advanced Change Type Reference AMS Advanced Change Type Details "pattern": "^[A-Za-z0-9]{9,10}$" }, "minItems": 1, "maxItems": 10, "uniqueItems": true }, "ExecutionMode": { "description": "The default execution mode for the specified Trusted Advisor checks. Allowed values are: 'Automated': an OpsItem is created and remediation automation is executed, 'Manual': an OpsItem is created, but the remediation automation is not executed, 'Conditional': remediation is disabled, but can be enabled for tagged resources using 'AutomatedForTaggedOnly' and 'ManualForTaggedOnly', 'Inactive': remediation is disabled. If not specified, the execution mode is not changed.", "type": "string", "enum": [ "Automated", "Conditional", "Inactive", "Manual" ] }, "AutomatedForTaggedOnly": { "description": "Up to five key/value tag pairs to override the configured execution mode for tagged resources, in the form: '{\"key1\":\"value1\",\"key2\": \"value\"}'. Resources with these tags are set for automated remediation, regardless of the ExecutionMode value, except for Inactive. The Inactive ExecutionMode is not overridden. Use '{}' to remove currently applied values from the configuration.", "type": "string", "pattern": "^\\{(\"(?!([aA][mMwW][sS]:|mc-))[\\s-\\!\\#-\\~(\\\")]{1,128}\"\ \s*:\\s*\"[\\s-\\!\\#-\\~(\\\")]{0,256}\")(,(\"(?!([aA][mMwW][sS]:|mc-))[\\s-\\!\\#-\ \~(\\\")]{1,128}\"\\s*:\\s*\"[\\s-\\!\\#-\\~(\\\")]{0,256}\")){0,4}\\}|^\\{\\}$" }, "ManualForTaggedOnly": { "description": "Up to five key/value tag pairs to override the configured execution mode for tagged resources, in the form: '{\"key1\":\"value1\",\"key2\": \"value\"}'. Resources with these tags are set for manual remediation, regardless of the ExecutionMode value, except for Inactive. The Inactive ExecutionMode is not overridden. Use '{}' to remove currently applied values from the configuration.", "type": "string", "pattern": "^\\{(\"(?![aA][mMwW][sS]:)[\\s-\\!\\#-\\~(\\\")]{1,128}\"\\s*: \\s*\"[\\s-\\!\\#-\\~(\\\")]{0,256}\")(,(\"(?![aA][mMwW][sS]:)[\\s-\\!\\#-\\~(\\\")] {1,128}\"\\s*:\\s*\"[\\s-\\!\\#-\\~(\\\")]{0,256}\")){0,4}\\}|^\\{\\}$" }, ct-3kl2d1u40lrj8 Version April 22, 2025 2896 AMS Advanced Change Type Reference AMS Advanced Change Type Details "UpdateOnlyIfNoFindings": { "description": "True to check member accounts for existing findings and update the remediation configuration with the specified new values, only if no findings are present. False to update the remediation configuration without checking for existing findings in any account. Default is True.", "type": "boolean", "default": true } }, "additionalProperties": false, "metadata": { "ui:order": [ "TACheckIDs", "ExecutionMode", "AutomatedForTaggedOnly", "ManualForTaggedOnly", "UpdateOnlyIfNoFindings" ] }, "required": [ "TACheckIDs", "UpdateOnlyIfNoFindings" ] } }, "metadata": { "ui:order": [ "Region", "Parameters", "DocumentName" ] }, "additionalProperties": false, "required": [ "Region", "DocumentName", "Parameters" ] } ct-3kl2d1u40lrj8 Version April 22, 2025 2897 AMS Advanced Change Type Reference AMS Advanced Change Type Details Schema for Change Type ct-3l14e139i5p50 Classifications: • Deployment | Advanced stack components | ACM Certificate with additional SANs | Create { "$schema": "http://json-schema.org/draft-04/schema#", "name": "acm-certificate-with-additional-sans", "description": "ACM Certificate with additional SANs", "type": "object", "properties": { "Description": { "description": "Stack's purpose description", "type": "string", "minLength": 1, "maxLength": 500 }, "VpcId": { "description": "ID of the vpc to use, in the form vpc-0123abcd or vpc-01234567890abcdef", "type": "string", "pattern": "^vpc-[a-z0-9]{8}$|^vpc-[a-z0-9]{17}$" }, "Name": { "description": "A name for the stack or stack component; this becomes the Stack Name.", "type": "string", "minLength": 1, "maxLength": 255 }, "Tags": { "description": "Up to 40 tags (key/value pairs) to categorize the resource.", "type": "array", "items": { "type": "object", "properties": { "Key": { "type": "string", "pattern": "^[a-zA-Z0-9\\s_./=+-]{1,127}$", "minLength": 1, "maxLength": 127 ct-3l14e139i5p50 Version April 22, 2025 2898 AMS Advanced Change Type Reference AMS Advanced Change Type Details }, "Value": { "type": "string", "pattern": "^[a-zA-Z0-9\\s_./=+-]{1,127}$", "minLength": 1, "maxLength": 127 } }, "additionalProperties": false, "metadata": { "ui:order": [ "Key", "Value" ] }, "required": [ "Key", "Value" ] }, "minItems": 0, "maxItems": 40, "uniqueItems": true }, "StackTemplateId": { "description": "Must be stm-[a-z]{17}", "type": "string", "enum": [ "stm-ftu71ma6q29bvulv0" ] }, "TimeoutInMinutes": { "description": "The maximum amount of time, in minutes, to allow for execution of the change. This will not prolong execution, but the RFC fails if the change is not completed in the specified time.", "type": "number", "minimum": 0, "maximum": 60 }, "Parameters": { "type": "object", "properties": { "DomainName": { "type": "string", ct-3l14e139i5p50 Version April 22, 2025 2899 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "Fully qualified domain name (FQDN), such as
ams-ct-746
ams-ct.pdf
746
"Value" ] }, "minItems": 0, "maxItems": 40, "uniqueItems": true }, "StackTemplateId": { "description": "Must be stm-[a-z]{17}", "type": "string", "enum": [ "stm-ftu71ma6q29bvulv0" ] }, "TimeoutInMinutes": { "description": "The maximum amount of time, in minutes, to allow for execution of the change. This will not prolong execution, but the RFC fails if the change is not completed in the specified time.", "type": "number", "minimum": 0, "maximum": 60 }, "Parameters": { "type": "object", "properties": { "DomainName": { "type": "string", ct-3l14e139i5p50 Version April 22, 2025 2899 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "Fully qualified domain name (FQDN), such as www.example.com, of the site that you want to secure with the ACM certificate. A wildcard can be used to create a certificate for multiple subdomains, e.g. *.example.com", "pattern": "^(\\*\\.){0,1}(\\w+)(.\\w+)*(\\.\\w+)$" }, "ValidationDomain": { "type": "string", "description": "The domain that domain name registrars use to send validation emails. This value must be the same as the domain name or a superdomain of the domain name. If left blank, the DomainName value will be used.", "pattern": "^$|^(\\*\\.){0,1}(\\w+)(.\\w+)*(\\.\\w+)$", "default": "" }, "SubjectAlternativeName1": { "type": "string", "description": "FQDNs to be included in the Subject Alternative Name extension of the ACM certificate.", "pattern": "^$|^(\\*\\.){0,1}(\\w+)(.\\w+)*(\\.\\w+)$", "default": "" }, "SubjectAlternativeName2": { "type": "string", "description": "FQDNs to be included in the Subject Alternative Name extension of the ACM certificate.", "pattern": "^$|^(\\*\\.){0,1}(\\w+)(.\\w+)*(\\.\\w+)$", "default": "" }, "SubjectAlternativeName3": { "type": "string", "description": "FQDNs to be included in the Subject Alternative Name extension of the ACM certificate.", "pattern": "^$|^(\\*\\.){0,1}(\\w+)(.\\w+)*(\\.\\w+)$", "default": "" }, "SubjectAlternativeName4": { "type": "string", "description": "FQDNs to be included in the Subject Alternative Name extension of the ACM certificate.", "pattern": "^$|^(\\*\\.){0,1}(\\w+)(.\\w+)*(\\.\\w+)$", "default": "" }, "SubjectAlternativeName5": { "type": "string", ct-3l14e139i5p50 Version April 22, 2025 2900 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "FQDNs to be included in the Subject Alternative Name extension of the ACM certificate.", "pattern": "^$|^(\\*\\.){0,1}(\\w+)(.\\w+)*(\\.\\w+)$", "default": "" }, "SubjectAlternativeNameValidationDomain1": { "type": "string", "description": "The domain that domain name registrars use to send validation emails. This value must be the same as the domain name or a superdomain of the domain name. If left blank, the SubjectAlternativeName1 value will be used.", "pattern": "^$|^(\\*\\.){0,1}(\\w+)(.\\w+)*(\\.\\w+)$", "default": "" }, "SubjectAlternativeNameValidationDomain2": { "type": "string", "description": "The domain that domain name registrars use to send validation emails. This value must be the same as the domain name or a superdomain of the domain name. If left blank, the SubjectAlternativeName2 value will be used.", "pattern": "^$|^(\\*\\.){0,1}(\\w+)(.\\w+)*(\\.\\w+)$", "default": "" }, "SubjectAlternativeNameValidationDomain3": { "type": "string", "description": "The domain that domain name registrars use to send validation emails. This value must be the same as the domain name or a superdomain of the domain name. If left blank, the SubjectAlternativeName3 value will be used.", "pattern": "^$|^(\\*\\.){0,1}(\\w+)(.\\w+)*(\\.\\w+)$", "default": "" }, "SubjectAlternativeNameValidationDomain4": { "type": "string", "description": "The domain that domain name registrars use to send validation emails. This value must be the same as the domain name or a superdomain of the domain name. If left blank, the SubjectAlternativeName4 value will be used.", "pattern": "^$|^(\\*\\.){0,1}(\\w+)(.\\w+)*(\\.\\w+)$", "default": "" }, "SubjectAlternativeNameValidationDomain5": { "type": "string", "description": "The domain that domain name registrars use to send validation emails. This value must be the same as the domain name or a superdomain of the domain name. If left blank, the SubjectAlternativeName5 value will be used.", "pattern": "^$|^(\\*\\.){0,1}(\\w+)(.\\w+)*(\\.\\w+)$", "default": "" ct-3l14e139i5p50 Version April 22, 2025 2901 AMS Advanced Change Type Reference AMS Advanced Change Type Details } }, "required": [ "DomainName" ], "metadata": { "ui:order": [ "DomainName", "ValidationDomain", "SubjectAlternativeName1", "SubjectAlternativeNameValidationDomain1", "SubjectAlternativeName2", "SubjectAlternativeNameValidationDomain2", "SubjectAlternativeName3", "SubjectAlternativeNameValidationDomain3", "SubjectAlternativeName4", "SubjectAlternativeNameValidationDomain4", "SubjectAlternativeName5", "SubjectAlternativeNameValidationDomain5" ] }, "additionalProperties": false } }, "metadata": { "ui:order": [ "Name", "Description", "VpcId", "StackTemplateId", "Parameters", "TimeoutInMinutes", "Tags" ] }, "required": [ "Description", "VpcId", "Name", "StackTemplateId", "TimeoutInMinutes", "Parameters" ], "additionalProperties": false ct-3l14e139i5p50 Version April 22, 2025 2902 AMS Advanced Change Type Reference AMS Advanced Change Type Details } Schema for Change Type ct-3lkbpansfv69k Classifications: • Deployment | Advanced stack components | EBS snapshot | Copy { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Copy EBS Snapshot", "description": "Copy an Elastic Block Store (EBS) snapshot in your AMS account.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-CopyEBSSnapshot.", "type": "string", "enum": [ "AWSManagedServices-CopyEBSSnapshot" ], "default": "AWSManagedServices-CopyEBSSnapshot" }, "Region": { "description": "The AWS Region to use, in the form us-east-1.", "type": "string", "pattern": "[a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\\d{1}" }, "Parameters": { "type": "object", "properties": { "SourceRegion": { "description": "The AWS Region that contains the source snapshot, in the form us-east-1.", "type": "array", "items": { "type": "string", "pattern": "^[a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\\d{1}$" }, "minItems": 1, "maxItems": 1 }, "SourceSnapshotId": { ct-3lkbpansfv69k Version April 22, 2025 2903 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "The ID of the EBS snapshot to copy, in the form snap-12345678 or snap-123456789012345ab.", "type": "array", "items": { "type": "string", "pattern": "^snap-[0-9a-f]{8}$|^snap-[0-9a-f]{17}$" }, "minItems": 1, "maxItems": 1 }, "KmsKeyId": { "description": "An AWS Key Management Service (KMS) key to encrypt the EBS
ams-ct-747
ams-ct.pdf
747
"string", "pattern": "[a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\\d{1}" }, "Parameters": { "type": "object", "properties": { "SourceRegion": { "description": "The AWS Region that contains the source snapshot, in the form us-east-1.", "type": "array", "items": { "type": "string", "pattern": "^[a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\\d{1}$" }, "minItems": 1, "maxItems": 1 }, "SourceSnapshotId": { ct-3lkbpansfv69k Version April 22, 2025 2903 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "The ID of the EBS snapshot to copy, in the form snap-12345678 or snap-123456789012345ab.", "type": "array", "items": { "type": "string", "pattern": "^snap-[0-9a-f]{8}$|^snap-[0-9a-f]{17}$" }, "minItems": 1, "maxItems": 1 }, "KmsKeyId": { "description": "An AWS Key Management Service (KMS) key to encrypt the EBS snapshot with. The KMS key is the KMS Key ARN or the KMS key identifier. If left blank and the source snapshot is encrypted, the target snapshot will be encrypted using the default EBS KMS key.", "type": "array", "items": { "type": "string", "pattern": "^(arn:aws:kms:[a-z0-9-]+:[0-9]{12}:key/){0,1}[a-f0-9]{8}-[a- f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$|^$" }, "minItems": 1, "maxItems": 1 }, "Description": { "description": "A description for the new snapshot. If left blank a default description is used, in the form [Copied {SourceSnapshotId} from {SourceRegion}].", "type": "array", "items": { "type": "string", "minLength": 1, "maxLength": 255 }, "minItems": 1, "maxItems": 1 } }, "metadata": { "ui:order": [ "SourceRegion", "SourceSnapshotId", "KmsKeyId", "Description" ] ct-3lkbpansfv69k Version April 22, 2025 2904 AMS Advanced Change Type Reference AMS Advanced Change Type Details }, "additionalProperties": false, "required": [ "SourceRegion", "SourceSnapshotId" ] } }, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, "additionalProperties": false, "required": [ "DocumentName", "Region", "Parameters" ] } Schema for Change Type ct-3ll9hnadql9s1 Classifications: • Deployment | Advanced stack components | ACM | Create public certificate { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Create Public ACM Certificate", "description": "Create a public AWS Certificate Manager (ACM) certificate with email or DNS validation. To create a private ACM certificate, use ct-0hu3q3957aghj.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-RequestACMCertificateV2", "type": "string", "enum": [ "AWSManagedServices-RequestACMCertificateV2" ], ct-3ll9hnadql9s1 Version April 22, 2025 2905 AMS Advanced Change Type Reference AMS Advanced Change Type Details "default": "AWSManagedServices-RequestACMCertificateV2" }, "Region": { "description": "The AWS Region in which you want the ACM certificate, in the form us-east-1.", "type": "string", "pattern": "^([a-z]{2}((-gov))?-[a-z]+-\\d{1})$" }, "Parameters": { "type": "object", "properties": { "DomainName": { "description": "The fully qualified domain name (FQDN), such as www.example.com, that you want to secure with an ACM certificate.", "type": "string", "pattern": "^(\\*\\.){0,1}(\\w+)(.\\w+)*(\\.\\w+)$" }, "ValidationMethod": { "description": "How you will validate that you own or control the domain for the ACM certificate.", "type": "string", "enum": [ "EMAIL", "DNS" ], "default": "EMAIL" }, "CertificateType": { "description": "Confirm that you are creating a public ACM certificate. To create a private ACM certificate, use ct-0hu3q3957aghj.", "type": "string", "enum": [ "Public" ], "default": "Public" }, "ValidationDomain": { "description": "The domain for ACM to use when sending validation emails. This value must be the same as the DomainName, or a superdomain of the DomainName. If left blank, the DomainName value is used.", "type": "string", "pattern": "^(\\*\\.){0,1}(\\w+)(.\\w+)*(\\.\\w+)$|^$", "default": "" }, ct-3ll9hnadql9s1 Version April 22, 2025 2906 AMS Advanced Change Type Reference AMS Advanced Change Type Details "SubjectAlternativeNames": { "description": "The additional FQDNs to be included in the subject alternative name extension of the ACM certificate.", "type": "array", "items": { "type": "string", "pattern": "^(\\*\\.){0,1}(\\w+)(.\\w+)*(\\.\\w+)$" }, "minItems": 1, "maxItems": 5 }, "Route53DNSValidation": { "description": "True for automatic ACM validation using your Route53 DNS, if the ACM and the domain are on the same account; false for no automatic validation. Default is false.", "type": "string", "enum": [ "True", "False" ], "default": "False" } }, "metadata": { "ui:order": [ "DomainName", "CertificateType", "ValidationMethod", "ValidationDomain", "SubjectAlternativeNames", "Route53DNSValidation" ] }, "additionalProperties": false, "required": [ "DomainName", "ValidationMethod" ] } }, "metadata": { "ui:order": [ "DocumentName", "Region", ct-3ll9hnadql9s1 Version April 22, 2025 2907 AMS Advanced Change Type Details AMS Advanced Change Type Reference "Parameters" ] }, "required": [ "DocumentName", "Region", "Parameters" ], "additionalProperties": false } Schema for Change Type ct-3memthlcmvc1b Classifications: • Management | Advanced stack components | Security group | Update (review required) { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Update a security group", "description": "Update the inbound and the outbound rules of a security group, and optionally associate it with AWS resources.", "type": "object", "properties": { "SecurityGroupId": { "description": "ID of the security group to be updated or disassociated from the specified AWS resources.", "type": "string", "pattern": "^sg-[0-9a-zA-Z]{8}$|^sg-[0-9a-zA-Z]{17}$" }, "AddAssociatedResources": { "description": "Additional AWS resources to associate the security group to. For example, EC2 instance IDs, RDS DB instance IDs, Load Balancer names, DSM replication instance names, EFS mount target IDs, ElastiCache cluster IDs. To remove resources, use the Delete Security group CT.", "type": "array", "items": { "type": "string", "minLength": 1, "maxLength": 64 }, "minItems": 0, ct-3memthlcmvc1b Version April 22, 2025 2908 AMS Advanced Change Type Reference AMS Advanced Change Type Details "maxItems": 10, "uniqueItems": true }, "AddInboundRules": { "description": "New inbound rules to be added.", "type": "array", "items": { "type": "object", "properties": { "Protocol": { "description": "The
ams-ct-748
ams-ct.pdf
748
}, "AddAssociatedResources": { "description": "Additional AWS resources to associate the security group to. For example, EC2 instance IDs, RDS DB instance IDs, Load Balancer names, DSM replication instance names, EFS mount target IDs, ElastiCache cluster IDs. To remove resources, use the Delete Security group CT.", "type": "array", "items": { "type": "string", "minLength": 1, "maxLength": 64 }, "minItems": 0, ct-3memthlcmvc1b Version April 22, 2025 2908 AMS Advanced Change Type Reference AMS Advanced Change Type Details "maxItems": 10, "uniqueItems": true }, "AddInboundRules": { "description": "New inbound rules to be added.", "type": "array", "items": { "type": "object", "properties": { "Protocol": { "description": "The protocol name or protocol number for the rule. For example, for TCP, it could be protocol name TCP or protocol number 6. If you specify ICMP as the protocol, you can specify any or all of the ICMP types and codes.", "type": "string", "minLength": 1, "maxLength": 32 }, "PortRange": { "description": "A port number or a port range. For example, 80 or 49152-65535. Use -1 for all ports.", "type": "string", "pattern": "^-1$|^[Aa][Ll]{2}$|^(0|[1-5][0-9]{0,4}|[6-9][0-9]{0,3}|6[0-4] [0-9]{3}|65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-5])(-(0|[1-5][0-9]{0,4}|[6-9][0-9]{0,3}| 6[0-4][0-9]{3}|65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-5])){0,1}$" }, "Source": { "description": "An IP address, or an IP address range in CIDR notation (for example, 203.0.113.5/32), or the ID of another security group in the same region. To reference this security group, use self. From behind a firewall, use the public IP address or range used by the client computers.", "type": "string", "pattern": "^(([0-9][0-9]{0,1}|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9] [0-9]{0,1}|1[0-9]{2}|2[0-4][0-9]|25[0-5])(\\/([0-9]|[1-2][0-9]|3[0-2])){0,1}$|^sg- [0-9a-f]{8,17}$|^self$|^pl-\\w+|^[0-9]{12}\\/sg-[0-9a-f]{8,17}$" }, "Description": { "description": "Meaningful description of the inbound rule.", "type": "string", "minLength": 0, "maxLength": 255 } }, "additionalProperties": false, "metadata": { ct-3memthlcmvc1b Version April 22, 2025 2909 AMS Advanced Change Type Reference AMS Advanced Change Type Details "ui:order": [ "Protocol", "PortRange", "Source", "Description" ] }, "required": [ "Protocol", "PortRange", "Source" ] }, "minItems": 0, "maxItems": 50 }, "RemoveInboundRules": { "description": "Existing inbound rules to be removed.", "type": "array", "items": { "type": "object", "properties": { "Protocol": { "description": "The protocol name or protocol number for the rule. For example, for TCP, it could be protocol name TCP or protocol number 6. If you specify ICMP as the protocol, you can specify any or all of the ICMP types and codes.", "type": "string", "minLength": 1, "maxLength": 32 }, "PortRange": { "description": "A port number or a port range. For example, 80 or 49152-65535. Use -1 for all ports.", "type": "string", "pattern": "^-1$|^[Aa][Ll]{2}$|^(0|[1-5][0-9]{0,4}|[6-9][0-9]{0,3}|6[0-4] [0-9]{3}|65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-5])(-(0|[1-5][0-9]{0,4}|[6-9][0-9]{0,3}| 6[0-4][0-9]{3}|65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-5])){0,1}$" }, "Source": { "description": "An IP address, or an IP address range in CIDR notation (for example, 203.0.113.5/32), or the ID of another security group in the same region. To reference this security group, use self. From behind a firewall, use the public IP address or range used by the client computers.", "type": "string", ct-3memthlcmvc1b Version April 22, 2025 2910 AMS Advanced Change Type Reference AMS Advanced Change Type Details "pattern": "^(([0-9][0-9]{0,1}|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9] [0-9]{0,1}|1[0-9]{2}|2[0-4][0-9]|25[0-5])(\\/([0-9]|[1-2][0-9]|3[0-2])){0,1}$|^sg- [0-9a-f]{8,17}$|^self$|^pl-\\w+|^[0-9]{12}\\/sg-[0-9a-f]{8,17}$" } }, "additionalProperties": false, "metadata": { "ui:order": [ "Protocol", "PortRange", "Source" ] }, "required": [ "Protocol", "PortRange", "Source" ] }, "minItems": 0, "maxItems": 50 }, "AddOutboundRules": { "description": "New outbound rules to be added.", "type": "array", "items": { "type": "object", "properties": { "Protocol": { "description": "The protocol name or protocol number for the rule. For example, for TCP, it could be protocol name TCP or protocol number 6. If you specify ICMP as the protocol, you can specify any or all of the ICMP types and codes.", "type": "string", "minLength": 1, "maxLength": 32 }, "PortRange": { "description": "A port number or a port range. For example, 80 or 49152-65535. Use -1 for all ports.", "type": "string", "pattern": "^-1$|^[Aa][Ll]{2}$|^(0|[1-5][0-9]{0,4}|[6-9][0-9]{0,3}|6[0-4] [0-9]{3}|65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-5])(-(0|[1-5][0-9]{0,4}|[6-9][0-9]{0,3}| 6[0-4][0-9]{3}|65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-5])){0,1}$" }, ct-3memthlcmvc1b Version April 22, 2025 2911 AMS Advanced Change Type Reference AMS Advanced Change Type Details "Destination": { "description": "An IP address, or an IP address range in CIDR notation (for example, 203.0.113.5/32), or the ID of another security group in the same region. To reference this security group, use self. From behind a firewall, use the public IP address or range used by the client computers.", "type": "string", "minLength": 1, "maxLength": 64 }, "Description": { "description": "Meaningful description of the outbound rule.", "type": "string", "minLength": 0, "maxLength": 255 } }, "additionalProperties": false, "metadata": { "ui:order": [ "Protocol", "PortRange", "Destination", "Description" ] }, "required": [ "Protocol", "PortRange", "Destination" ] }, "minItems": 0, "maxItems": 50 }, "RemoveOutboundRules": { "description": "Existing outbound rules to be removed.", "type": "array", "items": { "type": "object", "properties": { "Protocol": { "description": "The protocol name or protocol number for the rule. For example, for TCP, it could be protocol name TCP or protocol number 6. If you specify ICMP as the protocol, you can specify any or all of the ICMP types and codes.", ct-3memthlcmvc1b Version April 22, 2025 2912 AMS Advanced Change Type Reference AMS Advanced Change Type Details "type": "string", "minLength": 1, "maxLength": 32 }, "PortRange": { "description": "A port number or a port range. For example, 80 or 49152-65535. Use -1 for all ports.",
ams-ct-749
ams-ct.pdf
749
rules to be removed.", "type": "array", "items": { "type": "object", "properties": { "Protocol": { "description": "The protocol name or protocol number for the rule. For example, for TCP, it could be protocol name TCP or protocol number 6. If you specify ICMP as the protocol, you can specify any or all of the ICMP types and codes.", ct-3memthlcmvc1b Version April 22, 2025 2912 AMS Advanced Change Type Reference AMS Advanced Change Type Details "type": "string", "minLength": 1, "maxLength": 32 }, "PortRange": { "description": "A port number or a port range. For example, 80 or 49152-65535. Use -1 for all ports.", "type": "string", "pattern": "^-1$|^[Aa][Ll]{2}$|^(0|[1-5][0-9]{0,4}|[6-9][0-9]{0,3}|6[0-4] [0-9]{3}|65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-5])(-(0|[1-5][0-9]{0,4}|[6-9][0-9]{0,3}| 6[0-4][0-9]{3}|65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-5])){0,1}$" }, "Destination": { "description": "An IP address, or an IP address range in CIDR notation (for example, 203.0.113.5/32), or the ID of another security group in the same region. To reference this security group, use self. From behind a firewall, use the public IP address or range used by the client computers.", "type": "string", "minLength": 1, "maxLength": 64 } }, "additionalProperties": false, "metadata": { "ui:order": [ "Protocol", "PortRange", "Destination" ] }, "required": [ "Protocol", "PortRange", "Destination" ] }, "minItems": 0, "maxItems": 50 }, "Priority": { "description": "The priority of the request. See AMS \"RFC scheduling\" documentation for a definition of the priorities.", "type": "string", "enum": [ ct-3memthlcmvc1b Version April 22, 2025 2913 AMS Advanced Change Type Reference AMS Advanced Change Type Details "Low", "Medium", "High" ] }, "Tags": { "description": "Up to 50 tags (key/value pairs) to categorize the resource. Overwrites the original tags.", "type": "array", "items": { "type": "object", "properties": { "Key": { "type": "string", "minLength": 1, "maxLength": 127 }, "Value": { "type": "string", "minLength": 1, "maxLength": 255 } }, "additionalProperties": false, "metadata": { "ui:order": [ "Key", "Value" ] }, "required": [ "Key", "Value" ] }, "minItems": 0, "maxItems": 50, "uniqueItems": true } }, "additionalProperties": false, "metadata": { "ui:order": [ "SecurityGroupId", ct-3memthlcmvc1b Version April 22, 2025 2914 AMS Advanced Change Type Reference AMS Advanced Change Type Details "AddAssociatedResources", "AddInboundRules", "RemoveInboundRules", "AddOutboundRules", "RemoveOutboundRules", "Priority", "Tags" ] }, "required": [ "SecurityGroupId" ] } Schema for Change Type ct-3mlsibqhugrf1 Classifications: • Deployment | Advanced stack components | EBS snapshot | Create { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Create EBS Snapshot", "description": "Create an Elastic Block Store (EBS) snapshot from an EBS volume. The volume must be attached to an EC2 instance.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-CreateEBSSnapshot.", "type": "string", "enum": [ "AWSManagedServices-CreateEBSSnapshot" ], "default": "AWSManagedServices-CreateEBSSnapshot" }, "Region": { "description": "The AWS Region to use, in the form us-east-1.", "type": "string", "pattern": "[a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\\d{1}" }, "Parameters": { "type": "object", ct-3mlsibqhugrf1 Version April 22, 2025 2915 AMS Advanced Change Type Reference "properties": { AMS Advanced Change Type Details "VolumeId": { "description": "The ID of the source EBS volume, in the form vol-12345678 or vol-123456789012345ab.", "type": "array", "items": { "type": "string", "pattern": "^vol-[0-9a-f]{8}$|^vol-[0-9a-f]{17}$" }, "minItems": 1, "maxItems": 1 }, "Description": { "description": "A description for the new snapshot.", "type": "array", "items": { "type": "string", "minLength": 1, "maxLength": 255 }, "minItems": 1, "maxItems": 1 } }, "metadata": { "ui:order": [ "VolumeId", "Description" ] }, "additionalProperties": false, "required": [ "VolumeId" ] } }, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, "additionalProperties": false, ct-3mlsibqhugrf1 Version April 22, 2025 2916 AMS Advanced Change Type Reference AMS Advanced Change Type Details "required": [ "DocumentName", "Region", "Parameters" ] } Schema for Change Type ct-3mvvt2zkyveqj Classifications: • Management | Advanced stack components | EC2 instance stack | Stop { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Stop EC2 Instances", "description": "Stop up to 50 running EC2 instances. If you specify an EC2 instance that is part of an Auto Scaling group (ASG), the instance is terminated and replaced by the ASG. If not part of an ASG, the instance remains stopped, in the account, until started or deleted.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-StopInstances.", "type": "string", "enum": [ "AWSManagedServices-StopInstances" ], "default": "AWSManagedServices-StopInstances" }, "Region": { "description": "The AWS Region where the instances are, in the form us-east-1.", "type": "string", "pattern": "^([a-z]{2}((-gov))?-[a-z]+-\\d{1})$" }, "Parameters": { "type": "object", "properties": { "InstanceIds": { "description": "A list of up to 50 EC2 instance IDs, in the form i-1234567890abcdef0 or i-b188560f.", "type": "array", ct-3mvvt2zkyveqj Version April 22, 2025 2917 AMS Advanced Change Type Reference "items": { "type": "string", "pattern": "^i-[a-f0-9]{8}$|^i-[a-f0-9]{17}$" AMS Advanced Change Type Details }, "minItems": 1, "maxItems": 50, "uniqueItems": true }, "ForceStop": { "description": "True to stop the instances even if the KMS key used in encrypting any of the volumes of the instance is non-existent or pending deletion. False to not stop them if the KMS key is non-existent or pending deletion. Stopping these sorts of instances is not recommended unless the data on them is not required or is already backed up, because once stopped, they cannot be started.", "type": "array", "items": { "type": "string", "default": "false", "enum": [ "true", "false" ] }, "minItems":
ams-ct-750
ams-ct.pdf
750
"pattern": "^i-[a-f0-9]{8}$|^i-[a-f0-9]{17}$" AMS Advanced Change Type Details }, "minItems": 1, "maxItems": 50, "uniqueItems": true }, "ForceStop": { "description": "True to stop the instances even if the KMS key used in encrypting any of the volumes of the instance is non-existent or pending deletion. False to not stop them if the KMS key is non-existent or pending deletion. Stopping these sorts of instances is not recommended unless the data on them is not required or is already backed up, because once stopped, they cannot be started.", "type": "array", "items": { "type": "string", "default": "false", "enum": [ "true", "false" ] }, "minItems": 1, "maxItems": 1 }, "StopASGInServiceInstances": { "description": "True to stop and terminate any ASG instance that is in the 'InService' state. False to only stop standalone instances and ASG instances that are in the 'Standby' state (ASG instances in the 'InService' state are not stopped. )", "type": "array", "items": { "type": "string", "default": "false", "enum": [ "true", "false" ] }, "minItems": 1, "maxItems": 1 } }, "metadata": { ct-3mvvt2zkyveqj Version April 22, 2025 2918 AMS Advanced Change Type Details AMS Advanced Change Type Reference "ui:order": [ "*" ] }, "additionalProperties": false, "required": [ "InstanceIds" ] } }, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, "required": [ "DocumentName", "Region", "Parameters" ], "additionalProperties": false } Schema for Change Type ct-3nba0wtdugnan Classifications: • Deployment | Directory Service | DNS | Create conditional forwarder { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Create AD DNS Conditional Forwarder", "description": "Create AD DNS conditional forwarder with up to five DNS servers associated with a remote domain name. For multi-account landing zone (MALZ), use this change type in the shared services account.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-CreateADDNSConditionalForwarder- Admin.", ct-3nba0wtdugnan Version April 22, 2025 2919 AMS Advanced Change Type Reference AMS Advanced Change Type Details "type": "string", "enum": [ "AWSManagedServices-CreateADDNSConditionalForwarder-Admin" ], "default": "AWSManagedServices-CreateADDNSConditionalForwarder-Admin" }, "Region": { "description": "The AWS Region where the Microsoft AD in Directory Service is located, in the form us-east-1.", "type": "string", "pattern": "^([a-z]{2}((-gov))?-[a-z]+-\\d{1})$" }, "Parameters": { "type": "object", "properties": { "RemoteDomainName": { "description": "The fully qualified domain name (FQDN) of the remote domain.", "type": "array", "items": { "type": "string", "pattern": "^([a-zA-Z0-9]+[\\.-])+([a-zA-Z0-9])+[.]?$" }, "minItems": 1, "maxItems": 1 }, "IPAddresses": { "description": "A list of private IP addresses of the remote DNS servers associated with the conditional forwarder.", "type": "array", "items": { "type": "string", "pattern": "^(10\\.(\\d{1,3})\\.(\\d{1,3})\\.(\\d{1,3}))$|^(192\\.168\\.(\ \d{1,3})\\.(\\d{1,3}))$|^(172\\.(1[6-9]|2[0-9]|3[0-1])\\.[0-9]{1,3}\\.[0-9]{1,3})$" }, "minItems": 1, "maxItems": 5, "uniqueItems": true } }, "metadata": { "ui:order": [ "RemoteDomainName", "IPAddresses" ct-3nba0wtdugnan Version April 22, 2025 2920 AMS Advanced Change Type Reference AMS Advanced Change Type Details ] }, "additionalProperties": false, "required": [ "RemoteDomainName", "IPAddresses" ] } }, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, "required": [ "DocumentName", "Region", "Parameters" ], "additionalProperties": false } Schema for Change Type ct-3nmhh0qr338q6 Classifications: • Management | Managed landing zone | Networking account | Associate TGW attachment { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Associate TGW Attachment", "description": "Associate transit gateway (TGW) attachment to the transit gateway (TGW) route table. Use this change type for multi-account landing zone (MALZ) in Networking account only.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-AssociateTGWAttachment.", "type": "string", "enum": [ ct-3nmhh0qr338q6 Version April 22, 2025 2921 AMS Advanced Change Type Reference AMS Advanced Change Type Details "AWSManagedServices-AssociateTGWAttachment" ], "default": "AWSManagedServices-AssociateTGWAttachment" }, "Region": { "description": "The AWS Region in which the TGW attachment and TGW route table is located, in the form us-east-1.", "type": "string", "pattern": "^([a-z]{2}((-gov))?-[a-z]+-\\d{1})$" }, "Parameters": { "type": "object", "properties": { "TransitGatewayAttachmentId": { "description": "The ID of the TGW attachment to associate to the TGW route table.", "type": "array", "items": { "type": "string", "pattern": "^tgw-attach-[a-z0-9]{17}$" }, "maxItems": 1 }, "TransitGatewayRouteTableId": { "description": "The ID of the TGW route table.", "type": "array", "items": { "type": "string", "pattern": "^tgw-rtb-[a-z0-9]{17}$" }, "maxItems": 1 } }, "metadata": { "ui:order": [ "TransitGatewayAttachmentId", "TransitGatewayRouteTableId" ] }, "additionalProperties": false, "required": [ "TransitGatewayAttachmentId", "TransitGatewayRouteTableId" ] ct-3nmhh0qr338q6 Version April 22, 2025 2922 AMS Advanced Change Type Reference AMS Advanced Change Type Details } }, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, "additionalProperties": false, "required": [ "DocumentName", "Region", "Parameters" ] } Schema for Change Type ct-3oafsdbzjtuqp Classifications: • Deployment | Advanced stack components | VPC endpoint (interface) | Create { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Create VPC Endpoint (Interface)", "description": "Create an interface VPC endpoint, which allows you to connect to services powered by AWS PrivateLink, including many AWS services.", "type": "object", "properties": { "Description": { "description": "Meaningful information about the resource to be created.", "type": "string", "minLength": 1, "maxLength": 500 }, "VpcId": { "description": "ID of the VPC to use, in the form vpc-0123abcd or vpc-01234567890abcdef.", "type": "string", "pattern": "^vpc-[a-z0-9]{8}$|^vpc-[a-z0-9]{17}$" }, ct-3oafsdbzjtuqp Version April 22, 2025 2923 AMS Advanced Change Type Reference AMS Advanced Change Type Details "Name": { "description": "A name for the stack or stack component. This becomes the Stack Name.", "type": "string", "minLength": 1,
ams-ct-751
ams-ct.pdf
751
(Interface)", "description": "Create an interface VPC endpoint, which allows you to connect to services powered by AWS PrivateLink, including many AWS services.", "type": "object", "properties": { "Description": { "description": "Meaningful information about the resource to be created.", "type": "string", "minLength": 1, "maxLength": 500 }, "VpcId": { "description": "ID of the VPC to use, in the form vpc-0123abcd or vpc-01234567890abcdef.", "type": "string", "pattern": "^vpc-[a-z0-9]{8}$|^vpc-[a-z0-9]{17}$" }, ct-3oafsdbzjtuqp Version April 22, 2025 2923 AMS Advanced Change Type Reference AMS Advanced Change Type Details "Name": { "description": "A name for the stack or stack component. This becomes the Stack Name.", "type": "string", "minLength": 1, "maxLength": 255 }, "Tags": { "description": "Up to fifty tags (key/value pairs) to categorize the resource.", "type": "array", "items": { "type": "object", "properties": { "Key": { "type": "string", "minLength": 1, "maxLength": 127 }, "Value": { "type": "string", "minLength": 1, "maxLength": 255 } }, "additionalProperties": false, "metadata": { "ui:order": [ "Key", "Value" ] }, "required": [ "Key", "Value" ] }, "minItems": 0, "maxItems": 50, "uniqueItems": true }, "StackTemplateId": { "description": "Must be stm-f0cumpt1rfc1p1739", "type": "string", "enum": [ ct-3oafsdbzjtuqp Version April 22, 2025 2924 AMS Advanced Change Type Reference AMS Advanced Change Type Details "stm-f0cumpt1rfc1p1739" ], "default": "stm-f0cumpt1rfc1p1739" }, "TimeoutInMinutes": { "description": "The maximum amount of time, in minutes, to allow for execution of the change. This will not prolong execution, but the RFC fails if the change is not completed in the specified time.", "type": "number", "minimum": 0, "maximum": 60, "default": 60 }, "Parameters": { "type": "object", "properties": { "VpcId": { "type": "string", "description": "The VPC ID to attach the interface endpoint to, in the form vpc-0123abcd or vpc-01234567890abcdef.", "pattern": "^vpc-[a-z0-9]{8}$|^vpc-[a-z0-9]{17}$" }, "ServiceName": { "type": "string", "description": "The service name the interface VPC endpoint is for. For example, com.amazonaws.ap-southeast-2.cloudformation.", "pattern": "(com.amazonaws|aws.sagemaker).[a-z0-9-.]{3,60}" }, "SecurityGroups": { "type": "array", "description": "The security groups to associate with the interface VPC endpoint, in the form sg-0123abcd or sg-01234567890abcdef.", "items": { "type": "string", "pattern": "^sg-[a-z0-9]{8}$|^sg-[a-z0-9]{17}$" }, "uniqueItems": true }, "SubnetIds": { "type": "array", "description": "The subnet IDs to associate with the interface VPC endpoint, in the form subnet-0123abcd or subnet-01234567890abcdef.", "items": { "type": "string", ct-3oafsdbzjtuqp Version April 22, 2025 2925 AMS Advanced Change Type Reference AMS Advanced Change Type Details "pattern": "^subnet-[a-z0-9]{8}$|^subnet-[a-z0-9]{17}$" }, "uniqueItems": true }, "EnablePrivateDns": { "type": "string", "description": "True to associate a private hosted zone with the VPC, false to not. The private hosted zone contains a record set for the default public DNS name for the service for the Region, which resolves to the private IP addresses of the network interfaces that are attached to the interface VPC endpoint.", "enum": [ "true", "false" ], "default": "false" } }, "metadata": { "ui:order": [ "VpcId", "ServiceName", "SecurityGroups", "SubnetIds", "EnablePrivateDns" ] }, "required": [ "VpcId", "ServiceName", "SecurityGroups", "SubnetIds" ], "additionalProperties": false } }, "metadata": { "ui:order": [ "VpcId", "Name", "Description", "TimeoutInMinutes", "StackTemplateId", "Tags", "Parameters" ct-3oafsdbzjtuqp Version April 22, 2025 2926 AMS Advanced Change Type Reference AMS Advanced Change Type Details ] }, "required": [ "VpcId", "Name", "Description", "TimeoutInMinutes", "StackTemplateId", "Parameters" ], "additionalProperties": false } Schema for Change Type ct-3ovo7px2vsa6n Classifications: • Management | Advanced stack components | KMS key | Update (review required) { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Update KMS Key", "description": "Request an update of a KMS Key.", "type": "object", "properties": { "KeyDescription": { "description": "A meaningful description of the KMS key; for example, a description that indicates that the KMS key is appropriate for a task. The default value is an empty string (no description). Note that the description appears in the details for the key in the KMS console. Do not include confidential or sensitive information as this field may appear in plain text in CloudTrail logs and other output.", "type": "string", "maxLength": 5000 }, "TargetKeyARN": { "description": "The Amazon Resource Name (ARN) of the target KMS key,in the form arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab, to update.", "type": "string", "pattern": "^(arn:(aws|aws-cn|aws-us-gov):kms:[a-z0-9-]+:[0-9]{12}:key/)?([a- f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}|mrk-[a-z0-9]{32})$" ct-3ovo7px2vsa6n Version April 22, 2025 2927 AMS Advanced Change Type Reference AMS Advanced Change Type Details }, "AliasName": { "description": "An alias name for the KMS key. The alias name must be unique in the AWS account and region, can be up to 256 characters in length, and is limited to use characters a-z, A-Z, 0-9, and /_-", "type": "string", "pattern": "^[a-zA-Z0-9/_-]{1,256}$" }, "KeyStatus": { "description": "The KMS key status. Default is Enabled.", "type": "string", "default": "Enabled", "enum": [ "Enabled", "Disabled", "Cancel Key Deletion and Enabled", "Cancel Key Deletion and Disabled" ] }, "KeyRotation": { "description": "True if the KMS key should be rotated, false if it should not.", "type": "boolean" }, "KeyPermissions": { "description": "Detailed information about the key permissions, or a JSON policy document to be attached to the key (paste the policy document into the value field).", "type": "string", "maxLength": 5000 }, "PolicyAction": { "description": "Whether the given 'KeyPermissions' needs to be appended to the existing key policy or to replace the key
ams-ct-752
ams-ct.pdf
752
"The KMS key status. Default is Enabled.", "type": "string", "default": "Enabled", "enum": [ "Enabled", "Disabled", "Cancel Key Deletion and Enabled", "Cancel Key Deletion and Disabled" ] }, "KeyRotation": { "description": "True if the KMS key should be rotated, false if it should not.", "type": "boolean" }, "KeyPermissions": { "description": "Detailed information about the key permissions, or a JSON policy document to be attached to the key (paste the policy document into the value field).", "type": "string", "maxLength": 5000 }, "PolicyAction": { "description": "Whether the given 'KeyPermissions' needs to be appended to the existing key policy or to replace the key policy entirely. If you want to add a new statement block to the existing policy, choose 'Append'. If you want to replace the entire policy or update the policy in specific sections, provide the entire policy containing desired changes in 'KeyPermissions' and choose 'Replace'. Leave this parameter blank if 'KeyPermissions' is not to be modified.", "type": "string", "enum": [ "Append", "Replace" ] }, "Tags": { ct-3ovo7px2vsa6n Version April 22, 2025 2928 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "Up to fifty tags (key/value pairs) to categorize the resource.", "type": "array", "items": { "type": "object", "properties": { "Key": { "type": "string", "minLength": 1, "maxLength": 127 }, "Value": { "type": "string", "minLength": 1, "maxLength": 255 } }, "additionalProperties": false, "metadata": { "ui:order": [ "Key", "Value" ] }, "required": [ "Key", "Value" ] }, "minItems": 0, "maxItems": 50, "uniqueItems": true }, "Operation": { "description": "Must be Update.", "type": "string", "default": "Update", "enum": [ "Update" ] }, "Priority": { "description": "The priority of the request. See AMS \"RFC scheduling\" documentation for a definition of the priorities.", "type": "string", ct-3ovo7px2vsa6n Version April 22, 2025 2929 AMS Advanced Change Type Reference AMS Advanced Change Type Details "enum": [ "Low", "Medium", "High" ] } }, "additionalProperties": false, "metadata": { "ui:order": [ "KeyDescription", "TargetKeyARN", "AliasName", "KeyStatus", "KeyRotation", "KeyPermissions", "PolicyAction", "Tags", "Operation", "Priority" ] }, "required": [ "TargetKeyARN", "Operation" ] } Schema for Change Type ct-3oy53m1qzl2s5 Classifications: • Management | Patching | On demand patching | Run { "$schema": "http://json-schema.org/draft-04/schema#", "name": "On Demand Patching", "description": "Run on-demand SSM patching on specified instances; either a list of instances or instances with the specified tag/key pair.", "additionalProperties": false, "properties": { "Description": { ct-3oy53m1qzl2s5 Version April 22, 2025 2930 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "A meaningful description for this on demand patch run.", "maxLength": 500, "minLength": 1, "type": "string" }, "Name": { "description": "A friendly name for this on demand patch run.", "maxLength": 128, "minLength": 3, "type": "string" }, "StartInactiveInstances": { "description": "True to start instances that were stopped before being patched, false to keep them stopped. Allowed values are \"True\" and \"False\".", "enum": [ "True", "False" ], "type": "string" }, "BackupVaultName": { "description": "The name of a logical container where backups are stored. The backup vault name is case sensitive and must contain from 2 to 50 alphanumeric characters or hyphens.", "default": "ams-manual-backups", "pattern": "^[a-zA-Z0-9\\_\\-]{2,50}$", "type": "string" }, "BackupIamRole": { "description": "The name of the role that allows AWS Backup to perform the actions on your behalf. The backup IAM role name must contain from 1 to 64 alphanumeric characters or hyphens.", "default": "ams-backup-iam-role", "pattern": "^[a-zA-Z0-9\\_\\-]{1,64}$", "type": "string" }, "BackupRetentionInDays": { "description": "The number of days the backup taken before patching will remain available.", "default": "21", "pattern": "^([1-9]|[1-9][0-9]|[1-2][0-9]{2}|3[0-5][0-9]{1}|36[0-4]|365)$", "type": "string" }, "PatchingTargets": { ct-3oy53m1qzl2s5 Version April 22, 2025 2931 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "EC2 instances to run on-demand patching.", "items": { "additionalProperties": false, "properties": { "Key": { "description": "Enter \"InstanceIds\" to patch instances based on instanceIds. Or \"tag:\" followed by the tag key, such as \"tag:Patch Group\". The instances with whatever key/value pair that you enter, are marked for on-demand patching.", "maxLength": 150, "minLength": 1, "type": "string", "pattern": "^(tag:[\\w\\s_.:/=+\\-@]+|InstanceIds)$" }, "Values": { "description": "Provide the list of instanceIds if the key mentioned above is \"InstanceIds\". Else, provide a single tag value corresponding to the \"Key\" mentioned above. See AWS Systems Manager, Automation queue, documentation for information on queue limits.", "items": { "maxLength": 255, "minLength": 1, "type": "string" }, "minItems": 1, "type": "array", "uniqueItems": true } }, "metadata": { "ui:order": [ "Key", "Values" ] }, "required": [ "Key", "Values" ], "type": "object" }, "maxItems": 1, "minItems": 1, "type": "array" ct-3oy53m1qzl2s5 Version April 22, 2025 2932 AMS Advanced Change Type Reference AMS Advanced Change Type Details } }, "metadata": { "ui:order": [ "Name", "Description", "PatchingTargets", "StartInactiveInstances", "BackupVaultName", "BackupIamRole", "BackupRetentionInDays" ] }, "required": [ "Name", "PatchingTargets", "StartInactiveInstances" ], "type": "object" } Schema for Change Type ct-3pc215bnwb6p7 Classifications: • Deployment | Advanced stack components | Security group | Create { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Create Security Group", "description": "Create a security group with limited scope. For complex security groups, use the manual Security group Create change type (ct-1oxx2g2d7hc90).", "type":
ams-ct-753
ams-ct.pdf
753
"required": [ "Key", "Values" ], "type": "object" }, "maxItems": 1, "minItems": 1, "type": "array" ct-3oy53m1qzl2s5 Version April 22, 2025 2932 AMS Advanced Change Type Reference AMS Advanced Change Type Details } }, "metadata": { "ui:order": [ "Name", "Description", "PatchingTargets", "StartInactiveInstances", "BackupVaultName", "BackupIamRole", "BackupRetentionInDays" ] }, "required": [ "Name", "PatchingTargets", "StartInactiveInstances" ], "type": "object" } Schema for Change Type ct-3pc215bnwb6p7 Classifications: • Deployment | Advanced stack components | Security group | Create { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Create Security Group", "description": "Create a security group with limited scope. For complex security groups, use the manual Security group Create change type (ct-1oxx2g2d7hc90).", "type": "object", "properties": { "VpcId": { "description": "ID of the VPC to use, in the form vpc-0123abcd or vpc-01234567890abcdef.", "type": "string", "pattern": "^vpc-[a-z0-9]{8}$|^vpc-[a-z0-9]{17}$" }, "SecurityGroupName": { ct-3pc215bnwb6p7 Version April 22, 2025 2933 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "A name for the security group. The name cannot start with \"sg- \", and must be unique within the VPC.", "type": "string", "minLength": 1, "maxLength": 255 }, "SecurityGroupDescription": { "description": "Meaningful information about the security group.", "type": "string", "minLength": 1, "maxLength": 255 }, "TcpUdpIngressRules": { "description": "TCP and UDP based ingress rules for the security group. No inbound TCP or UDP traffic originating from another host to your instance is allowed until you add these rules to the security group.", "type": "array", "items": { "type": "object", "properties": { "Protocol": { "description": "The protocol for this rule, either TCP or UDP. Note you can add multiple rules for each.", "type": "string", "enum": [ "TCP", "UDP" ] }, "FromPort": { "description": "Start of allowed port range (0-65535 for TCP/UDP).", "type": "integer", "minimum": 0, "maximum": 65535 }, "ToPort": { "description": "End of allowed port range (0-65535 for TCP/UDP).", "type": "integer", "minimum": 0, "maximum": 65535 }, "Description": { "description": "Meaningful description of the TCP/UDP inbound rule.", "type": "string", ct-3pc215bnwb6p7 Version April 22, 2025 2934 AMS Advanced Change Type Reference AMS Advanced Change Type Details "minLength": 0, "maxLength": 255 }, "AddressRanges": { "description": "An IP address range in CIDR notation (for example, 10.0.0.0/8). If you want to specify a single IP, use a CIDR Prefix of \"/32\". You must specify either AddressRanges parameter or SecurityGroupIds parameter, but you can also specify both.", "type": "array", "items": { "type": "string", "pattern": "^self$|^(([0-9][0-9]{0,1}|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.) {3}([0-9][0-9]{0,1}|1[0-9]{2}|2[0-4][0-9]|25[0-5])(\\/([0-9]|[1-2][0-9]|3[0-2])){1}$", "minLength": 1, "maxLength": 64 } }, "SecurityGroupIds": { "description": "The ID of another security group in the same Region. To use this security group, specify \"self\". You must specify either AddressRanges parameter or SecurityGroupIds parameter, but you can also specify both.", "type": "array", "items": { "type": "string", "pattern": "^sg-[a-z0-9]{8}$|^sg-[a-z0-9]{17}$|^self$", "minLength": 1, "maxLength": 64 } } }, "additionalProperties": false, "metadata": { "ui:order": [ "Protocol", "FromPort", "ToPort", "AddressRanges", "SecurityGroupIds", "Description" ] }, "required": [ "Protocol", "FromPort", ct-3pc215bnwb6p7 Version April 22, 2025 2935 AMS Advanced Change Type Reference AMS Advanced Change Type Details "ToPort" ] }, "minItems": 0, "maxItems": 60, "uniqueItems": true }, "TcpUdpEgressRules": { "description": "TCP and UDP based outbound rules for the security group. Unless custom egress rules are specified, all TCP and UDP outbound traffic originating from your instance is allowed.", "type": "array", "items": { "type": "object", "properties": { "Protocol": { "description": "The protocol for this rule, either TCP or UDP. Note you can add multiple rules for each.", "type": "string", "enum": [ "TCP", "UDP" ] }, "FromPort": { "description": "Start of allowed port range (0-65535 for TCP/UDP).", "type": "integer", "minimum": 0, "maximum": 65535 }, "ToPort": { "description": "End of allowed port range (0-65535 for TCP/UDP).", "type": "integer", "minimum": 0, "maximum": 65535 }, "Description": { "description": "Meaningful description of the TCP/UDP outbound rule.", "type": "string", "minLength": 0, "maxLength": 255 }, "AddressRanges": { ct-3pc215bnwb6p7 Version April 22, 2025 2936 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "An IP address range in CIDR notation (for example, 10.0.0.0/8). If you want to specify a single IP, use a CIDR Prefix of \"/32\". You must specify either AddressRanges parameter or SecurityGroupIds parameter, but you can also specify both.", "type": "array", "items": { "type": "string", "pattern": "^self$|^(([0-9][0-9]{0,1}|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.) {3}([0-9][0-9]{0,1}|1[0-9]{2}|2[0-4][0-9]|25[0-5])(\\/([0-9]|[1-2][0-9]|3[0-2])){1}$", "minLength": 1, "maxLength": 64 } }, "SecurityGroupIds": { "description": "The ID of another security group in the same Region. To use this security group, specify \"self\". You must specify either AddressRanges parameter or SecurityGroupIds parameter, but you can also specify both.", "type": "array", "items": { "type": "string", "pattern": "^sg-[a-z0-9]{8}$|^sg-[a-z0-9]{17}$|^self$", "minLength": 1, "maxLength": 64 } } }, "additionalProperties": false, "metadata": { "ui:order": [ "Protocol", "FromPort", "ToPort", "AddressRanges", "SecurityGroupIds", "Description" ] }, "required": [ "Protocol", "FromPort", "ToPort" ] }, "minItems": 0, ct-3pc215bnwb6p7 Version April 22, 2025 2937 AMS Advanced Change Type Reference AMS Advanced Change Type Details "maxItems": 60, "uniqueItems": true }, "IcmpIngressRules": { "description": "ICMP based ingress rules for the security group. No inbound ICMP traffic originating from another host to your instance is allowed until you add these rules to the security group.", "type": "array",
ams-ct-754
ams-ct.pdf
754
but you can also specify both.", "type": "array", "items": { "type": "string", "pattern": "^sg-[a-z0-9]{8}$|^sg-[a-z0-9]{17}$|^self$", "minLength": 1, "maxLength": 64 } } }, "additionalProperties": false, "metadata": { "ui:order": [ "Protocol", "FromPort", "ToPort", "AddressRanges", "SecurityGroupIds", "Description" ] }, "required": [ "Protocol", "FromPort", "ToPort" ] }, "minItems": 0, ct-3pc215bnwb6p7 Version April 22, 2025 2937 AMS Advanced Change Type Reference AMS Advanced Change Type Details "maxItems": 60, "uniqueItems": true }, "IcmpIngressRules": { "description": "ICMP based ingress rules for the security group. No inbound ICMP traffic originating from another host to your instance is allowed until you add these rules to the security group.", "type": "array", "items": { "type": "object", "properties": { "Type": { "description": "The ICMP type. Specify \"-1\" for all types.", "type": "integer" }, "Code": { "description": "The ICMP code. Specify \"-1\" for all codes. Must be \"-1\" if ICMP type is \"-1\".", "type": "integer" }, "Description": { "description": "Meaningful description of the ICMP inbound rule.", "type": "string", "minLength": 0, "maxLength": 255 }, "AddressRanges": { "description": "An IP address range in CIDR notation (for example, 10.0.0.0/8). If you want to specify a single IP, use a CIDR Prefix of \"/32\". You must specify either AddressRanges parameter or SecurityGroupIds parameter, but you can also specify both.", "type": "array", "items": { "type": "string", "pattern": "^self$|^(([0-9][0-9]{0,1}|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.) {3}([0-9][0-9]{0,1}|1[0-9]{2}|2[0-4][0-9]|25[0-5])(\\/([0-9]|[1-2][0-9]|3[0-2])){1}$", "minLength": 1, "maxLength": 64 } }, "SecurityGroupIds": { "description": "The ID of another security group in the same Region. To use this security group, specify \"self\". You must specify either AddressRanges parameter or SecurityGroupIds parameter, but you can also specify both.", ct-3pc215bnwb6p7 Version April 22, 2025 2938 AMS Advanced Change Type Reference AMS Advanced Change Type Details "type": "array", "items": { "type": "string", "pattern": "^sg-[a-z0-9]{8}$|^sg-[a-z0-9]{17}$|^self$", "minLength": 1, "maxLength": 64 } } }, "additionalProperties": false, "metadata": { "ui:order": [ "Type", "Code", "AddressRanges", "SecurityGroupIds", "Description" ] }, "required": [ "Type", "Code" ] }, "minItems": 0, "maxItems": 60, "uniqueItems": true }, "IcmpEgressRules": { "description": "ICMP based outbound rules for the security group. Unless custom egress rules are specified, all ICMP outbound traffic originating from your instance is allowed.", "type": "array", "items": { "type": "object", "properties": { "Type": { "description": "The ICMP type. Specify \"-1\" for all types.", "type": "integer" }, "Code": { "description": "The ICMP code. Specify \"-1\" for all codes. Must be \"-1\" if ICMP type is \"-1\".", "type": "integer" ct-3pc215bnwb6p7 Version April 22, 2025 2939 AMS Advanced Change Type Reference AMS Advanced Change Type Details }, "Description": { "description": "Meaningful description of the ICMP outbound rule.", "type": "string", "minLength": 0, "maxLength": 255 }, "AddressRanges": { "description": "An IP address range in CIDR notation (for example, 10.0.0.0/8). If you want to specify a single IP, use a CIDR Prefix of \"/32\". You must specify either AddressRanges parameter or SecurityGroupIds parameter, but you can also specify both.", "type": "array", "items": { "type": "string", "pattern": "^self$|^(([0-9][0-9]{0,1}|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.) {3}([0-9][0-9]{0,1}|1[0-9]{2}|2[0-4][0-9]|25[0-5])(\\/([0-9]|[1-2][0-9]|3[0-2])){1}$", "minLength": 1, "maxLength": 64 } }, "SecurityGroupIds": { "description": "The ID of another security group in the same Region. To use this security group, specify \"self\". You must specify either AddressRanges parameter or SecurityGroupIds parameter, but you can also specify both.", "type": "array", "items": { "type": "string", "pattern": "^sg-[a-z0-9]{8}$|^sg-[a-z0-9]{17}$|^self$", "minLength": 1, "maxLength": 64 } } }, "additionalProperties": false, "metadata": { "ui:order": [ "Type", "Code", "AddressRanges", "SecurityGroupIds", "Description" ] }, ct-3pc215bnwb6p7 Version April 22, 2025 2940 AMS Advanced Change Type Reference AMS Advanced Change Type Details "required": [ "Type", "Code" ] }, "minItems": 0, "maxItems": 60, "uniqueItems": true }, "Tags": { "description": "Up to 50 tags (key/value pairs) to categorize the security group.", "type": "array", "items": { "type": "object", "properties": { "Key": { "type": "string", "minLength": 1, "maxLength": 127 }, "Value": { "type": "string", "minLength": 1, "maxLength": 255 } }, "additionalProperties": false, "metadata": { "ui:order": [ "Key", "Value" ] }, "required": [ "Key", "Value" ] }, "minItems": 0, "maxItems": 50, "uniqueItems": true } }, ct-3pc215bnwb6p7 Version April 22, 2025 2941 AMS Advanced Change Type Reference AMS Advanced Change Type Details "additionalProperties": false, "metadata": { "ui:order": [ "VpcId", "SecurityGroupName", "SecurityGroupDescription", "TcpUdpIngressRules", "TcpUdpEgressRules", "IcmpIngressRules", "IcmpEgressRules", "Tags" ] }, "required": [ "VpcId", "SecurityGroupName", "SecurityGroupDescription" ] } Schema for Change Type ct-3pwbixz27n3tn Classifications: • Deployment | Managed landing zone | Management account | Create customer-managed application account { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Create Customer-Managed Application Account", "description": "Create a customer-managed application account in a multi-account AWS landing zone. Customer-managed accounts give you full control to operate the infrastructure within the centralized architecture managed by AMS. Multi-account AWS landing zone core accounts must already be onboarded to AWS Managed Services (AMS).", "type": "object", "properties": { "AccountName": { "description": "A name for the new customer-managed application account. Max length 50 characters. The underscore (_) is not allowed.", "type": "string", "pattern": "^[a-zA-Z0-9]{1}[a-zA-Z0-9.-]{0,49}$" ct-3pwbixz27n3tn Version April 22, 2025 2942 AMS Advanced Change Type Reference AMS Advanced Change Type Details }, "AccountEmail": { "description": "The email address for the owner of the new customer-managed application account. The AccountEmail
ams-ct-755
ams-ct.pdf
755
a multi-account AWS landing zone. Customer-managed accounts give you full control to operate the infrastructure within the centralized architecture managed by AMS. Multi-account AWS landing zone core accounts must already be onboarded to AWS Managed Services (AMS).", "type": "object", "properties": { "AccountName": { "description": "A name for the new customer-managed application account. Max length 50 characters. The underscore (_) is not allowed.", "type": "string", "pattern": "^[a-zA-Z0-9]{1}[a-zA-Z0-9.-]{0,49}$" ct-3pwbixz27n3tn Version April 22, 2025 2942 AMS Advanced Change Type Reference AMS Advanced Change Type Details }, "AccountEmail": { "description": "The email address for the owner of the new customer-managed application account. The AccountEmail address must be unique per account.", "type": "string", "pattern": "^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+\\.[a-zA-Z0-9-.]+$" }, "CustomerManagedOUName": { "description": "The name of an existing customer-managed organizational unit (OU) for this account, in the form of <customer-managed ou name> or <customer-managed ou name>:<child ou name>. The default value is customer-managed. To create new OUs under customer-managed OU, please use create custom OU CT ct-1ksyoxreh35tu", "type": "string", "default": "customer-managed" } }, "metadata": { "ui:order": [ "AccountName", "AccountEmail", "CustomerManagedOUName" ] }, "additionalProperties": false, "required": [ "AccountName", "AccountEmail" ] } Schema for Change Type ct-3qe6io8t6jtny Classifications: • Management | AWS service | Self-provisioned service | Add (review required) { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Add Self-Provisioned AWS Service", "description": "Add a specific, allowed, AWS service to your AMS account. AMS adds the necessary permissions to use the service to an existing IAM role that you specify, or creates a new role that allows you to use the service without AMS management under ct-3qe6io8t6jtny Version April 22, 2025 2943 AMS Advanced Change Type Reference AMS Advanced Change Type Details the AMS Shared Responsibility model. Compliance is a shared responsibility and your AMS compliance status does not automatically apply to services or applications that you add in this way. Some AWS services do not have compliance certifications. For more information, go to the AWS Services in Scope of AWS Assurance Program page. On that page, unless specifically excluded, features of each of the services are considered in scope of the assurance programs, and are reviewed and tested as part of the assessment.", "type": "object", "properties": { "ServiceName": { "description": "The name of the AWS service.", "type": "string", "enum": [ "Alexa for Business", "Amazon API Gateway", "Amazon AppStream 2.0", "Amazon Athena", "Amazon Bedrock", "Amazon CloudSearch", "Amazon CloudWatch Synthetics", "Amazon Cognito", "Amazon Comprehend", "Amazon Connect", "Amazon DocumentDB (with MongoDB compatibility)", "Amazon DynamoDB", "Amazon DevOps Guru", "Amazon ECR", "Amazon ECS on AWS Fargate", "Amazon EKS on AWS Fargate", "Amazon EMR", "Amazon EventBridge", "Amazon Forecast", "Amazon FSx", "Amazon Inspector", "Amazon Kinesis Data Analytics", "Amazon Kinesis Data Firehose", "Amazon Kinesis Data Streams", "Amazon Kinesis Video Streams", "Amazon Lex", "Amazon Managed Service for Prometheus", "Amazon Managed Streaming for Apache Kafka", "Amazon MQ", "Amazon Personalize", "Amazon QuickSight", ct-3qe6io8t6jtny Version April 22, 2025 2944 AMS Advanced Change Type Reference AMS Advanced Change Type Details "Amazon Rekognition", "Amazon SageMaker", "Amazon Simple Email Service", "Amazon Simple Workflow Service", "Amazon Textract", "Amazon Transcribe", "Amazon WorkDocs", "Amazon WorkSpaces", "AWS Amplify", "AWS Audit Manager", "AWS Batch", "AMS Code services", "AWS App Mesh", "AWS AppSync", "AWS Certificate Manager (ACM)", "AWS Private Certificate Authority (PCA)", "AWS CloudEndure", "AWS CloudHSM", "AWS CodeBuild", "AWS CodeCommit", "AWS CodeDeploy", "AWS CodePipeline", "AWS Compute Optimizer", "AWS DataSync", "AWS Elastic Disaster Recovery", "AWS Elemental MediaConvert", "AWS Elemental MediaLive", "AWS Elemental MediaPackage", "AWS Elemental MediaStore", "AWS Elemental MediaTailor", "AWS Global Accelerator", "AWS Glue", "AWS Lake Formation", "AWS Lambda", "AWS License Manager", "AWS Migration Hub", "AWS Outposts", "AWS Resilience Hub", "AWS Secrets Manager", "AWS Security Hub", "AWS Service Catalog AppRegistry", "AWS Shield", "AWS Snowball", "AWS Step Functions", ct-3qe6io8t6jtny Version April 22, 2025 2945 AMS Advanced Change Type Reference AMS Advanced Change Type Details "AWS Systems Manager Parameter Store", "AWS Systems Manager Automation", "AWS Transfer for SFTP", "AWS Transit Gateway", "AWS WAF - Web Application Firewall", "AWS Well Architected Tool", "AWS X-Ray", "EC2 Image Builder", "VM Import/Export" ] }, "IAMRole": { "description": "ARN of an existing IAM role to add the permissions to self- manage the AWS service. If left blank, a new role is created with the necessary permissions.", "type": "string", "pattern": "^arn:aws:iam::\\d{12}:role\\/[\\w+=,.@-]{1,64}$" }, "SAMLProviders": { "description": "A single SAML provider name or a comma-separated list of SAML providers to use with the role", "type": "string", "pattern": "^[\\w+=,.@-]{1,256}$" }, "Priority": { "description": "The priority of the request. See AMS \"RFC scheduling\" documentation for a definition of the priorities.", "type": "string", "enum": [ "Low", "Medium", "High" ] } }, "additionalProperties": false, "metadata": { "ui:order": [ "ServiceName", "IAMRole", "SAMLProviders", "Priority" ] }, ct-3qe6io8t6jtny Version April 22, 2025 2946 AMS Advanced Change Type Reference AMS Advanced Change Type Details "required": [ "ServiceName" ] } Schema for Change Type ct-3r2ckznmt0a59 Classifications: • Deployment | Managed landing zone | Networking account | Add static route { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Add Static Route", "description": "Create a static route on transit gateway (TGW)
ams-ct-756
ams-ct.pdf
756
"pattern": "^[\\w+=,.@-]{1,256}$" }, "Priority": { "description": "The priority of the request. See AMS \"RFC scheduling\" documentation for a definition of the priorities.", "type": "string", "enum": [ "Low", "Medium", "High" ] } }, "additionalProperties": false, "metadata": { "ui:order": [ "ServiceName", "IAMRole", "SAMLProviders", "Priority" ] }, ct-3qe6io8t6jtny Version April 22, 2025 2946 AMS Advanced Change Type Reference AMS Advanced Change Type Details "required": [ "ServiceName" ] } Schema for Change Type ct-3r2ckznmt0a59 Classifications: • Deployment | Managed landing zone | Networking account | Add static route { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Add Static Route", "description": "Create a static route on transit gateway (TGW) route table. Use this change type for multi-account landing zone (MALZ) Networking accounts only.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-CreateRouteInTGWRouteTable.", "type": "string", "enum": [ "AWSManagedServices-CreateRouteInTGWRouteTable" ], "default": "AWSManagedServices-CreateRouteInTGWRouteTable" }, "Region": { "description": "The AWS Region in which the TGW attachment and TGW route table is located, in the form us-east-1.", "type": "string", "pattern": "^([a-z]{2}((-gov))?-[a-z]+-\\d{1})$" }, "Parameters": { "type": "object", "properties": { "Blackhole": { "description": "True to indicate that the route's target isn't available. Do this when the traffic for the static route is to be dropped by the Transit Gateway. False to route the traffic to the specified TGW attachment ID. Default value is false.", "type": "array", "items": { ct-3r2ckznmt0a59 Version April 22, 2025 2947 AMS Advanced Change Type Reference AMS Advanced Change Type Details "type": "boolean", "default": false }, "minItems": 1, "maxItems": 1 }, "DestinationCidrBlock": { "description": "The IPV4 CIDR range used for destination matches. Routing decisions are based on the most specific match.", "type": "array", "items": { "type": "string", "pattern": "^(([0-9][0-9]{0,1}|1[0-9]{2}|2[0-4][0-9]|25[0-5]).){3}([0-9] [0-9]{0,1}|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2])){0,1}$" }, "maxItems": 1 }, "TransitGatewayAttachmentId": { "description": "The TGW Attachment ID that will serve as route table target. If Blackhole is false, this parameter is required, otherwise leave this parameter blank.", "type": "array", "items": { "type": "string", "pattern": "^tgw-attach-[a-z0-9]{17}$" }, "maxItems": 1 }, "TransitGatewayRouteTableId": { "description": "The ID of the TGW route table.", "type": "array", "items": { "type": "string", "pattern": "^tgw-rtb-[a-z0-9]{17}$" }, "maxItems": 1 } }, "metadata": { "ui:order": [ "TransitGatewayRouteTableId", "DestinationCidrBlock", "TransitGatewayAttachmentId", "Blackhole" ct-3r2ckznmt0a59 Version April 22, 2025 2948 AMS Advanced Change Type Reference AMS Advanced Change Type Details ] }, "additionalProperties": false, "required": [ "TransitGatewayRouteTableId", "DestinationCidrBlock" ] } }, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, "additionalProperties": false, "required": [ "DocumentName", "Region", "Parameters" ] } Schema for Change Type ct-3rcl9u1k017wu Classifications: • Management | Monitoring and notification | SNS | Subscribe to DirectCustomerAlerts { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Subscribe to DirectCustomerAlerts", "description": "Subscribe an email address to the Direct-Customer-Alerts SNS topic.", "type": "object", "properties": { "Region": { "description": "The AWS Region of the account with the SNS subscription.", "type": "string", "pattern": "[a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\\d{1}" }, ct-3rcl9u1k017wu Version April 22, 2025 2949 AMS Advanced Change Type Reference AMS Advanced Change Type Details "Email": { "description": "The email address subscribing to the Direct-Customer-Alerts SNS topic.", "pattern": "^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a- zA-Z0-9])?(?:\\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$", "type": "string" } }, "metadata": { "ui:order": [ "Region", "Email" ] }, "additionalProperties": false, "required": [ "Region", "Email" ] } Schema for Change Type ct-3rd4781c2nnhp Classifications: • Management | Managed account | Direct Change mode | Enable { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Enable Direct Change mode", "description": "Enable Direct Change mode (DCM). DCM grants native AWS access to provision and update AWS resources. The resources and changes to them are fully supported by AMS, including monitoring, patch, backup, and incident response management.", "type": "object", "properties": { "SamlIdentityProviderArns": { "description": "Comma-separated list of ARNs (Amazon Resource Name) of the SAML identity provider (IdP), or providers, to assume the DCM roles. You must set at least one provider, using either this parameter, or one of the other provider parameters (IamEntityArns or AwsServicePrincipals).", "type": "array", ct-3rd4781c2nnhp Version April 22, 2025 2950 AMS Advanced Change Type Reference AMS Advanced Change Type Details "items": { "type": "string" }, "uniqueItems": true }, "IamEntityArns": { "description": "Comma-separated list of ARNs of the IAM entities to assume the DCM roles (example: role, user). You must set at least one provider, using either this parameter, or one of the other provider parameters (SamlIdentityProviderArns or AwsServicePrincipals).", "type": "array", "items": { "type": "string" }, "uniqueItems": true }, "AwsServicePrincipals": { "description": "Comma-separated list of AWS service principal names for a service, or services, to assume the DCM roles (example: ecs.amazonaws.com). To find a service principal name, see AWS documentation. You must set at least one provider, using either this parameter, or one of the other provider parameters (SamlIdentityProviderArns or IamEntityArns).", "type": "array", "items": { "type": "string" }, "uniqueItems": true } }, "additionalProperties": false, "metadata": { "ui:order": [ "SamlIdentityProviderArns", "IamEntityArns", "AwsServicePrincipals" ] } } ct-3rd4781c2nnhp Version April 22, 2025 2951 AMS Advanced Change Type Reference AMS Advanced Change Type Details Schema for Change Type ct-3rk1nl1ufn5g3 Classifications: • Management | AMS Resource Scheduler | Schedule | Delete { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Delete Resource Scheduler Schedule", "description": "Delete an existing schedule
ams-ct-757
ams-ct.pdf
757
(example: ecs.amazonaws.com). To find a service principal name, see AWS documentation. You must set at least one provider, using either this parameter, or one of the other provider parameters (SamlIdentityProviderArns or IamEntityArns).", "type": "array", "items": { "type": "string" }, "uniqueItems": true } }, "additionalProperties": false, "metadata": { "ui:order": [ "SamlIdentityProviderArns", "IamEntityArns", "AwsServicePrincipals" ] } } ct-3rd4781c2nnhp Version April 22, 2025 2951 AMS Advanced Change Type Reference AMS Advanced Change Type Details Schema for Change Type ct-3rk1nl1ufn5g3 Classifications: • Management | AMS Resource Scheduler | Schedule | Delete { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Delete Resource Scheduler Schedule", "description": "Delete an existing schedule used in AMS Resource Scheduler.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-DeleteScheduleOrPeriod.", "type": "string", "enum": [ "AWSManagedServices-DeleteScheduleOrPeriod" ], "default": "AWSManagedServices-DeleteScheduleOrPeriod" }, "Region": { "description": "The AWS Region of the account where the AMS Resource Scheduler solution is, in the form us-east-1.", "type": "string", "pattern": "^([a-z]{2}((-gov))?-[a-z]+-\\d{1})$" }, "Parameters": { "type": "object", "properties": { "ConfigurationType": { "description": "Specify the value: schedule. This explicitly requests that the Resource Scheduler schedule be deleted. The option cannot be left blank; it must be schedule.", "type": "array", "items": { "type": "string", "enum": [ "schedule" ], "default": "schedule" }, "maxItems": 1, ct-3rk1nl1ufn5g3 Version April 22, 2025 2952 AMS Advanced Change Type Reference AMS Advanced Change Type Details "minItems": 1 }, "Name": { "description": "The name of the schedule to delete.", "type": "array", "items": { "type": "string", "pattern": "(?!^[-_, +=.:#/@])^[A-Za-z0-9-_, +=.:#/@]{1,64}$" }, "maxItems": 1, "minItems": 1 } }, "metadata": { "ui:order": [ "ConfigurationType", "Name" ] }, "required": [ "ConfigurationType", "Name" ], "additionalProperties": false } }, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, "required": [ "DocumentName", "Region", "Parameters" ], "additionalProperties": false } ct-3rk1nl1ufn5g3 Version April 22, 2025 2953 AMS Advanced Change Type Reference AMS Advanced Change Type Details Schema for Change Type ct-3rqqu43krekby Classifications: • Deployment | Advanced stack components | AMI | Create { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Create AMI", "description": "Create an Amazon Machine Image (AMI) based on an existing standalone EC2 instance in your AMS account. The instance must be in the stopped state before running this change type.", "type": "object", "properties": { "AmiName": { "description": "A name for the AMI. Must be unique per Region and account. If the name is not unique, the create AMI operation fails.", "type": "string", "minLength": 1, "maxLength": 255 }, "InstanceId": { "description": "ID of the instance to create the AMI from, in the form of i-01234567890abcdef. The instance must be stopped. Specify a standalone EC2 instance, do not use an Auto Scaling group instance. Refer to the AMS User Guide documentation on creating AMIs for instructions on preparing the instance.", "type": "string", "pattern": "^i-[a-zA-Z0-9]{8}$|^i-[a-zA-Z0-9]{17}$" }, "AmiTags": { "description": "Up to fifty tags (key/value pairs) to categorize the resource.", "type": "array", "items": { "type": "object", "properties": { "Key": { "type": "string", "minLength": 1, "maxLength": 127 }, "Value": { "type": "string", ct-3rqqu43krekby Version April 22, 2025 2954 AMS Advanced Change Type Reference AMS Advanced Change Type Details "minLength": 1, "maxLength": 255 } }, "additionalProperties": false, "metadata": { "ui:order": [ "Key", "Value" ] }, "required": [ "Key", "Value" ] }, "minItems": 1, "maxItems": 50, "uniqueItems": true } }, "additionalProperties": false, "metadata": { "ui:order": [ "InstanceId", "AmiName", "AmiTags" ] }, "required": [ "InstanceId", "AmiName" ] } Schema for Change Type ct-3s3ik03uzw19t Classifications: • Management | Advanced stack components | RDS database stack | Start DB instance { ct-3s3ik03uzw19t Version April 22, 2025 2955 AMS Advanced Change Type Reference AMS Advanced Change Type Details "$schema": "http://json-schema.org/draft-04/schema#", "name": "Start RDS DB Instance", "description": "Start an Amazon Relational Database Service (RDS) database (DB) instance.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-StartRDSInstance.", "type": "string", "enum": [ "AWSManagedServices-StartRDSInstance" ], "default": "AWSManagedServices-StartRDSInstance" }, "Region": { "description": "The AWS Region in which the RDS DB is located, in the form us- east-1.", "type": "string", "pattern": "[a-z]{2}-[a-z]+-\\d{1}" }, "Parameters": { "type": "object", "properties": { "InstanceId": { "description": "RDS DB instance identifier.", "type": "array", "items": { "type": "string", "pattern": "(?=[a-zA-Z0-9-]{1,63}$)^[a-zA-Z][a-zA-Z0-9]*(-[a-zA-Z0-9]+)*$" }, "minItems": 1, "maxItems": 1 } }, "metadata": { "ui:order": [ "InstanceId" ] }, "additionalProperties": false, "required": [ "InstanceId" ] } ct-3s3ik03uzw19t Version April 22, 2025 2956 AMS Advanced Change Type Reference AMS Advanced Change Type Details }, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, "additionalProperties": false, "required": [ "DocumentName", "Region", "Parameters" ] } Schema for Change Type ct-3sk74t8igor0s Classifications: • Management | Advanced stack components | Target group | Attach instances { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Attach Instance Target To Target Group", "description": "Attach instance or instances to the target group (ALB and NLB).", "type": "object", "properties": { "DocumentName": { "description": "AWSManagedServices-AttachInstancesToTargetGroup", "type": "string", "enum": [ "AWSManagedServices-AttachInstancesToTargetGroup" ], "default": "AWSManagedServices-AttachInstancesToTargetGroup" }, "Region": { "description": "The AWS Region where the target group and instances are located, in the form of us-east-1", "type": "string", "pattern": "^([a-z]{2}((-gov))?-[a-z]+-\\d{1})$" }, ct-3sk74t8igor0s Version April 22, 2025 2957 AMS Advanced
ams-ct-758
ams-ct.pdf
758
] }, "additionalProperties": false, "required": [ "DocumentName", "Region", "Parameters" ] } Schema for Change Type ct-3sk74t8igor0s Classifications: • Management | Advanced stack components | Target group | Attach instances { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Attach Instance Target To Target Group", "description": "Attach instance or instances to the target group (ALB and NLB).", "type": "object", "properties": { "DocumentName": { "description": "AWSManagedServices-AttachInstancesToTargetGroup", "type": "string", "enum": [ "AWSManagedServices-AttachInstancesToTargetGroup" ], "default": "AWSManagedServices-AttachInstancesToTargetGroup" }, "Region": { "description": "The AWS Region where the target group and instances are located, in the form of us-east-1", "type": "string", "pattern": "^([a-z]{2}((-gov))?-[a-z]+-\\d{1})$" }, ct-3sk74t8igor0s Version April 22, 2025 2957 AMS Advanced Change Type Reference AMS Advanced Change Type Details "Parameters": { "type": "object", "properties": { "InstancesIds": { "description": "The instance or instances IDs to be attached to the required target group, in the form of i-1234abcdef", "type": "array", "items": { "type": "string", "pattern": "^i-[a-z0-9]{8,17}$" }, "maxItems": 20 }, "InstancesPort": { "description": "The target instance port number.", "type": "array", "items": { "type": "string", "pattern": "^[0-9]{1,4}$|^[1-5][0-9]{4}$|^6[0-4][0-9]{3}$|^65[0-4][0-9] {2}$|^655[0-2][0-9]$|^6553[0-5]$" }, "maxItems": 1 }, "TargetGroupArn": { "description": "The target group Amazon Resource Name (ARN), in the form of arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my- targets/73e2d6bc24d8a067.", "type": "array", "items": { "type": "string", "pattern": "^arn:aws:elasticloadbalancing:([a-z]{2}((-gov))?-[a-z]+-\ \d{1}):[0-9]{0,12}:[a-zA-Z0-9\\_\\-\\/\\:]+$" }, "maxItems": 1 } }, "metadata": { "ui:order": [ "InstancesIds", "InstancesPort", "TargetGroupArn" ] }, "additionalProperties": false, ct-3sk74t8igor0s Version April 22, 2025 2958 AMS Advanced Change Type Reference AMS Advanced Change Type Details "required": [ "InstancesIds", "InstancesPort", "TargetGroupArn" ] } }, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, "additionalProperties": false, "required": [ "DocumentName", "Region", "Parameters" ] } Schema for Change Type ct-3skaisgnq0pf8 Classifications: • Management | Advanced stack components | Identity and Access Management (IAM) | Update account alias { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Update AWS Account Alias", "description": "Update an existing AWS account alias. Note that an AWS account can have only one alias. If you update the account alias, the new alias overwrites the previous alias, and the URL containing the previous alias stops working.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-CreateAccountAlias.", "type": "string", "enum": [ ct-3skaisgnq0pf8 Version April 22, 2025 2959 AMS Advanced Change Type Reference AMS Advanced Change Type Details "AWSManagedServices-CreateAccountAlias" ], "default": "AWSManagedServices-CreateAccountAlias" }, "Region": { "description": "The AWS Region where the account is, in the form us-east-1.", "type": "string", "pattern": "[a-z]{2}-[a-z]+-\\d{1}" }, "Parameters": { "type": "object", "properties": { "AWSAccountAlias": { "description": "The new alias name for the AWS account.", "type": "array", "items": { "type": "string", "pattern": "(?=[a-zA-Z0-9-]{3,63}$)^[a-zA-Z][a-zA-Z0-9]*(-[a-zA-Z0-9]+)*$" }, "minItems": 1, "maxItems": 1 }, "ReplaceAliasIfExists": { "description": "Specify True, to explicitly request that the current AWS account alias name be updated. Must be True; cannot be left blank.", "type": "array", "items": { "enum": [ "True" ], "type": "string", "default": "True" }, "minItems": 1, "maxItems": 1 } }, "additionalProperties": false, "metadata": { "ui:order": [ "AWSAccountAlias", "ReplaceAliasIfExists" ] }, ct-3skaisgnq0pf8 Version April 22, 2025 2960 AMS Advanced Change Type Reference AMS Advanced Change Type Details "required": [ "AWSAccountAlias", "ReplaceAliasIfExists" ] } }, "additionalProperties": false, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, "required": [ "DocumentName", "Region", "Parameters" ] } Schema for Change Type ct-3t4lifos8tu58 Classifications: • Deployment | Advanced stack components | Target Group | Create (for NLB) { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Create target group for NLB", "description": "Use to create a target group for a Network Load Balancer.", "type": "object", "properties": { "Description": { "description": "Meaningful information about the resource to be created.", "type": "string", "minLength": 1, "maxLength": 500 }, "VpcId": { "description": "ID of the VPC to use, in the form vpc-0123abcd or vpc-01234567890abcdef.", ct-3t4lifos8tu58 Version April 22, 2025 2961 AMS Advanced Change Type Reference AMS Advanced Change Type Details "type": "string", "pattern": "^vpc-[a-z0-9]{8}$|^vpc-[a-z0-9]{17}$" }, "Name": { "description": "A name for the stack or stack component; this becomes the Stack Name.", "type": "string", "minLength": 1, "maxLength": 255 }, "Tags": { "description": "Up to fifty tags (key/value pairs) to categorize the resource.", "type": "array", "items": { "type": "object", "properties": { "Key": { "type": "string", "minLength": 1, "maxLength": 127 }, "Value": { "type": "string", "minLength": 1, "maxLength": 255 } }, "additionalProperties": false, "metadata": { "ui:order": [ "Key", "Value" ] }, "required": [ "Key", "Value" ] }, "minItems": 0, "maxItems": 50, "uniqueItems": true }, "StackTemplateId": { ct-3t4lifos8tu58 Version April 22, 2025 2962 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "Must be stm-6pvp2f7cp481g1r47", "type": "string", "enum": [ "stm-6pvp2f7cp481g1r47" ], "default": "stm-6pvp2f7cp481g1r47" }, "TimeoutInMinutes": { "description": "The maximum amount of time, in minutes, to allow for execution of the change. This will not prolong execution, but the RFC fails if the change is not completed in the specified time.", "type": "number", "minimum": 0, "maximum": 360, "default": 60 }, "Parameters": { "type": "object", "properties": { "NetworkLoadBalancerArn": { "type": "string", "description": "The Amazon Resource Name (ARN) of the network load balancer in the form arn:aws:elasticloadbalancing:region:account-id:loadbalancer/net/load- balancer-name/load-balancer-id. This is used to create CloudWatch alarms that trigger if the Target Group contains no
ams-ct-759
ams-ct.pdf
759
Details "description": "Must be stm-6pvp2f7cp481g1r47", "type": "string", "enum": [ "stm-6pvp2f7cp481g1r47" ], "default": "stm-6pvp2f7cp481g1r47" }, "TimeoutInMinutes": { "description": "The maximum amount of time, in minutes, to allow for execution of the change. This will not prolong execution, but the RFC fails if the change is not completed in the specified time.", "type": "number", "minimum": 0, "maximum": 360, "default": 60 }, "Parameters": { "type": "object", "properties": { "NetworkLoadBalancerArn": { "type": "string", "description": "The Amazon Resource Name (ARN) of the network load balancer in the form arn:aws:elasticloadbalancing:region:account-id:loadbalancer/net/load- balancer-name/load-balancer-id. This is used to create CloudWatch alarms that trigger if the Target Group contains no healthy instances.", "pattern": "arn:aws:elasticloadbalancing:[a-z1-9\\-]{9,15}:[0-9] {12}:loadbalancer/net/[a-zA-Z0-9\\-]{1,32}/[a-z0-9]+" }, "HealthCheckHealthyThreshold": { "type": "string", "description": "The number of consecutive health check successes required to declare an EC2 instance healthy.", "pattern": "[2-9]{1}|10|^$", "default": "3" }, "HealthCheckInterval": { "type": "integer", "description": "The approximate interval, in seconds, between health checks. The supported values are 10 or 30 seconds.", "default": 30 }, "HealthCheckTargetPath": { "type": "string", ct-3t4lifos8tu58 Version April 22, 2025 2963 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "The ping path destination on the application hosts where the load balancer sends health check requests. Only applicable if HealthCheckTargetProtocol = HTTP or HTTPS.", "default": "/" }, "HealthCheckTargetPort": { "type": "string", "description": "The port the load balancer uses when performing health checks on targets. The default is traffic-port, which indicates the port on which each target receives traffic from the load balancer.", "pattern": "[0-9]{1,4}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}|655[0-2] [0-9]|6553[0-5]|traffic-port|", "default": "" }, "HealthCheckTargetProtocol": { "type": "string", "description": "The protocol the load balancer uses when performing health checks on targets.", "enum": [ "HTTP", "HTTPS", "TCP" ], "default": "TCP" }, "InstancePort": { "type": "string", "description": "The TCP port the listener uses to send traffic to the target instance.", "pattern": "^$|[0-9]{1,4}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}| 655[0-2][0-9]|6553[0-5]", "default": "80" }, "Name": { "type": "string", "description": "A name for the target group. This name must be unique per account, per region.", "pattern": "[0-9a-zA-Z\\-]{0,32}", "default": "" }, "ProxyProtocolV2": { "type": "string", "description": "True if proxy protocol version 2 is enabled. False if it is not.", ct-3t4lifos8tu58 Version April 22, 2025 2964 AMS Advanced Change Type Reference AMS Advanced Change Type Details "enum": [ "true", "false" ], "default": "false" }, "DeregistrationDelayTimeout": { "type": "string", "description": "The amount of time, in seconds, for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused.", "pattern": "(3600|3[0-5]{1}[0-9]{2}|[1-2]{1}[0-9]{3}|[0-9]{1,3})", "default": "300" }, "TargetType": { "type": "string", "description": "The registration type of the targets; determines how you specify the TargetGroup targets. If you choose instance, you specify the targets by instance ID. If you choose ip, you specify the targets by IP address. After you create a target group, you cannot change its target type.", "enum": [ "instance", "ip" ], "default": "instance" }, "Target1ID": { "type": "string", "description": "ID of the EC2 instance to register a target, in the form i-0123abcd or i-01234567890abcdef if TargetType = instance. IP address if TargetType = ip. Leave blank if you don't need to register a target.", "pattern": "^$|i-[0-9a-f]{8}|i-[0-9a-f]{17}|((25[0-5]|2[0-4][0-9]|[01]?[0-9] [0-9]?)(\\.|$)){4}", "default": "" }, "Target1Port": { "type": "string", "description": "The port number on which the target is listening for traffic.", "pattern": "^$|[0-9]{1,4}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}| 655[0-2][0-9]|6553[0-5]", "default": "" }, "Target1AvailabilityZone": { "type": "string", ct-3t4lifos8tu58 Version April 22, 2025 2965 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "Where the target receives traffic from. If the TargetType = ip, and the IP address in Target1ID is inside the VPC, leave blank. If the traffic is received from the specified AZ for the load balancer, and the TargetType = ip, and the IP address in Target1ID is outside the VPC, use the name of that AZ. If the traffic is received from all enabled AZs for the load balancer, and the TargetType = ip, and the IP address in Target1ID is outside the VPC, use all. If TargetType = instance, leave blank.", "pattern": "[a-z]{2,3}-[a-z\\-]{4,10}-[1-9]{1}[a-z]{1}|all|^$", "default": "" }, "Target2ID": { "type": "string", "description": "ID of the EC2 instance to register a target, in the form i-0123abcd or i-01234567890abcdef if TargetType = instance. IP address if TargetType = ip. Leave blank if you don't need to register a target.", "pattern": "^$|i-[0-9a-f]{8}|i-[0-9a-f]{17}|((25[0-5]|2[0-4][0-9]|[01]?[0-9] [0-9]?)(\\.|$)){4}", "default": "" }, "Target2Port": { "type": "string", "description": "The port number on which the target is listening for traffic.", "pattern": "^$|[0-9]{1,4}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}| 655[0-2][0-9]|6553[0-5]", "default": "" }, "Target2AvailabilityZone": { "type": "string", "description": "Where the target receives traffic from. If the TargetType = ip, and the IP address in Target2ID is inside the VPC, leave blank. If the traffic is received from the specified AZ for the load balancer, and the TargetType = ip, and the IP address in Target2ID is outside the VPC, use the name of that AZ. If the traffic is received from all enabled AZs for the load balancer, and the TargetType = ip, and the IP address in Target2ID is outside the VPC, use
ams-ct-760
ams-ct.pdf
760
listening for traffic.", "pattern": "^$|[0-9]{1,4}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}| 655[0-2][0-9]|6553[0-5]", "default": "" }, "Target2AvailabilityZone": { "type": "string", "description": "Where the target receives traffic from. If the TargetType = ip, and the IP address in Target2ID is inside the VPC, leave blank. If the traffic is received from the specified AZ for the load balancer, and the TargetType = ip, and the IP address in Target2ID is outside the VPC, use the name of that AZ. If the traffic is received from all enabled AZs for the load balancer, and the TargetType = ip, and the IP address in Target2ID is outside the VPC, use all. If TargetType = instance, leave blank.", "pattern": "[a-z]{2,3}-[a-z\\-]{4,10}-[1-9]{1}[a-z]{1}|all|^$", "default": "" }, "Target3ID": { "type": "string", "description": "ID of the EC2 instance to register a target, in the form i-0123abcd or i-01234567890abcdef if TargetType = instance. IP address if TargetType = ip. Leave blank if you don't need to register a target.", ct-3t4lifos8tu58 Version April 22, 2025 2966 AMS Advanced Change Type Reference AMS Advanced Change Type Details "pattern": "^$|i-[0-9a-f]{8}|i-[0-9a-f]{17}|((25[0-5]|2[0-4][0-9]|[01]?[0-9] [0-9]?)(\\.|$)){4}", "default": "" }, "Target3Port": { "type": "string", "description": "The port number on which the target is listening for traffic.", "pattern": "^$|[0-9]{1,4}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}| 655[0-2][0-9]|6553[0-5]", "default": "" }, "Target3AvailabilityZone": { "type": "string", "description": "Where the target receives traffic from. If the TargetType = ip, and the IP address in Target3ID is inside the VPC, leave blank. If the traffic is received from the specified AZ for the load balancer, and the TargetType = ip, and the IP address in Target3ID is outside the VPC, use the name of that AZ. If the traffic is received from all enabled AZs for the load balancer, and the TargetType = ip, and the IP address in Target3ID is outside the VPC, use all. If TargetType = instance, leave blank.", "pattern": "[a-z]{2,3}-[a-z\\-]{4,10}-[1-9]{1}[a-z]{1}|all|$", "default": "" }, "Target4ID": { "type": "string", "description": "ID of the EC2 instance to register a target, in the form i-0123abcd or i-01234567890abcdef if TargetType = instance. IP address if TargetType = ip. Leave blank if you don't need to register a target.", "pattern": "^$|i-[0-9a-f]{8}|i-[0-9a-f]{17}|((25[0-5]|2[0-4][0-9]|[01]?[0-9] [0-9]?)(\\.|$)){4}", "default": "" }, "Target4Port": { "type": "string", "description": "The port number on which the target is listening for traffic.", "pattern": "^$|[0-9]{1,4}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}| 655[0-2][0-9]|6553[0-5]", "default": "" }, "Target4AvailabilityZone": { "type": "string", ct-3t4lifos8tu58 Version April 22, 2025 2967 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "Where the target receives traffic from. If the TargetType = ip, and the IP address in Target4ID is inside the VPC, leave blank. If the traffic is received from the specified AZ for the load balancer, and the TargetType = ip, and the IP address in Target4ID is outside the VPC, use the name of that AZ. If the traffic is received from all enabled AZs for the load balancer, and the TargetType = ip, and the IP address in Target4ID is outside the VPC, use all. If TargetType = instance, leave blank.", "pattern": "[a-z]{2,3}-[a-z\\-]{4,10}-[1-9]{1}[a-z]{1}|all|^$", "default": "" }, "Target5ID": { "type": "string", "description": "ID of the EC2 instance to register a target, in the form i-0123abcd or i-01234567890abcdef if TargetType = instance. IP address if TargetType = ip. Leave blank if you don't need to register a target.", "pattern": "^$|i-[0-9a-f]{8}|i-[0-9a-f]{17}|((25[0-5]|2[0-4][0-9]|[01]?[0-9] [0-9]?)(\\.|$)){4}", "default": "" }, "Target5Port": { "type": "string", "description": "The port number on which the target is listening for traffic.", "pattern": "^$|[0-9]{1,4}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}| 655[0-2][0-9]|6553[0-5]", "default": "" }, "Target5AvailabilityZone": { "type": "string", "description": "Where the target receives traffic from. If the TargetType = ip, and the IP address in Target5ID is inside the VPC, leave blank. If the traffic is received from the specified AZ for the load balancer, and the TargetType = ip, and the IP address in Target5ID is outside the VPC, use the name of that AZ. If the traffic is received from all enabled AZs for the load balancer, and the TargetType = ip, and the IP address in Target5ID is outside the VPC, use all. If TargetType = instance, leave blank.", "pattern": "[a-z]{2,3}-[a-z\\-]{4,10}-[1-9]{1}[a-z]{1}|all|^$", "default": "" }, "Target6ID": { "type": "string", "description": "ID of the EC2 instance to register a target, in the form i-0123abcd or i-01234567890abcdef if TargetType = instance. IP address if TargetType = ip. Leave blank if you don't need to register a target.", ct-3t4lifos8tu58 Version April 22, 2025 2968 AMS Advanced Change Type Reference AMS Advanced Change Type Details "pattern": "^$|i-[0-9a-f]{8}|i-[0-9a-f]{17}|((25[0-5]|2[0-4][0-9]|[01]?[0-9] [0-9]?)(\\.|$)){4}", "default": "" }, "Target6Port": { "type": "string", "description": "The port number on which the target is listening for traffic.", "pattern": "^$|[0-9]{1,4}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}| 655[0-2][0-9]|6553[0-5]", "default": "" }, "Target6AvailabilityZone": { "type": "string", "description": "Where the target receives traffic from. If the TargetType = ip, and the IP address in Target6ID is inside the VPC, leave blank. If the traffic is received from the specified AZ for the load balancer, and the TargetType = ip, and the IP address in Target6ID is outside the VPC, use the name
ams-ct-761
ams-ct.pdf
761
22, 2025 2968 AMS Advanced Change Type Reference AMS Advanced Change Type Details "pattern": "^$|i-[0-9a-f]{8}|i-[0-9a-f]{17}|((25[0-5]|2[0-4][0-9]|[01]?[0-9] [0-9]?)(\\.|$)){4}", "default": "" }, "Target6Port": { "type": "string", "description": "The port number on which the target is listening for traffic.", "pattern": "^$|[0-9]{1,4}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}| 655[0-2][0-9]|6553[0-5]", "default": "" }, "Target6AvailabilityZone": { "type": "string", "description": "Where the target receives traffic from. If the TargetType = ip, and the IP address in Target6ID is inside the VPC, leave blank. If the traffic is received from the specified AZ for the load balancer, and the TargetType = ip, and the IP address in Target6ID is outside the VPC, use the name of that AZ. If the traffic is received from all enabled AZs for the load balancer, and the TargetType = ip, and the IP address in Target6ID is outside the VPC, use all. If TargetType = instance, leave blank.", "pattern": "[a-z]{2,3}-[a-z\\-]{4,10}-[1-9]{1}[a-z]{1}|all|^$", "default": "" }, "Target7ID": { "type": "string", "description": "ID of the EC2 instance to register a target, in the form i-0123abcd or i-01234567890abcdef if TargetType = instance. IP address if TargetType = ip. Leave blank if you don't need to register a target.", "pattern": "^$|i-[0-9a-f]{8}|i-[0-9a-f]{17}|((25[0-5]|2[0-4][0-9]|[01]?[0-9] [0-9]?)(\\.|$)){4}", "default": "" }, "Target7Port": { "type": "string", "description": "The port number on which the target is listening for traffic.", "pattern": "^$|[0-9]{1,4}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}| 655[0-2][0-9]|6553[0-5]", "default": "" }, "Target7AvailabilityZone": { "type": "string", ct-3t4lifos8tu58 Version April 22, 2025 2969 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "Where the target receives traffic from. If the TargetType = ip, and the IP address in Target7ID is inside the VPC, leave blank. If the traffic is received from the specified AZ for the load balancer, and the TargetType = ip, and the IP address in Target7ID is outside the VPC, use the name of that AZ. If the traffic is received from all enabled AZs for the load balancer, and the TargetType = ip, and the IP address in Target7ID is outside the VPC, use all. If TargetType = instance, leave blank.", "pattern": "[a-z]{2,3}-[a-z\\-]{4,10}-[1-9]{1}[a-z]{1}|all|$", "default": "" }, "Target8ID": { "type": "string", "description": "ID of the EC2 instance to register a target, in the form i-0123abcd or i-01234567890abcdef if TargetType = instance. IP address if TargetType = ip. Leave blank if you don't need to register a target.", "pattern": "^$|i-[0-9a-f]{8}|i-[0-9a-f]{17}|((25[0-5]|2[0-4][0-9]|[01]?[0-9] [0-9]?)(\\.|$)){4}", "default": "" }, "Target8Port": { "type": "string", "description": "The port number on which the target is listening for traffic.", "pattern": "^$|[0-9]{1,4}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}| 655[0-2][0-9]|6553[0-5]", "default": "" }, "Target8AvailabilityZone": { "type": "string", "description": "Where the target receives traffic from. If the TargetType = ip, and the IP address in Target8ID is inside the VPC, leave blank. If the traffic is received from the specified AZ for the load balancer, and the TargetType = ip, and the IP address in Target8ID is outside the VPC, use the name of that AZ. If the traffic is received from all enabled AZs for the load balancer, and the TargetType = ip, and the IP address in Target8ID is outside the VPC, use all. If TargetType = instance, leave blank.", "pattern": "[a-z]{2,3}-[a-z\\-]{4,10}-[1-9]{1}[a-z]{1}|all|^$", "default": "" } }, "metadata": { "ui:order": [ "Name", "InstancePort", ct-3t4lifos8tu58 Version April 22, 2025 2970 AMS Advanced Change Type Reference AMS Advanced Change Type Details "NetworkLoadBalancerArn", "DeregistrationDelayTimeout", "ProxyProtocolV2", "HealthCheckTargetPath", "HealthCheckTargetPort", "HealthCheckTargetProtocol", "HealthCheckHealthyThreshold", "HealthCheckInterval", "TargetType", "Target1ID", "Target1Port", "Target1AvailabilityZone", "Target2ID", "Target2Port", "Target2AvailabilityZone", "Target3ID", "Target3Port", "Target3AvailabilityZone", "Target4ID", "Target4Port", "Target4AvailabilityZone", "Target5ID", "Target5Port", "Target5AvailabilityZone", "Target6ID", "Target6Port", "Target6AvailabilityZone", "Target7ID", "Target7Port", "Target7AvailabilityZone", "Target8ID", "Target8Port", "Target8AvailabilityZone" ] }, "additionalProperties": false, "required": [ "InstancePort", "NetworkLoadBalancerArn" ] } }, "metadata": { "ui:order": [ ct-3t4lifos8tu58 Version April 22, 2025 2971 AMS Advanced Change Type Reference AMS Advanced Change Type Details "Description", "VpcId", "Name", "Parameters", "TimeoutInMinutes", "StackTemplateId", "Tags" ] }, "required": [ "Description", "VpcId", "Name", "Parameters", "TimeoutInMinutes", "StackTemplateId" ], "additionalProperties": false } Schema for Change Type ct-3u61cd4edns0x Classifications: • Management | AMS Resource Scheduler | Schedule | Update { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Update Resource Scheduler Schedule", "description": "Update an existing schedule to be used in AMS Resource Scheduler.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-AddOrUpdateSchedule.", "type": "string", "enum": [ "AWSManagedServices-AddOrUpdateSchedule" ], "default": "AWSManagedServices-AddOrUpdateSchedule" }, "Region": { ct-3u61cd4edns0x Version April 22, 2025 2972 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "The AWS Region of the account where the AMS Resource Scheduler solution is, in the form us-east-1.", "type": "string", "pattern": "^([a-z]{2}((-gov))?-[a-z]+-\\d{1})$" }, "Parameters": { "type": "object", "properties": { "Action": { "description": "Specify the value: update. This explicitly requests that the Resource Scheduler schedule be updated. The option cannot be left blank; it must be update.", "type": "array", "items": { "type": "string", "enum": [ "update" ], "default": "update" }, "maxItems": 1, "minItems": 1 }, "Name": { "description": "The name of the schedule to update.", "type": "array", "items": { "type": "string", "pattern": "(?!^[-_, +=.:#/@])^[A-Za-z0-9-_, +=.:#/@]{1,64}$" }, "maxItems": 1, "minItems": 1 }, "Description": { "description": "A meaningful description for the schedule.", "type": "array", "items": { "type": "string", "pattern": "(?!^[-_,
ams-ct-762
ams-ct.pdf
762
us-east-1.", "type": "string", "pattern": "^([a-z]{2}((-gov))?-[a-z]+-\\d{1})$" }, "Parameters": { "type": "object", "properties": { "Action": { "description": "Specify the value: update. This explicitly requests that the Resource Scheduler schedule be updated. The option cannot be left blank; it must be update.", "type": "array", "items": { "type": "string", "enum": [ "update" ], "default": "update" }, "maxItems": 1, "minItems": 1 }, "Name": { "description": "The name of the schedule to update.", "type": "array", "items": { "type": "string", "pattern": "(?!^[-_, +=.:#/@])^[A-Za-z0-9-_, +=.:#/@]{1,64}$" }, "maxItems": 1, "minItems": 1 }, "Description": { "description": "A meaningful description for the schedule.", "type": "array", "items": { "type": "string", "pattern": "(?!^[-_, +=.:#/@])^[A-Za-z0-9-_, +=.:#/@]{1,1000}$|^$" }, "maxItems": 1, "minItems": 1 }, "Hibernate": { ct-3u61cd4edns0x Version April 22, 2025 2973 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "True to hibernate (suspend-to-disk) EC2 instances that are enabled for hibernation and meet hibernation requirements, false to not. Check the EC2 console to find out if your instances are enabled for hibernation. Default is false.", "type": "array", "items": { "type": "string", "enum": [ "true", "false" ] }, "maxItems": 1, "minItems": 1 }, "Enforced": { "description": "True to enforce the schedule, false to not. When this field is set to true, the Resource Scheduler will stop a running resource if it is manually started outside of the running period, and it will start a resource if it is stopped manually during the running period. Default is false.", "type": "array", "items": { "type": "string", "enum": [ "true", "false" ] }, "maxItems": 1, "minItems": 1 }, "OverrideStatus": { "description": "Override the current schedule action. If set to running, the instance will be started but not stopped until it is manually stopped. Similarly when set to stopped, the instance will be stopped but not started automatically until manually started. There is no default. If left unspecified this setting is not used.", "type": "array", "items": { "type": "string", "enum": [ "running", "stopped" ] ct-3u61cd4edns0x Version April 22, 2025 2974 AMS Advanced Change Type Reference AMS Advanced Change Type Details }, "maxItems": 1, "minItems": 1 }, "Periods": { "description": "A comma-separated list of one or more period names in this schedule. The name, or names, must match the existing defined periods.", "type": "array", "items": { "type": "string", "pattern": "(?!^[-_, +=.:#/@])^[A-Za-z0-9-_, +=.:#/@]{1,2000}$" }, "maxItems": 1, "minItems": 1 }, "RetainRunning": { "description": "True to prevent the Resource Scheduler from stopping a resource at the end of a period if the instance was manually started before the beginning of the period. False to not. Default is false.", "type": "array", "items": { "type": "string", "enum": [ "true", "false" ] }, "maxItems": 1, "minItems": 1 }, "StopNewInstances": { "description": "True to stop a resource the first time it is tagged if it is running outside of the running period. False to not stop the resource. The default is true.", "type": "array", "items": { "type": "string", "enum": [ "true", "false" ] }, "maxItems": 1, "minItems": 1 ct-3u61cd4edns0x Version April 22, 2025 2975 AMS Advanced Change Type Reference AMS Advanced Change Type Details }, "SSMMaintenanceWindow": { "description": "Comma-separated name or names of one, or more, existing AWS Systems Manager maintenance windows, to use as the period. First, ensure that the UseMaintenanceWindow parameter is set to true. Create a maintenance window with the Deployment | Patching | SSM patch window | Create change type (ct-0el2j07llrxs7).", "type": "array", "items": { "type": "string", "pattern": "(?!^[-_, ]$)^[A-Za-z0-9-_, ]{1,4096}$|^$" }, "maxItems": 1, "minItems": 1 }, "TimeZone": { "description": "The name of the time zone, in the form US/Pacific, the schedule uses. If no time zone is specified then the time zone DefaultTimezone set when the Resource Scheduler was deployed is used.", "type": "array", "items": { "type": "string", "enum": [ "Africa/Abidjan", "Africa/Accra", "Africa/Addis_Ababa", "Africa/Algiers", "Africa/Asmara", "Africa/Bamako", "Africa/Bangui", "Africa/Banjul", "Africa/Bissau", "Africa/Blantyre", "Africa/Brazzaville", "Africa/Bujumbura", "Africa/Cairo", "Africa/Casablanca", "Africa/Ceuta", "Africa/Conakry", "Africa/Dakar", "Africa/Dar_es_Salaam", "Africa/Djibouti", "Africa/Douala", "Africa/El_Aaiun", "Africa/Freetown", ct-3u61cd4edns0x Version April 22, 2025 2976 AMS Advanced Change Type Reference AMS Advanced Change Type Details "Africa/Gaborone", "Africa/Harare", "Africa/Johannesburg", "Africa/Juba", "Africa/Kampala", "Africa/Khartoum", "Africa/Kigali", "Africa/Kinshasa", "Africa/Lagos", "Africa/Libreville", "Africa/Lome", "Africa/Luanda", "Africa/Lubumbashi", "Africa/Lusaka", "Africa/Malabo", "Africa/Maputo", "Africa/Maseru", "Africa/Mbabane", "Africa/Mogadishu", "Africa/Monrovia", "Africa/Nairobi", "Africa/Ndjamena", "Africa/Niamey", "Africa/Nouakchott", "Africa/Ouagadougou", "Africa/Porto-Novo", "Africa/Sao_Tome", "Africa/Tripoli", "Africa/Tunis", "Africa/Windhoek", "America/Adak", "America/Anchorage", "America/Anguilla", "America/Antigua", "America/Araguaina", "America/Argentina/Buenos_Aires", "America/Argentina/Catamarca", "America/Argentina/Cordoba", "America/Argentina/Jujuy", "America/Argentina/La_Rioja", "America/Argentina/Mendoza", "America/Argentina/Rio_Gallegos", "America/Argentina/Salta", "America/Argentina/San_Juan", ct-3u61cd4edns0x Version April 22, 2025 2977 AMS Advanced Change Type Reference AMS Advanced Change Type Details "America/Argentina/San_Luis", "America/Argentina/Tucuman", "America/Argentina/Ushuaia", "America/Aruba", "America/Asuncion", "America/Atikokan", "America/Bahia", "America/Bahia_Banderas", "America/Barbados", "America/Belem", "America/Belize", "America/Blanc-Sablon", "America/Boa_Vista", "America/Bogota", "America/Boise", "America/Cambridge_Bay", "America/Campo_Grande", "America/Cancun", "America/Caracas", "America/Cayenne", "America/Cayman", "America/Chicago", "America/Chihuahua", "America/Costa_Rica", "America/Creston", "America/Cuiaba", "America/Curacao", "America/Danmarkshavn", "America/Dawson", "America/Dawson_Creek", "America/Denver", "America/Detroit", "America/Dominica", "America/Edmonton", "America/Eirunepe", "America/El_Salvador", "America/Fortaleza", "America/Glace_Bay", "America/Godthab", "America/Goose_Bay", "America/Grand_Turk", "America/Grenada", "America/Guadeloupe", "America/Guatemala", ct-3u61cd4edns0x Version April 22, 2025 2978 AMS Advanced Change Type Reference AMS Advanced Change Type Details "America/Guayaquil", "America/Guyana", "America/Halifax", "America/Havana", "America/Hermosillo", "America/Indiana/Indianapolis", "America/Indiana/Knox", "America/Indiana/Marengo", "America/Indiana/Petersburg", "America/Indiana/Tell_City", "America/Indiana/Vevay", "America/Indiana/Vincennes", "America/Indiana/Winamac", "America/Inuvik", "America/Iqaluit", "America/Jamaica", "America/Juneau", "America/Kentucky/Louisville", "America/Kentucky/Monticello", "America/Kralendijk", "America/La_Paz", "America/Lima", "America/Los_Angeles", "America/Lower_Princes", "America/Maceio", "America/Managua", "America/Manaus", "America/Marigot", "America/Martinique", "America/Matamoros", "America/Mazatlan", "America/Menominee", "America/Merida", "America/Metlakatla",
ams-ct-763
ams-ct.pdf
763
Reference AMS Advanced Change Type Details "America/Argentina/San_Luis", "America/Argentina/Tucuman", "America/Argentina/Ushuaia", "America/Aruba", "America/Asuncion", "America/Atikokan", "America/Bahia", "America/Bahia_Banderas", "America/Barbados", "America/Belem", "America/Belize", "America/Blanc-Sablon", "America/Boa_Vista", "America/Bogota", "America/Boise", "America/Cambridge_Bay", "America/Campo_Grande", "America/Cancun", "America/Caracas", "America/Cayenne", "America/Cayman", "America/Chicago", "America/Chihuahua", "America/Costa_Rica", "America/Creston", "America/Cuiaba", "America/Curacao", "America/Danmarkshavn", "America/Dawson", "America/Dawson_Creek", "America/Denver", "America/Detroit", "America/Dominica", "America/Edmonton", "America/Eirunepe", "America/El_Salvador", "America/Fortaleza", "America/Glace_Bay", "America/Godthab", "America/Goose_Bay", "America/Grand_Turk", "America/Grenada", "America/Guadeloupe", "America/Guatemala", ct-3u61cd4edns0x Version April 22, 2025 2978 AMS Advanced Change Type Reference AMS Advanced Change Type Details "America/Guayaquil", "America/Guyana", "America/Halifax", "America/Havana", "America/Hermosillo", "America/Indiana/Indianapolis", "America/Indiana/Knox", "America/Indiana/Marengo", "America/Indiana/Petersburg", "America/Indiana/Tell_City", "America/Indiana/Vevay", "America/Indiana/Vincennes", "America/Indiana/Winamac", "America/Inuvik", "America/Iqaluit", "America/Jamaica", "America/Juneau", "America/Kentucky/Louisville", "America/Kentucky/Monticello", "America/Kralendijk", "America/La_Paz", "America/Lima", "America/Los_Angeles", "America/Lower_Princes", "America/Maceio", "America/Managua", "America/Manaus", "America/Marigot", "America/Martinique", "America/Matamoros", "America/Mazatlan", "America/Menominee", "America/Merida", "America/Metlakatla", "America/Mexico_City", "America/Miquelon", "America/Moncton", "America/Monterrey", "America/Montevideo", "America/Montreal", "America/Montserrat", "America/Nassau", "America/New_York", "America/Nipigon", ct-3u61cd4edns0x Version April 22, 2025 2979 AMS Advanced Change Type Reference AMS Advanced Change Type Details "America/Nome", "America/Noronha", "America/North_Dakota/Beulah", "America/North_Dakota/Center", "America/North_Dakota/New_Salem", "America/Ojinaga", "America/Panama", "America/Pangnirtung", "America/Paramaribo", "America/Phoenix", "America/Port-au-Prince", "America/Port_of_Spain", "America/Porto_Velho", "America/Puerto_Rico", "America/Rainy_River", "America/Rankin_Inlet", "America/Recife", "America/Regina", "America/Resolute", "America/Rio_Branco", "America/Santa_Isabel", "America/Santarem", "America/Santiago", "America/Santo_Domingo", "America/Sao_Paulo", "America/Scoresbysund", "America/Sitka", "America/St_Barthelemy", "America/St_Johns", "America/St_Kitts", "America/St_Lucia", "America/St_Thomas", "America/St_Vincent", "America/Swift_Current", "America/Tegucigalpa", "America/Thule", "America/Thunder_Bay", "America/Tijuana", "America/Toronto", "America/Tortola", "America/Vancouver", "America/Whitehorse", "America/Winnipeg", "America/Yakutat", ct-3u61cd4edns0x Version April 22, 2025 2980 AMS Advanced Change Type Reference AMS Advanced Change Type Details "America/Yellowknife", "Antarctica/Casey", "Antarctica/Davis", "Antarctica/DumontDUrville", "Antarctica/Macquarie", "Antarctica/Mawson", "Antarctica/McMurdo", "Antarctica/Palmer", "Antarctica/Rothera", "Antarctica/Syowa", "Antarctica/Vostok", "Arctic/Longyearbyen", "Asia/Aden", "Asia/Almaty", "Asia/Amman", "Asia/Anadyr", "Asia/Aqtau", "Asia/Aqtobe", "Asia/Ashgabat", "Asia/Baghdad", "Asia/Bahrain", "Asia/Baku", "Asia/Bangkok", "Asia/Beirut", "Asia/Bishkek", "Asia/Brunei", "Asia/Choibalsan", "Asia/Chongqing", "Asia/Colombo", "Asia/Damascus", "Asia/Dhaka", "Asia/Dili", "Asia/Dubai", "Asia/Dushanbe", "Asia/Gaza", "Asia/Harbin", "Asia/Hebron", "Asia/Ho_Chi_Minh", "Asia/Hong_Kong", "Asia/Hovd", "Asia/Irkutsk", "Asia/Jakarta", "Asia/Jayapura", "Asia/Jerusalem", ct-3u61cd4edns0x Version April 22, 2025 2981 AMS Advanced Change Type Reference AMS Advanced Change Type Details "Asia/Kabul", "Asia/Kamchatka", "Asia/Karachi", "Asia/Kashgar", "Asia/Kathmandu", "Asia/Khandyga", "Asia/Kolkata", "Asia/Krasnoyarsk", "Asia/Kuala_Lumpur", "Asia/Kuching", "Asia/Kuwait", "Asia/Macau", "Asia/Magadan", "Asia/Makassar", "Asia/Manila", "Asia/Muscat", "Asia/Nicosia", "Asia/Novokuznetsk", "Asia/Novosibirsk", "Asia/Omsk", "Asia/Oral", "Asia/Phnom_Penh", "Asia/Pontianak", "Asia/Pyongyang", "Asia/Qatar", "Asia/Qyzylorda", "Asia/Rangoon", "Asia/Riyadh", "Asia/Sakhalin", "Asia/Samarkand", "Asia/Seoul", "Asia/Shanghai", "Asia/Singapore", "Asia/Taipei", "Asia/Tashkent", "Asia/Tbilisi", "Asia/Tehran", "Asia/Thimphu", "Asia/Tokyo", "Asia/Ulaanbaatar", "Asia/Urumqi", "Asia/Ust-Nera", "Asia/Vientiane", "Asia/Vladivostok", ct-3u61cd4edns0x Version April 22, 2025 2982 AMS Advanced Change Type Reference AMS Advanced Change Type Details "Asia/Yakutsk", "Asia/Yekaterinburg", "Asia/Yerevan", "Atlantic/Azores", "Atlantic/Bermuda", "Atlantic/Canary", "Atlantic/Cape_Verde", "Atlantic/Faroe", "Atlantic/Madeira", "Atlantic/Reykjavik", "Atlantic/South_Georgia", "Atlantic/St_Helena", "Atlantic/Stanley", "Australia/Adelaide", "Australia/Brisbane", "Australia/Broken_Hill", "Australia/Currie", "Australia/Darwin", "Australia/Eucla", "Australia/Hobart", "Australia/Lindeman", "Australia/Lord_Howe", "Australia/Melbourne", "Australia/Perth", "Australia/Sydney", "Canada/Atlantic", "Canada/Central", "Canada/Eastern", "Canada/Mountain", "Canada/Newfoundland", "Canada/Pacific", "Europe/Amsterdam", "Europe/Andorra", "Europe/Athens", "Europe/Belgrade", "Europe/Berlin", "Europe/Bratislava", "Europe/Brussels", "Europe/Bucharest", "Europe/Budapest", "Europe/Busingen", "Europe/Chisinau", "Europe/Copenhagen", "Europe/Dublin", ct-3u61cd4edns0x Version April 22, 2025 2983 AMS Advanced Change Type Reference AMS Advanced Change Type Details "Europe/Gibraltar", "Europe/Guernsey", "Europe/Helsinki", "Europe/Isle_of_Man", "Europe/Istanbul", "Europe/Jersey", "Europe/Kaliningrad", "Europe/Kiev", "Europe/Lisbon", "Europe/Ljubljana", "Europe/London", "Europe/Luxembourg", "Europe/Madrid", "Europe/Malta", "Europe/Mariehamn", "Europe/Minsk", "Europe/Monaco", "Europe/Moscow", "Europe/Oslo", "Europe/Paris", "Europe/Podgorica", "Europe/Prague", "Europe/Riga", "Europe/Rome", "Europe/Samara", "Europe/San_Marino", "Europe/Sarajevo", "Europe/Simferopol", "Europe/Skopje", "Europe/Sofia", "Europe/Stockholm", "Europe/Tallinn", "Europe/Tirane", "Europe/Uzhgorod", "Europe/Vaduz", "Europe/Vatican", "Europe/Vienna", "Europe/Vilnius", "Europe/Volgograd", "Europe/Warsaw", "Europe/Zagreb", "Europe/Zaporozhye", "Europe/Zurich", "GMT", ct-3u61cd4edns0x Version April 22, 2025 2984 AMS Advanced Change Type Reference AMS Advanced Change Type Details "Indian/Antananarivo", "Indian/Chagos", "Indian/Christmas", "Indian/Cocos", "Indian/Comoro", "Indian/Kerguelen", "Indian/Mahe", "Indian/Maldives", "Indian/Mauritius", "Indian/Mayotte", "Indian/Reunion", "Pacific/Apia", "Pacific/Auckland", "Pacific/Chatham", "Pacific/Chuuk", "Pacific/Easter", "Pacific/Efate", "Pacific/Enderbury", "Pacific/Fakaofo", "Pacific/Fiji", "Pacific/Funafuti", "Pacific/Galapagos", "Pacific/Gambier", "Pacific/Guadalcanal", "Pacific/Guam", "Pacific/Honolulu", "Pacific/Johnston", "Pacific/Kiritimati", "Pacific/Kosrae", "Pacific/Kwajalein", "Pacific/Majuro", "Pacific/Marquesas", "Pacific/Midway", "Pacific/Nauru", "Pacific/Niue", "Pacific/Norfolk", "Pacific/Noumea", "Pacific/Pago_Pago", "Pacific/Palau", "Pacific/Pitcairn", "Pacific/Pohnpei", "Pacific/Port_Moresby", "Pacific/Rarotonga", "Pacific/Saipan", ct-3u61cd4edns0x Version April 22, 2025 2985 AMS Advanced Change Type Reference AMS Advanced Change Type Details "Pacific/Tahiti", "Pacific/Tarawa", "Pacific/Tongatapu", "Pacific/Wake", "Pacific/Wallis", "US/Alaska", "US/Arizona", "US/Central", "US/Eastern", "US/Hawaii", "US/Mountain", "US/Pacific", "UTC" ] }, "maxItems": 1, "minItems": 1 }, "UseMaintenanceWindow": { "description": "True to add an Amazon RDS maintenance window as a period to an Amazon RDS instance schedule, or to add an AWS Systems Manager (SSM) maintenance window as a period to an Amazon EC2 instance schedule. An RDS maintenance window is automatically created by RDS. An SSM maintenance window you create with the Deployment | Patching | SSM maintenance window | Create (ct-0el2j07llrxs7) change type. False to not add either maintenance window, but to use the start and stop settings of the period.", "type": "array", "items": { "type": "string", "enum": [ "true", "false" ] }, "maxItems": 1, "minItems": 1 }, "UseMetrics": { "description": "Enable CloudWatch metrics for this schedule. This field overrides the default settings defined when the Resource Scheduler was deployed.", "type": "array", "items": { "type": "string", "enum": [ ct-3u61cd4edns0x Version April 22, 2025 2986 AMS Advanced Change Type Reference AMS Advanced Change Type Details "true", "false" ] }, "maxItems": 1, "minItems": 1 } }, "metadata": { "ui:order": [ "Action", "Name", "Description", "Hibernate", "Enforced", "OverrideStatus", "Periods", "RetainRunning", "StopNewInstances", "SSMMaintenanceWindow", "TimeZone", "UseMaintenanceWindow", "UseMetrics" ] }, "required": [ "Action", "Name" ], "additionalProperties": false } }, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] }, "required": [ "DocumentName", "Region", "Parameters" ], ct-3u61cd4edns0x Version April 22, 2025 2987 AMS Advanced Change Type Reference AMS Advanced Change Type Details "additionalProperties": false } Schema for Change Type ct-3u9yd8jznb2zd Classifications: • Management | Advanced stack components | AMI | Encrypt { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Encrypt AMI", "description": "Use to create a custom AMI with an encrypted EBS snapshot, which protects data at rest. When the encrypted AMI is launched, the corresponding EBS volume is encrypted.", "type": "object", "properties": { "AmiId": { "description": "ID of the AMI to encrypt, in the form ami-0123abcd or ami-01234567890abcdef. The new AMI
ams-ct-764
ams-ct.pdf
764
] }, "required": [ "DocumentName", "Region", "Parameters" ], ct-3u61cd4edns0x Version April 22, 2025 2987 AMS Advanced Change Type Reference AMS Advanced Change Type Details "additionalProperties": false } Schema for Change Type ct-3u9yd8jznb2zd Classifications: • Management | Advanced stack components | AMI | Encrypt { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Encrypt AMI", "description": "Use to create a custom AMI with an encrypted EBS snapshot, which protects data at rest. When the encrypted AMI is launched, the corresponding EBS volume is encrypted.", "type": "object", "properties": { "AmiId": { "description": "ID of the AMI to encrypt, in the form ami-0123abcd or ami-01234567890abcdef. The new AMI appends a date/time stamp and 'encrypted-copy' to the name of the source AMI.", "type": "string", "pattern": "^ami-[a-zA-Z0-9]{8}$|^ami-[a-zA-Z0-9]{17}$" }, "KmsKeyId": { "description": "A KMS key to encrypt the AMI with. If one is not specified, the default EBS KMS key for the account is used. Allows any format specified in EC2 documentation for CopyImage API: https://docs.aws.amazon.com/AWSEC2/latest/ APIReference/API_CopyImage.html", "type": "string", "metadata": { "ams:sensitive": true } }, "VpcId": { "description": "ID of the VPC where the source AMI is available and where the encrypted AMI will be created, in the form vpc-0123abcd or vpc-01234567890abcdef.", "type": "string", "pattern": "^vpc-[a-z0-9]{8}$|^vpc-[a-z0-9]{17}$" } }, "additionalProperties": false, ct-3u9yd8jznb2zd Version April 22, 2025 2988 AMS Advanced Change Type Reference AMS Advanced Change Type Details "required": [ "AmiId", "VpcId" ] } Schema for Change Type ct-3va4bkrxb9z42 Classifications: • Management | Host security | Trend Micro DSM | Exclude files and folders (review required) { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Exclude files and/or folders from Trend Micro scanning.", "description": "Specify files and folders for Trend Micro DSM to ignore (exclude) when scanning; both real-time and on-demand scanning. Doing this might expose those files and folders to malware, but can optimize system resource utilization. Trend Micro DSM does not discover files and folders excluded from scanning, but details on excluded files and folders are included in reports", "type": "object", "properties": { "Region": { "description": "The AWS Region where the instances are, in the form us-east-1.", "type": "string", "pattern": "^([a-z]{2}((-gov))?-[a-z]+-\\d{1})$" }, "Parameters": { "type": "object", "properties": { "InstanceId": { "description": "ID of the instance in the form i-12345678901234567 or i-12345678.", "type": "string", "pattern": "^i-[a-zA-Z0-9]{8}$|^i-[a-zA-Z0-9]{17}$" }, "FilePath": { "description": "The location of the file in the instance to exclude from the Trend Micro scanning", "type": "array", "items": { "type": "string", ct-3va4bkrxb9z42 Version April 22, 2025 2989 AMS Advanced Change Type Reference AMS Advanced Change Type Details "pattern": "([a-zA-Z]:)?(\\\\[a-zA-Z0-9_.-]+)+.([a-zA-Z0-9]*)\\\\?|^(/ [^/]*)+.([a-zA-Z0-9]*)/?$" }, "minItems": 1, "maxItems": 10, "uniqueItems": true }, "FolderPath": { "description": "The location of the folder in the instance to exclude from the Trend Micro scanning", "type": "array", "items": { "type": "string", "pattern": "([a-zA-Z]:)?(\\\\[a-zA-Z0-9_.-]+)+\\\\?|^(/[^/]*)+/?$" }, "minItems": 1, "maxItems": 10, "uniqueItems": true } }, "metadata": { "ui:order": [ "InstanceId", "FilePath", "FolderPath" ] }, "additionalProperties": false, "required": [ "InstanceId" ] }, "Priority": { "description": "The priority of the request. See AMS \"RFC scheduling\" documentation for a definition of the priorities.", "type": "string", "enum": [ "Low", "Medium", "High" ] } }, "metadata": { ct-3va4bkrxb9z42 Version April 22, 2025 2990 AMS Advanced Change Type Reference AMS Advanced Change Type Details "ui:order": [ "Region", "Parameters", "Priority" ] }, "additionalProperties": false, "required": [ "Region", "Parameters" ] } Schema for Change Type ct-3vfxkiudtovm9 Classifications: • Management | Patching | Patch window | Set status { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Set Patch Window Status", "description": "Enable or disable an existing AWS Systems Manager (SSM) patch window. If the window is enabled, any task associated with it runs on the next occurrence of the maintenance window. If disabled, any future occurrences of the window no longer run. Occurrences of the window that are already running continue to run until completion.", "type": "object", "properties": { "DocumentName": { "description": "Must be AWSManagedServices-SetSsmMaintenanceWindowStatus.", "type": "string", "enum": [ "AWSManagedServices-SetSsmMaintenanceWindowStatus" ], "default": "AWSManagedServices-SetSsmMaintenanceWindowStatus" }, "Region": { "description": "The AWS Region in which the maintenance window is located, in the form us-east-1.", "type": "string", "pattern": "^([a-z]{2}((-gov))?-[a-z]+-\\d{1})$" ct-3vfxkiudtovm9 Version April 22, 2025 2991 AMS Advanced Change Type Reference AMS Advanced Change Type Details }, "Parameters": { "type": "object", "properties": { "MaintenanceWindowId": { "description": "The ID of the SSM patch maintenance window to set the status for.", "type": "array", "items": { "type": "string", "pattern": "^mw-[0-9a-f]{17}$" }, "minItems": 1, "maxItems": 1 }, "Enabled": { "description": "True to enable the patch window, false to disable it.", "type": "array", "items": { "type": "boolean" }, "minItems": 1, "maxItems": 1 } }, "metadata": { "ui:order": [ "MaintenanceWindowId", "Enabled" ] }, "required": [ "MaintenanceWindowId", "Enabled" ], "additionalProperties": false } }, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] ct-3vfxkiudtovm9 Version April 22, 2025 2992 AMS Advanced Change Type Reference AMS Advanced Change Type Details }, "required": [ "DocumentName", "Region", "Parameters" ], "additionalProperties": false } Schema for Change Type ct-3w4lxdl3pqxob Classifications: • Deployment | Standard stacks | High availability one-tier stack | Create (with ELB) { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Create HA One-Tier
ams-ct-765
ams-ct.pdf
765
to enable the patch window, false to disable it.", "type": "array", "items": { "type": "boolean" }, "minItems": 1, "maxItems": 1 } }, "metadata": { "ui:order": [ "MaintenanceWindowId", "Enabled" ] }, "required": [ "MaintenanceWindowId", "Enabled" ], "additionalProperties": false } }, "metadata": { "ui:order": [ "DocumentName", "Region", "Parameters" ] ct-3vfxkiudtovm9 Version April 22, 2025 2992 AMS Advanced Change Type Reference AMS Advanced Change Type Details }, "required": [ "DocumentName", "Region", "Parameters" ], "additionalProperties": false } Schema for Change Type ct-3w4lxdl3pqxob Classifications: • Deployment | Standard stacks | High availability one-tier stack | Create (with ELB) { "$schema": "http://json-schema.org/draft-04/schema#", "name": "Create HA One-Tier Stack With ELB", "description": "Create a stack with an Auto Scaling Group, and an Elastic Load Balancer (ELB) with up to two listeners, integrated with an existing security group that you specify.", "type": "object", "properties": { "Description": { "description": "Meaningful information about the resource to be created.", "type": "string", "minLength": 1, "maxLength": 500 }, "VpcId": { "description": "ID of the VPC to use, in the form vpc-0123abcd or vpc-01234567890abcdef.", "type": "string", "pattern": "^vpc-[a-z0-9]{8}$|^vpc-[a-z0-9]{17}$" }, "Name": { "description": "A name for the stack or stack component; this becomes the Stack Name.", "type": "string", "minLength": 1, "maxLength": 255 }, ct-3w4lxdl3pqxob Version April 22, 2025 2993 AMS Advanced Change Type Reference AMS Advanced Change Type Details "Tags": { "description": "Up to fifty tags (key/value pairs) to categorize the resource.", "type": "array", "items": { "type": "object", "properties": { "Key": { "type": "string", "minLength": 1, "maxLength": 127 }, "Value": { "type": "string", "minLength": 1, "maxLength": 255 } }, "additionalProperties": false, "metadata": { "ui:order": [ "Key", "Value" ] }, "required": [ "Key", "Value" ] }, "minItems": 1, "maxItems": 50, "uniqueItems": true }, "StackTemplateId": { "description": "Must be stm-g7rc538l62r4c23nb", "type": "string", "enum": [ "stm-g7rc538l62r4c23nb" ], "default": "stm-g7rc538l62r4c23nb" }, "TimeoutInMinutes": { ct-3w4lxdl3pqxob Version April 22, 2025 2994 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "The maximum amount of time, in minutes, to allow for execution of the change. This will not prolong execution, but the RFC fails if the change is not completed in the specified time.", "type": "number", "minimum": 0, "maximum": 360, "default": 360 }, "AutoScaling": { "type": "object", "properties": { "AmiId": { "type": "string", "description": "ID of the AMI for the Auto Scaling group to use when creating new instances, in the form ami-0123abcd or ami-01234567890abcdef.", "pattern": "^ami-[a-zA-Z0-9]{8}$|^ami-[a-zA-Z0-9]{17}$" }, "Cooldown": { "type": "string", "description": "The number of seconds after a scaling activity is completed before any further scaling activities can start.", "default": "300" }, "EBSOptimized": { "type": "string", "description": "True to create EBS-optimized instances, false to not. EBS-optimization provides dedicated throughput to Amazon EBS and optimal EBS I/O performance.", "enum": [ "true", "false" ], "default": "false" }, "HealthCheckGracePeriod": { "type": "string", "description": "The amount of time, in seconds, that auto scaling waits before checking the health status of an EC2 instance that has come into service. During this time, any health check failures for the instance are ignored.", "default": "600" }, "HealthCheckType": { "type": "string", ct-3w4lxdl3pqxob Version April 22, 2025 2995 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "The service from which the health status is used, Amazon EC2 or Elastic Load Balancer.", "enum": [ "EC2", "ELB" ], "default": "EC2" }, "IAMInstanceProfile": { "type": "string", "description": "The IAM instance profile for the Auto Scaling group. EC2 instances launched with an IAM role automatically have AWS security credentials available.", "pattern": "^customer[\\w-]+$", "default": "customer-mc-ec2-instance-profile" }, "DetailedMonitoring": { "type": "string", "description": "True to enable detailed monitoring on the instances in the Auto Scaling group, false to use only basic monitoring.", "enum": [ "true", "false" ], "default": "true" }, "RootVolumeIops": { "type": "string", "description": "The IOPS to use for the root volume if volume type is io1, io2, or gp3." }, "RootVolumeName": { "type": "string", "description": "The device name of the root volume (/dev/xvda or /dev/ sda1).", "enum": [ "/dev/xvda", "/dev/sda1" ], "default": "/dev/xvda" }, "RootVolumeSize": { "type": "integer", "description": "The size of the root volume for the instance in GiB.", ct-3w4lxdl3pqxob Version April 22, 2025 2996 AMS Advanced Change Type Reference AMS Advanced Change Type Details "minimum": 8, "maximum": 16000 }, "RootVolumeThroughput": { "type": "integer", "description": "The throughput in MiB/s to provision for the root volume if the volume type is gp3.", "minimum": 125, "maximum": 1000 }, "RootVolumeType": { "type": "string", "description": "The type of the root volume for the instance. The default is gp3.", "enum": [ "standard", "io1", "io2", "gp2", "gp3" ], "default": "gp3" }, "InstanceType": { "type": "string", "description": "The instance type for the Auto Scaling group to use when creating new EC2 instances.", "default": "m4.large" }, "MaxBatchSize": { "type": "integer", "description": "The maximum number of Auto Scaling group instances that AWS CloudFormation updates at a time.", "default": 1 }, "MaxInstances": { "type": "string", "description": "The maximum number of instances you want in the Auto Scaling group at any
ams-ct-766
ams-ct.pdf
766
gp3.", "minimum": 125, "maximum": 1000 }, "RootVolumeType": { "type": "string", "description": "The type of the root volume for the instance. The default is gp3.", "enum": [ "standard", "io1", "io2", "gp2", "gp3" ], "default": "gp3" }, "InstanceType": { "type": "string", "description": "The instance type for the Auto Scaling group to use when creating new EC2 instances.", "default": "m4.large" }, "MaxBatchSize": { "type": "integer", "description": "The maximum number of Auto Scaling group instances that AWS CloudFormation updates at a time.", "default": 1 }, "MaxInstances": { "type": "string", "description": "The maximum number of instances you want in the Auto Scaling group at any time.", "default": "2" }, "MinInstances": { "type": "string", ct-3w4lxdl3pqxob Version April 22, 2025 2997 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "The minimum number of instances you want in the Auto Scaling group at any time.", "default": "2" }, "MinInstancesInService": { "type": "integer", "description": "The minimum number of instances that you want in service within the Auto Scaling group while AWS CloudFormation updates old instances.", "default": 1 }, "ScaleDownPolicyCooldown": { "type": "string", "description": "The number of seconds after a scale-down activity is completed before any further scaling activities can start.", "default": "300" }, "ScaleDownPolicyEvaluationPeriods": { "type": "string", "description": "The number of periods over which data is compared to the specified ScaleMetricName threshold.", "default": "4" }, "ScaleDownPolicyPeriod": { "type": "string", "description": "The time over which the specified ScaleDownPolicyStatistic is applied. You must specify a time in seconds that is a multiple of 60.", "default": "60" }, "ScaleDownPolicyScalingAdjustment": { "type": "string", "description": "The number of instances by which to scale down.", "default": "-1" }, "ScaleDownPolicyStatistic": { "type": "string", "description": "The statistic to apply to the scaling down alarm's associated metric (ScaleMetricName).", "enum": [ "SampleCount", "Average", "Sum", "Minimum", "Maximum" ], ct-3w4lxdl3pqxob Version April 22, 2025 2998 AMS Advanced Change Type Reference AMS Advanced Change Type Details "default": "Average" }, "ScaleDownPolicyThreshold": { "type": "string", "description": "The value against which the specified ScaleDownPolicyStatistic is compared.", "default": "35" }, "ScaleMetricName": { "type": "string", "description": "The metric to use in a scaling event.", "enum": [ "CPUCreditUsage", "CPUCreditBalance", "CPUUtilization", "DiskReadOps", "DiskWriteOps", "DiskReadBytes", "DiskWriteBytes", "NetworkIn", "NetworkOut", "StatusCheckFailed", "StatusCheckFailed_Instance", "StatusCheckFailed_System" ], "default": "CPUUtilization" }, "ScaleUpPolicyCooldown": { "type": "string", "description": "The number of seconds after a scale-up activity is completed before any further scaling activities can start.", "default": "60" }, "ScaleUpPolicyEvaluationPeriods": { "type": "string", "description": "The number of periods over which data is compared to the specified ScaleMetricName threshold.", "default": "2" }, "ScaleUpPolicyPeriod": { "type": "string", "description": "The time over which ScaleUpPolicyStatistic is applied. You must specify a time in seconds that is a multiple of 60.", "default": "60" ct-3w4lxdl3pqxob Version April 22, 2025 2999 AMS Advanced Change Type Reference AMS Advanced Change Type Details }, "ScaleUpPolicyScalingAdjustment": { "type": "string", "description": "The number of instances by which to scale up.", "default": "2" }, "ScaleUpPolicyStatistic": { "type": "string", "description": "The statistic to apply to the scaling up alarm's associated metric (ScaleMetricName).", "enum": [ "SampleCount", "Average", "Sum", "Minimum", "Maximum" ], "default": "Average" }, "ScaleUpPolicyThreshold": { "type": "string", "description": "The value against which the specified ScaleUpPolicyStatistic is compared.", "default": "75" }, "SubnetIds": { "description": "One or more subnets for the Auto Scaling group to launch instances into (scale up) or remove instances from (scale down), in the form subnet-0123abcd or subnet-01234567890abcdef.", "type": "array", "items": { "type": "string", "pattern": "^subnet-([a-z0-9]{17}|[a-z0-9]{8})$" }, "uniqueItems": true }, "UserData": { "type": "array", "description": "A comma-delimited list where each element is a line of script to be run on boot.", "items": { "type": "string" }, "uniqueItems": true ct-3w4lxdl3pqxob Version April 22, 2025 3000 AMS Advanced Change Type Reference AMS Advanced Change Type Details } }, "metadata": { "ui:order": [ "AmiId", "InstanceType", "RootVolumeIops", "RootVolumeName", "RootVolumeSize", "RootVolumeThroughput", "RootVolumeType", "EBSOptimized", "MaxInstances", "MinInstances", "IAMInstanceProfile", "SubnetIds", "UserData", "MaxBatchSize", "MinInstancesInService", "HealthCheckType", "HealthCheckGracePeriod", "DetailedMonitoring", "Cooldown", "ScaleMetricName", "ScaleUpPolicyCooldown", "ScaleUpPolicyEvaluationPeriods", "ScaleUpPolicyPeriod", "ScaleUpPolicyScalingAdjustment", "ScaleUpPolicyStatistic", "ScaleUpPolicyThreshold", "ScaleDownPolicyCooldown", "ScaleDownPolicyEvaluationPeriods", "ScaleDownPolicyPeriod", "ScaleDownPolicyScalingAdjustment", "ScaleDownPolicyStatistic", "ScaleDownPolicyThreshold" ] }, "required": [ "AmiId", "SubnetIds" ], "additionalProperties": false }, ct-3w4lxdl3pqxob Version April 22, 2025 3001 AMS Advanced Change Type Reference AMS Advanced Change Type Details "LoadBalancer": { "type": "object", "properties": { "Name": { "type": "string", "description": "A friendly name for the load balancer.", "pattern": "^[a-zA-Z0-9]{1,1}[a-zA-Z0-9-]{0,31}$|^$" }, "Public": { "type": "string", "description": "True if the load balancer endpoint is public, false if it is private.", "enum": [ "true", "false" ], "default": "false" }, "SecurityGroups": { "type": "string", "description": "A list of security groups to associate with the load balancer.", "pattern": "^sg-[a-z0-9]{8}$|^sg-[a-z0-9]{17}$" }, "SubnetIds": { "type": "array", "description": "A list of subnet IDs that the Elastic Load Balancing creates load balancer nodes in. For an Internet-facing load balancer provide a public subnet ID, for an internal load balancer we recommend private subnet IDs.", "items": { "type": "string", "pattern": "^subnet-([a-z0-9]{17}|[a-z0-9]{8})$" }, "uniqueItems": true }, "AccessLogInterval": { "type": "string", "description": "The time interval, in minutes, to upload the load balancer access log to the specified S3 bucket. Defaults
ams-ct-767
ams-ct.pdf
767
"enum": [ "true", "false" ], "default": "false" }, "SecurityGroups": { "type": "string", "description": "A list of security groups to associate with the load balancer.", "pattern": "^sg-[a-z0-9]{8}$|^sg-[a-z0-9]{17}$" }, "SubnetIds": { "type": "array", "description": "A list of subnet IDs that the Elastic Load Balancing creates load balancer nodes in. For an Internet-facing load balancer provide a public subnet ID, for an internal load balancer we recommend private subnet IDs.", "items": { "type": "string", "pattern": "^subnet-([a-z0-9]{17}|[a-z0-9]{8})$" }, "uniqueItems": true }, "AccessLogInterval": { "type": "string", "description": "The time interval, in minutes, to upload the load balancer access log to the specified S3 bucket. Defaults to 60 Minutes.", "enum": [ "5", "60" ], "default": "60" ct-3w4lxdl3pqxob Version April 22, 2025 3002 AMS Advanced Change Type Reference AMS Advanced Change Type Details }, "ConnectionDrainingTimeout": { "type": "integer", "description": "The maximum time, in seconds, to keep the existing connections open before deregistering the instances.", "default": 60, "minimum": 1, "maximum": 3600 }, "IdleTimeout": { "type": "integer", "description": "The time, in seconds, that a connection to the load balancer can remain idle (no data is sent over the connection). After the specified time, the load balancer closes the connection.", "default": 60, "minimum": 1, "maximum": 3600 }, "CrossZone": { "type": "string", "description": "True to enable cross-zone load balancing (the load balancer nodes route traffic to the back-end instances across all Availability Zones), false to disable. Default is true.", "enum": [ "true", "false" ], "default": "true" }, "HealthCheckHealthyThreshold": { "type": "string", "description": "The number of consecutive health probe successes required before moving the instance to the healthy state after it was moved to unhealthy.", "pattern": "^[1-9]{1}[0-9]{0,1}$", "default": "2" }, "HealthCheckInterval": { "type": "string", "description": "How often, in seconds, that health checks are run on an individual load balancer node.", "pattern": "^[1-9]{1}[0-9]{0,3}$", "default": "10" }, "HealthCheckTarget": { ct-3w4lxdl3pqxob Version April 22, 2025 3003 AMS Advanced Change Type Reference AMS Advanced Change Type Details "type": "string", "description": "The protocol, port, and path of the instance to check. The protocol can be TCP, HTTP, HTTPS, or SSL and valid ports are 1 through 65535. For TCP/ SSL no path is required. For HTTP/HTTPS, you must include a ping path in the string. For example, HTTP:80/weather/us/wa/seattle.", "pattern": "^(HTTP|HTTPS):[0-9]{1,5}[/][\\w./-]*$|^(SSL|TCP):[0-9]{1,5}$", "default": "TCP:80" }, "HealthCheckTimeout": { "type": "string", "description": "The amount of time, in seconds, during which no response means a failed health probe. This value must be less than the value for Interval.", "pattern": "^[1-9]{1}[0-9]{0,3}$", "default": "5" }, "HealthCheckUnhealthyThreshold": { "type": "string", "description": "The number of consecutive health probe failures required before moving the instance to the unhealthy state.", "pattern": "^[1-9]{1}[0-9]{0,2}$", "default": "10" }, "LBCookieExpirationPeriod": { "type": "string", "description": "The time period, in seconds, after which the cookie should be considered stale. If this parameter isn't specified, the sticky session will last for the duration of the browser session.", "pattern": "^[0-9]+$|^$" }, "LBCookieStickinessPolicyName": { "type": "string", "description": "A name for the load balancer cookie stickiness policy. The name must be unique within the set of policies for this load balancer. To associate with a listener, specify the name under PolicyNames in the respective listener configuration.", "pattern": "^[a-zA-Z0-9]{1,1}[a-zA-Z0-9-]{0,127}$|^$" }, "AppCookieName": { "type": "string", "description": "A name for the application cookie used for stickiness.", "pattern": "^[a-zA-Z0-9]{1,1}[a-zA-Z0-9-]{0,127}$|^$" }, "AppCookiePolicyName": { "type": "string", ct-3w4lxdl3pqxob Version April 22, 2025 3004 AMS Advanced Change Type Reference AMS Advanced Change Type Details "description": "A name for the application cookie stickiness policy. The name must be unique within the set of policies for this load balancer. To associate with a listener, specify the name under PolicyNames in the respective listener configuration.", "pattern": "^[a-zA-Z0-9]{1,1}[a-zA-Z0-9-]{0,127}$|^$" } }, "metadata": { "ui:order": [ "Name", "Public", "SecurityGroups", "SubnetIds", "CrossZone", "IdleTimeout", "AccessLogInterval", "ConnectionDrainingTimeout", "HealthCheckHealthyThreshold", "HealthCheckInterval", "HealthCheckTarget", "HealthCheckTimeout", "HealthCheckUnhealthyThreshold", "LBCookieExpirationPeriod", "LBCookieStickinessPolicyName", "AppCookieName", "AppCookiePolicyName" ] }, "required": [ "SecurityGroups", "SubnetIds" ], "additionalProperties": false }, "Listener1": { "type": "object", "properties": { "InstancePort": { "type": "string", "description": "The TCP port the listener uses to send traffic to the target instance.", "pattern": "(?!^22$)(?!^3389$)(?!^5985$)^([1-9]{1}[0-9]{0,4})$" }, "InstanceProtocol": { ct-3w4lxdl3pqxob Version April 22, 2025 3005 AMS Advanced Change Type Reference AMS Advanced Change Type Details "type": "string", "description": "The protocol the listener uses for routing traffic to back- end connections (load balancer to backend instance).", "enum": [ "HTTP", "HTTPS", "SSL", "TCP" ] }, "Port": { "type": "string", "description": "The port number for the load balancer to use when routing external incoming traffic to the listener.", "pattern": "(?!^22$)(?!^3389$)(?!^5985$)^([1-9]{1}[0-9]{0,4})$", "default": "80" }, "Protocol": { "type": "string", "description": "The transport protocol to use for routing front-end connections (client to load balancer) to the listener.", "enum": [ "HTTP", "HTTPS", "SSL", "TCP" ], "default": "HTTP" }, "SSLCertificateId": { "type": "string", "description": "The Amazon Resource Name (ARN) of the SSL certificate to use with the listener, in the form arn:aws:acm:us- east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012.", "pattern": "^$|^arn:aws:acm:[a-z0-9-]+:[0-9]{12}:certificate/[0-9a-f]{8}- [0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$|^arn:aws:iam::[0-9]{12}:server- certificate/.*$" } }, "metadata": { "ui:order": [ "Port", "Protocol", "InstancePort", ct-3w4lxdl3pqxob Version April 22, 2025 3006 AMS Advanced Change Type Reference
ams-ct-768
ams-ct.pdf
768
port number for the load balancer to use when routing external incoming traffic to the listener.", "pattern": "(?!^22$)(?!^3389$)(?!^5985$)^([1-9]{1}[0-9]{0,4})$", "default": "80" }, "Protocol": { "type": "string", "description": "The transport protocol to use for routing front-end connections (client to load balancer) to the listener.", "enum": [ "HTTP", "HTTPS", "SSL", "TCP" ], "default": "HTTP" }, "SSLCertificateId": { "type": "string", "description": "The Amazon Resource Name (ARN) of the SSL certificate to use with the listener, in the form arn:aws:acm:us- east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012.", "pattern": "^$|^arn:aws:acm:[a-z0-9-]+:[0-9]{12}:certificate/[0-9a-f]{8}- [0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$|^arn:aws:iam::[0-9]{12}:server- certificate/.*$" } }, "metadata": { "ui:order": [ "Port", "Protocol", "InstancePort", ct-3w4lxdl3pqxob Version April 22, 2025 3006 AMS Advanced Change Type Reference AMS Advanced Change Type Details "InstanceProtocol", "SSLCertificateId" ] }, "required": [ "Port", "Protocol", "InstancePort" ], "additionalProperties": false }, "Listener2": { "type": "object", "properties": { "InstancePort": { "type": "string", "description": "The TCP port the listener uses to send traffic to the target instance.", "pattern": "(?!^22$)(?!^3389$)(?!^5985$)^([1-9]{1}[0-9]{0,4})$|^$" }, "InstanceProtocol": { "type": "string", "description": "The protocol the listener uses for routing traffic to back- end connections (load balancer to backend instance).", "enum": [ "HTTP", "HTTPS", "SSL", "TCP" ] }, "Port": { "type": "string", "description": "The port number for the load balancer to use when routing external incoming traffic to the listener.", "pattern": "(?!^22$)(?!^3389$)(?!^5985$)^([1-9]{1}[0-9]{0,4})$|^$" }, "Protocol": { "type": "string", "description": "The transport protocol to use for routing front-end connections (client to load balancer) to the listener.", "enum": [ "HTTP", "HTTPS", ct-3w4lxdl3pqxob Version April 22, 2025 3007 AMS Advanced Change Type Reference AMS Advanced Change Type Details "SSL", "TCP" ] }, "SSLCertificateId": { "type": "string", "description": "The Amazon Resource Name (ARN) of the SSL certificate to use with the listener, in the form arn:aws:acm:us- east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012.", "pattern": "^$|^arn:aws:acm:[a-z0-9-]+:[0-9]{12}:certificate/[0-9a-f]{8}- [0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$|^arn:aws:iam::[0-9]{12}:server- certificate/.*$" } }, "metadata": { "ui:order": [ "Port", "Protocol", "InstancePort", "InstanceProtocol", "SSLCertificateId" ] }, "additionalProperties": false } }, "metadata": { "ui:order": [ "Description", "VpcId", "Name", "TimeoutInMinutes", "StackTemplateId", "Tags", "AutoScaling", "LoadBalancer", "Listener1", "Listener2" ] }, "required": [ "Description", "VpcId", "Name", ct-3w4lxdl3pqxob Version April 22, 2025 3008 AMS Advanced Change Type Reference AMS Advanced Change Type Details "TimeoutInMinutes", "StackTemplateId", "AutoScaling", "LoadBalancer", "Listener1" ], "additionalProperties": false } ct-3w4lxdl3pqxob Version April 22, 2025 3009 AMS Advanced Change Type Reference AMS Advanced Change Type Details Document history The following table describes the important changes in each release of the AMS Change Type Reference Guide. For notification about updates to this documentation, you can subscribe to an RSS feed. Change Description Date Updated change type, new parameter CopyTagsT Management | Advanced stack components | EC2 oNewEncryptedVolum instance stack | Encrypt es instance volumes New change type New change type New change type New change type New change type Management | Host security | Trend Micro DSM | Scan and get results (review required) Management | Host security | Trend Micro DSM | Remove Trend Micro EPS agent (review required) Deployment | Advanced stack components | RDS database stack | Create option group (review required) Deployment | Advanced stack components | Database Migration Service (DMS) | Create target endpoint (kafka) Management | Standalone resources | Load Balancer | Delete April 24, 2025 April 22, 2025 April 22, 2025 April 22, 2025 April 22, 2025 April 22, 2025 Updated change type Management | Advanced stack components | AMI | March 27, 2025 Version April 22, 2025 3010 AMS Advanced Change Type Reference AMS Advanced Change Type Details Share (review required) A new parameter, Organizat ionalUnitARNs added. , was Managed account | DNS | Migrate to Route 53 (review required) The Operation name was updated with "review required" to indicate that this is a manually run change type. Management | Host security | Trend Micro DSM | Exclude files and folders (review required) Exclude specified files and/or folders from Trend Micro scanning. Update the remediation configuration for Trusted Remediator. March 27, 2025 March 27, 2025 March 19, 2025 Request remediation of a Trusted Remediator finding. March 19, 2025 Enable or disable the Trusted Remediator service. March 19, 2025 Update change type walkthrough New change type New change type New change type New change type Version April 22, 2025 3011 AMS Advanced Change Type Reference AMS Advanced Change Type Details Update change type walkthroughs Update change type walkthrough New change type New change type Management | Managed landing zone | Application account | Confirm offboarding and Management | Managed landing zone | Management account | Offboard applicati on account Note added: After confirming the offboarding you have 48 hours to run the offboarding change type. If not run in 48 hours, the confirmation is dropped and the process must be restarted. Management | Custom Stack | Stack from CloudForm ation Template | Remediate drift The list of resources supported for this CT was added. Management | Host security | Trend Micro DSM | Update agent status (review required). Management | Host security | Trend Micro | Add User (review required). February 20, 2025 February 20, 2025 February 20,