Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

The starter template deployment results in errors #24

Open
atulyag27 opened this issue Jul 12, 2021 · 0 comments
Open

The starter template deployment results in errors #24

atulyag27 opened this issue Jul 12, 2021 · 0 comments

Comments

@atulyag27
Copy link

atulyag27 commented Jul 12, 2021

Hey, I have launched the template "https://fwd.aws/yzYe4" and observed the following issues with it =>

  1. SolutionStack: referenced variable were pointing out to non-existent platform AMIs ('64bit Windows Server 2016 v2.5.9 running IIS 10.0'), which was fixed getting the latest platform versions: '64bit Windows Server Core 2019 v2.6.7 running IIS 10.0'

  2. AWS::CodeBuild::Project CloudFormation resource under Environment: property had property named Type: WINDOWS_CONTAINER, which is already obsolete and replaced by: WINDOWS_SERVER_2019_CONTAINER.

  3. AWS CloudFormation resource AWS::SSM::Document had an invalid SSM parameter for obsoleted public AMI which has been replaced with current "/aws/service/ami-windows-latest/Windows_Server-2019-English-Core-ContainersLatest". You can get SSM parameters with the current images via:
    aws ssm get-parameters-by-path --path /aws/service/ami-windows-latest/

  4. S3 bucket that is used by default (referenced as parameter in CFn template: QSS3BucketName:) is already in use somwhere else (another AWS acc) and is inaccessible. so you need to adjust the following parameters and create your own S3 bucket where you should upload the code from the Github repository to the bucket prefix specified.
    QSS3BucketName: must point to an already created bucket
    QSS3KeyPrefix: is the prefix inside QSS3BucketName with the Github repository code uploaded:
    https://github.com/aws-quickstart/quickstart-dotnet-serverless-cicd

After all these fixes, I still recieved this error :


Received FAILURE signal with UniqueId SSMWaitCondition

The following resource(s) failed to create: [SSMWaitCondition]. Rollback requested by user.


Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant