Michael Barney, Jr
Michael Barney, Jr
Within my backup process, I'm calling the `backupUsers` process and expect that the file is complete when the promise returned from that function resolves, however the data I can immediately...
I started using org-formation in my organization with the `init-pipeline` command. I recently noticed however that the pipeline service role's [permissions](https://github.com/org-formation/org-formation-cli/blob/master/resources/orgformation-codepipeline.yml#L58) seem to be really open and not scoped down...
### Validating Task files If your project layout looks something like this: ``` organization-tasks.yml (contains update-organization and include task types for module1 and module2) module1/ organization-tasks.yml (contains update-stacks task types)...
### Reference resources created with `ForeachAccount` When using the `ForeachAccount` declarative to provision a resource per account in the referenced `OrganizationBinding`, it's difficult (maybe impossible?) to dynamically reference the generated...
### Support using `Fn::Sub`/`!Sub` and `Fn::Cmd`/`!Cmd` intrinsic functions together I'd like to be able to do something similar to the following: ```yml SomeStringJson: Fn::Sub: !Cmd generate-json-cli ``` Where `generate-json-cli` returns...
There are two main types of AWS credentials you can use to call AWS APIs: - long-term credentials (in the form of an IAM User's AccessKeyId and SecretAccessKey) - temporary...
It would be nice to be able to define an organization policy's content as YAML (similar to how you can define IAM policies in YAML), and have the resource provider...
There are some CloudFormation resources that do not conform to the `AWS::Service::Resource` pattern. According to the [CloudFormation FAQ](https://aws.amazon.com/cloudformation/faqs/), there could be resources that look like this: `Alexa::*`. In fact, there's...
When defining an `AWS::CloudFormation::StackSet` resource with a `PermissionModel` of `SERVICE_MANAGED` and the following `StackInstancesGroup`: ```yml - DeploymentTargets: OrganizationalUnitIds: - !Ref OrganizationRoot Regions: - us-east-1 ``` everything works as expected -...
### Name of the resource AWS::Logs::ResourcePolicy ### Description As with most other resource policies and identity policies, you're able to define these in YAML within a CloudFormation template. However, with...