@lizette
Thanks for the reply I didn’t create a change set only deployed a new stack v6.4.0 with same parameter settings as we are using for 5.21.0 (ofcourse with updated names).
please find below parameter settings
[
{
"ParameterKey": "AgentsPerInstance",
"ParameterValue": "1"
},
{
"ParameterKey": "ArtifactsBucket",
"ParameterValue": "artifacts-bucket"
},
{
"ParameterKey": "AssociatePublicIpAddress",
"ParameterValue": "true"
},
{
"ParameterKey": "BuildkiteAgentRelease",
"ParameterValue": "stable"
},
{
"ParameterKey": "BuildkiteAgentTags",
"ParameterValue": "autoscale=true"
},
{
"ParameterKey": "BuildkiteAgentTimestampLines",
"ParameterValue": "false"
},
{
"ParameterKey": "BuildkiteAgentTokenParameterStorePath",
"ParameterValue": "token_path"
},
{
"ParameterKey": "BuildkiteQueue",
"ParameterValue": "test-v6"
},
{
"ParameterKey": "BuildkiteTerminateInstanceAfterJob",
"ParameterValue": "false"
},
{
"ParameterKey": "BuildkiteAgentEnableGitMirrors",
"ParameterValue": "false"
},
{
"ParameterKey": "CostAllocationTagName",
"ParameterValue": "CostCenter"
},
{
"ParameterKey": "CostAllocationTagValue",
"ParameterValue": "AutoscaleCI"
},
{
"ParameterKey": "ECRAccessPolicy",
"ParameterValue": "poweruser"
},
{
"ParameterKey": "EnableCostAllocationTags",
"ParameterValue": "true"
},
{
"ParameterKey": "EnableDockerExperimental",
"ParameterValue": "false"
},
{
"ParameterKey": "EnableDockerLoginPlugin",
"ParameterValue": "true"
},
{
"ParameterKey": "EnableDockerUserNamespaceRemap",
"ParameterValue": "false"
},
{
"ParameterKey": "EnableECRPlugin",
"ParameterValue": "true"
},
{
"ParameterKey": "EnableSecretsPlugin",
"ParameterValue": "true"
},
{
"ParameterKey": "InstanceCreationTimeout",
"ParameterValue": "PT5M"
},
{
"ParameterKey": "InstanceTypes",
"ParameterValue": "m6i.large"
},
{
"ParameterKey": "OnDemandPercentage",
"ParameterValue": "100"
},
{
"ParameterKey": "MaxSize",
"ParameterValue": "2"
},
{
"ParameterKey": "MinSize",
"ParameterValue": "0"
},
{
"ParameterKey": "ScaleOutFactor",
"ParameterValue": "1.0"
},
{
"ParameterKey": "ScaleInIdlePeriod",
"ParameterValue": "2700"
},
{
"ParameterKey": "ScaleOutForWaitingJobs",
"ParameterValue": "true"
},
{
"ParameterKey": "RootVolumeName",
"ParameterValue": "/dev/xvda"
},
{
"ParameterKey": "RootVolumeSize",
"ParameterValue": "75"
},
{
"ParameterKey": "RootVolumeType",
"ParameterValue": "gp3"
},
{
"ParameterKey": "RootVolumeEncrypted",
"ParameterValue": "true"
},
{
"ParameterKey": "SecretsBucket",
"ParameterValue": "our-bucket"
},
{
"ParameterKey": "AvailabilityZones",
"ParameterValue": "us-east-1a,us-east-1d"
},
{
"ParameterKey": "ManagedPolicyARNs",
"ParameterValue": "our policies"
},
{
"ParameterKey": "EnableInstanceStorage",
"ParameterValue": "true"
}
]