Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions awsb-elastio-restore-testing/awsb-elastio-rt-simulator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Parameters:
ElastioChangelogStackURL:
Type: String
Description: 'The URL for the S3 scan changelog stack.[DO NOT MODIFY Unless Advised]'
Default: 'https://elastio-prod-artifacts-us-east-2.s3.us-east-2.amazonaws.com/contrib/elastio-s3-changelog/v1/cloudformation-single-bucket.yaml'
Default: 'https://elastio-prod-artifacts-us-east-2.s3.us-east-2.amazonaws.com/contrib/elastio-s3-changelog/v4/cloudformation-single-bucket.yaml'
RestoreSimulationInstanceType:
Type: String
Description: 'The instance type for the Restore Simulated Virtual Machine.[DO NOT MODIFY Unless Advised]'
Expand Down Expand Up @@ -763,7 +763,7 @@ Resources:
elastio_s3_changelog_stack_url = os.environ.get('ElastioChangelogStackURL')
if not elastio_s3_changelog_stack_url:
logger.info('ElastioChangelogStackURL env variable NOT defined. Defaulting value.')
elastio_s3_changelog_stack_url = 'https://elastio-prod-artifacts-us-east-2.s3.us-east-2.amazonaws.com/contrib/elastio-s3-changelog/v1/cloudformation-single-bucket.yaml'
elastio_s3_changelog_stack_url = 'https://elastio-prod-artifacts-us-east-2.s3.us-east-2.amazonaws.com/contrib/elastio-s3-changelog/v4/cloudformation-single-bucket.yaml'

cfn_client = boto3.client('cloudformation')
try:
Expand Down
Loading