- Add support for AWS session token to
assume_role
action
- Drop Python 2.7 support
- Convert mistral workflows to orquesta
- Fixups for Python 3 compatibility
- Add explicit support for Python 2 and 3
- Add support for
BlockDeviceMappings
andIamInstanceProfile
parameters forcreate_instance
workflow.
- Version bump to fix tagging issue. No code changes.
- Fix default tags parameter in
create_instance
workflow.
- Add
create_instance
workflow.
- Disable both the example workflows.
- Mark
token_code
onassume_role
as a secret. - Fix example
create_vpn_assume_role
workflow to correctly publishcredentials
andassumed_role_user
details. - Add
properties
tocredentials
onboto3action
andwaiter
.
- Add missing CHANGES file.
- Update requirement on
boto3
so it's not so restrictive. - Add
waiter
action. - Add missing
config.schema.yaml
. - Set credentials as
secret
onboto3action
.
- Mark
credentials
as secret onboto3action
. - Add a simple config schema with a default region, which is not used.
- Move the examples from the
README
to be usable workflows:- create_vpc.
- create_vpc_assume_role.
- Updates to
assume_role
so that it has an MFA option.
- First release of this pack.
- Migrate
aws
packs boto3 branch to a new pack instead of being on a branch.