Henry Hynynen
Henry Hynynen
1. I have an OU directory aws-deployment-framework-bootstrap/adf-bootstrap/deployment with scp.json. 2. I need to try some things so I remove the scp, moving it to ../../deployment-scp.json. 3. I assume that scp...
I have this deployment map: ``` ipelines: - name: vpc-pipeline default_providers: source: provider: codecommit properties: account_id: 11223344556677 deploy: provider: cloudformation properties: action: replace_on_failure stack_name: ipam-vpc template_filename: packaged.yml params: restart_execution_on_update: True...