-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bootstrap failure 12/14 #61
Comments
Thanks for reporting @powerserg19 . Please note that we're using a different default account ID in LocalStack - it should be Also, is it required to specify a profile at all? Ideally |
@whummer First off - Thank you very much for your early response! |
@whummer I tried to run cdklocal deploy "nameofStack" I got un-resolvable account error. How do I depoy without account? |
@whummer |
@powerserg19 Can you please share your LocalStack startup configuration, as well as the full logs of the last |
@whummer SigmaplusCdk.txt |
@whummer
Im running this in gitlab so how can I configure localstack such that cdklocal can access the host?
and I can reach the host via |
@whummer I if run this on may local machine it works. Meaning I start localstack, do cdklocal deploy and there are no issues. The stack is deployed successfully. |
@whummer |
here is my latest yaml
bootstrap reaches 12/14 but then fails and not much error
|
here is the full deploy result. I get the same behavior if i do
|
Thanks for the update @powerserg19 . Looks like we're one step closer - the error you're seeing is coming from the CloudFormation deployment. Can you please enable |
@whummer Here is my CI file
|
@whummer
|
@whummer |
@whummer |
This is not an issue but a plea for help. When I run synth it returns
Synthesizing this full stack, Stack Name: mytestStack Not making progress trying to resolve environmental context. Giving up. [Error at /mytestStack] Need to perform AWS calls for account 123456789012, but no credentials have been configured
I tried following this link #39 but to no avail. Ive also looked at the other issues
I am trying to run cdklocal in gitlab ci
localstack is up and running before I run synth. I can create a bucket etc..
here are the services that are available
curl localstack:4566/health % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 864 100 864 0 0 96000 0 --:--:-- --:--:-- --:--:-- 105k {"features": {"initScripts": "initialized"}, "services": {"acm": "available", "apigateway": "available", "cloudformation": "available", "cloudwatch": "available", "config": "available", "dynamodb": "available", "dynamodbstreams": "available", "ec2": "available", "es": "available", "events": "available", "firehose": "available", "iam": "available", "kinesis": "available", "kms": "available", "lambda": "available", "logs": "available", "opensearch": "available", "redshift": "available", "resource-groups": "available", "resourcegroupstaggingapi": "available", "route53": "available", "route53resolver": "available", "s3": "available", "secretsmanager": "available", "ses": "available", "sns": "available", "sqs": "available", "ssm": "available", "stepfunctions": "available", "sts": "available", "support": "available", "swf": "available"}, "version": "0.14.0"}
How do I satisfy the credentials cdklocal needs?
This is my latest try in the ci file
This is the resultant config and creds when i cat the files when the ci job runs
These are variables
This is how I am running synth
- cdklocal synthesize --profile default -v
here are the version of awscli and aws-cdk-local. Could Node be issue?
Here is some of the verbose output
CDK toolkit version: 2.15.0 (build 151055e) Command line arguments: { _: [ 'synth' ], profile: 'default', v: 1, verbose: 1, deployAccount: 123456789012, deployRegion: 'us-east-1', lookups: true, 'ignore-errors': false, ignoreErrors: false, json: false, j: false, debug: false, ec2creds: undefined, i: undefined, 'version-reporting': undefined, versionReporting: undefined, 'path-metadata': true, pathMetadata: true, 'asset-metadata': true, assetMetadata: true, 'role-arn': undefined, r: undefined, roleArn: undefined, staging: true, 'no-color': false, noColor: false, validation: true, quiet: false, q: false, '$0': 'cdklocal' }
I am wondering if the REAL VPC I need to reference in my project is causing the issue. I x-ed out the leading 7 chars
The text was updated successfully, but these errors were encountered: