cloudformation-cli
cloudformation-cli copied to clipboard
The CloudFormation Provider Development Toolkit allows you to author your own resource providers and modules that can be used by CloudFormation.
$ cfn build-image Resource schema is valid. Plugin for the python3.7 runtime does not support building an image (env) [ec2-user@ip-172-31-18-38 unicornExample]$ cfn submit Resource schema is valid. Starting Docker build....
*Description of changes:* documentation: - Broken links - Typo By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Started seeing these errors right before cfn-signal command in cfn-init section of CloudFormation Template for a Windows EC2 Instance - ``` 2022-07-15 05:41:24,318 [DEBUG] Running command 01-signalInitComplete 2022-07-15 05:41:24,333 [DEBUG]...
Do `cfn test` contract tests process InProgress responses? I'm running the contract tests on my custom resource and every test fails with ``` assert status == OperationStatus.SUCCESS, "status should be...
If I have the following snippet in my schema ```json "additionalProperties": false, "readOnlyProperties": [ "/properties/TPSCode" ], "primaryIdentifier": [ "/properties/TPSCode" ], ``` But I haven't actually defined a `TPSCode` in `properties`,...
*Issue #, if available:* [841](https://github.com/aws-cloudformation/cloudformation-cli/issues/841) *Description of changes:* ***This PR is not ready for production*** - it makes several of the current test cases fail. I wanted to start a...
Hey, I'm trying to run the `handler_create.py::contract_create_delete` contract test, but it is failing because >All properties specified in the request MUST be present in the model returned, and they MUST...
``` ➜ aws-ec2-networkinsightspath git:(mainline) cfn test --endpoint https://ec2.us-east-1.amazon.com === Unhandled exception === Please report this issue to the team. Issue tracker: github.com/aws-cloudformation/cloudformation-cli/issues Please include the log file 'rpdk.log' ➜ aws-ec2-networkinsightspath...
cfn-cli cannot update ElasticLoadBalancingV2::TargetGroup - HealthCheckProtocol from HTTPS to HTTP
When creating networking loadbalancer with targetsgroups that has health checks configured, its not possible to update cloud formations from one protocol to another Example cloud formation Tcp8080TargetGroupNlb: Type: AWS::ElasticLoadBalancingV2::TargetGroup Condition:...
closes #777 *Description of changes:* New optional argument `--profile` to indicate which AWS profile should be used by the CLI for commands `submit`, `invoke`, and `test`. *Testing:* In addition to...