aws-opsworks-stack-custom-json
Stack custom JSON is supplied to Chef recipes and is frequently used for configuration secrets.
Where it sits
| location | DescribeStacks.Stacks[].CustomJson |
| location kind | config_field |
| data kinds | credential password api_key connection_string sensitive_data |
| emits edge | ContainsCredential |
| service | OpsWorks (aws:opsworks) |
Collection recipe
| access mode | read_api |
| operation | DescribeStacks |
| response path | Stacks[].CustomJson |
| encoding | json |
| params | {"StackIds": ["\u003cstack-id\u003e"]} |
Required permissions
opsworks:DescribeStacks
References