Deploy a StepFunction to create a Active Directory Connector. The service user password must be passed via encrypted KMS parameters.
echo 'YOURPASSWORD' | base64 #SingleQuotes
aws kms encrypt --key-id KMSKEYID --plaintext ENCODEDVALUE --query CiphertextBlob --output text
Author's |
---|
David Krohn Linkedin - Blog |
Marcell Jobs |
Provisioning is done via Taskfile and deployed to the account via a stack.
- Adjust values in exmaple.json or create a new one
- Open Shell
- Run:
awsume DEPLOYMENTACCOUNT
- Run:
task deploy