stealthycoin on develop
chore: Use OrderedDict in yamlh… Import from ordereddict and sim… Support parsing yaml merge tags and 2 more (compare)
aws ssm get-parameter --region eu-west-1 --profile myprofile --with-decr yption --name $TEMP --debug
2020-07-07 11:36:48,997 - MainThread - awscli.clidriver - DEBUG - CLI version: aws-cli/2.0.27 Python/3.7.7 Windows/10 botocore/2.0.0dev31
2020-07-07 11:36:48,998 - MainThread - awscli.clidriver - DEBUG - Arguments entered to CLI: ['ssm', 'get-parameter', '--region', 'eu-west-1', '--profile', 'myprofile ', '--with-decryption', '--name', 'C:/Program Files/Git/param/path/', '--debug']
The Alan Hacks Team and Hackathon Hackers are collaborating to bring you THE WORLD'S FIRST HACKATHON FOR VOICE-ENABLED APPLICATIONS
On the 1 - 15th of July, innovators from all over the world will come together (virtually) to innovate and create impactful projects! Competitors are challenged to build softwares to tackle the world's most pressing issues using voice interaction.
Participants will stand a chance to receive monetary prizes (US$900+ prize pool).
Apart from the competition aspect, Alan Ai inc will also host Tech and Social Impact workshops and webinars.
Have friends who are also passionate about voice technology? Invite them to join THE WORLD'S FIRST HACKATHON too, and the one who invites the most qualifying friends will receive goodies.
So what are you waiting for? Sign up now at https://docs.google.com/forms/d/e/1FAIpQLSfz3I2MbBJ2h6ozNAUU9MGutHDy78ZCJKiseRz-R2TOr0LuFQ/viewform?usp=send_form and learn more at https://hackathon.alan.app/
atlassian/pipelines-awscli
image for the communication with aws ECR. In atlassian/pipelines-awscli
image we have a docker
command but in my project, I have docker-compose.yml
when I docker-compose -f docker-compose.yml build
I am getting bash: docker-compose: command not found
error. Any idea how to install docker-compose
? I tried with apt-get
but getting command not found error.
Just installed aws-cli on WSL ubuntu using these commands
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install
ran "aws --version" and response is => bash: /home/qbrt/.local/bin/aws: No such file or directory
any suggestions? is it a pathing issue?
Hi there.
AWS CLI team is re-imagining the AWS CLI auto-prompt mode for v2, and we’d like to get some feedback from you on this mode before it is released. More details on how to try it out and leave feedback in this GitHub issue
aws/aws-cli#5664
Thanks!
✘ gowgopal@GOWGOPAL-M-H0VS aws --region us-east-1 ssm list-tags-for-resource --resource-type ManagedInstance --resource-id "i-08f061087ca51a05f"
An error occurred (ValidationException) when calling the ListTagsForResource operation: resourceId i-08f061087ca51a05f should be in format mi-[0-9a-f]{17} for resource type ManagedInstance
✘ gowgopal@GOWGOPAL-M-H0VS ~ aws --version
aws-cli/2.0.0dev0 Python/3.7.4 Darwin/19.6.0 botocore/2.0.0dev0
gowgopal@GOWGOPAL-M-H0VS
The AWS CLI v2 client with improvements to auto-prompt mode has now been released as of version 2.1.0
! See the installation guide for instructions on how to get it.
https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2.html
snapshots_to_delete=$(aws ec2 describe-snapshots --filters Name=description,Values=$elb?)
echo "List of snapshots to delete: $snapshots_to_delete"
for snap in $snapshots_to_delete; do
aws ec2 delete-snapshot --snapshot-id $snap
done
getting below error:
List of snapshots to delete: {
"Snapshots": [
{
"Description": "034e0df9cc4548d5a8a9d9bfb1aee361",
"Encrypted": true,
"KmsKeyId": "arn:aws:kms:ca-central-1:860603176648:key/422800de-4234-42b8-a81a-b367a85a9c68",
"OwnerId": "860603176648",
"Progress": "100%",
"SnapshotId": "snap-0d127f3cec72983fd",
"StartTime": "2020-11-19T10:41:21.199Z",
"State": "completed",
"VolumeId": "vol-078e9c62a90777c64",
"VolumeSize": 150,
"Tags": [
{
"Key": "Name",
"Value": "034e0df9cc4548d5a8a9d9bfb1aee361_DP_Snapshot"
}
]
}
]
}
An error occurred (InvalidParameterValue) when calling the DeleteSnapshot operation: Value ({) for parameter snapshotId is invalid. Expected: 'snap-...'.
An error occurred (InvalidParameterValue) when calling the DeleteSnapshot operation: Value ("Snapshots":) for parameter snapshotId is invalid. Expected: 'snap-...'.
An error occurred (InvalidParameterValue) when calling the DeleteSnapshot operation: Value ([) for parameter snapshotId is invalid. Expected: 'snap-...'.
An error occurred (InvalidParameterValue) when calling the DeleteSnapshot operation: Value ({) for parameter snapshotId is invalid. Expected: 'snap-...'.
An error occurred (InvalidParameterValue) when calling the DeleteSnapshot operation: Value ("Description":) for parameter snapshotId is invalid. Expected: 'snap-...'.
An error occurred (InvalidParameterValue) when calling the DeleteSnapshot operation: Value ("034e0df9cc4548d5a8a9d9bfb1aee361",) for parameter snapshotId is invalid. Expected: 'snap-...'.
An error occurred (InvalidParameterValue) when calling the DeleteSnapshot operation: Value ("Encrypted":) for parameter snapshotId is invalid. Expected: 'snap-...'.
An error occurred (InvalidParameterValue) when calling the DeleteSnapshot operation: Value (true,) for parameter snapshotId is invalid. Expected: 'snap-...'.
An error occurred (InvalidParameterValue) when calling the DeleteSnapshot operation: Value ("KmsKeyId":) for parameter snapshotId is invalid. Expected: 'snap-...'.
An error occurred (InvalidParameterValue) when calling the DeleteSnapshot operation: Value ("arn:aws:kms:ca-central-1:860603176648:key/422800de-4234-42b8-a81a-b367a85a9c68",) for parameter snapshotId is invalid. Expected: 'snap-...'.
An error occurred (InvalidParameterValue) when calling the DeleteSnapshot operation: Value ("OwnerId":) for parameter snapshotId is invalid. Expected: 'snap-...'.
An error occurred (InvalidParameterValue) when calling the DeleteSnapshot operation: Value ("860603176648",) for parameter snapshotId is invalid. Expected: 'snap-...'.
An error occurred (InvalidParameterValue) when calling the DeleteSnapshot operation: Value ("Progress":) for parameter snapshotId is invalid. Expected: 'snap-...'.
An error occurred (InvalidParameterValue) when calling the DeleteSnapshot operation: Value ("100%",) for parameter snapshotId is invalid. Expected: 'snap-...'.
An error occurred (InvalidParameterValue) when calling the DeleteSnapshot operation: Value ("SnapshotId":) for parameter snapshotId is invalid. Expected: 'snap-...'.
An error occurred (InvalidParameterValue) when calling the DeleteSnapshot operation: Value ("snap-0d127f3cec72983fd",) for parameter snapshotId is invalid. Expected: 'snap-...'.
An error occurred (InvalidParameterValue) when calling the DeleteSnapshot operation: Value ("StartTime":) for parameter snapshotId is invalid. Expected: 'snap-...'.
An error occurred (InvalidParameterValue) when calling the DeleteSnapshot operation: Value ("2020-11-19T10:41:21.199Z",) for parameter snapshotId is invalid. Expected: 'snap-...'.
An error occurred (InvalidParameterValue) when calling the DeleteSnapshot operation: Value ("State":) for parameter snapshotId is invalid. Expected: 'snap-...'.
An error occurred (InvalidParameterValue) when calling the DeleteSnapshot operation: Value ("com