Skip to main content
0 votes
1 answer
107 views

Pulling my hair out, looping over 100K S3 files in AWS Cloudshell; to copy in place to kick off a file processing lambda. when I run my for loop with an aws s3 cp on the dataset I want to, the for ...
areeekay's user avatar
0 votes
0 answers
98 views

I have an account in us-gov-west-1 region. Inside the AWS console cloudshell, I'm trying to run aws-cli commands. It looks like IAM calls fail, but others work. Every time I'm trying to run a IAM ...
Comp_sc_student's user avatar
0 votes
0 answers
564 views

When you open a terminal in AWS Console, called CloudShell, if you don't click on the actions button and click on Delete menu, that environment will be saved for some days. After those days you will ...
NetVicious's user avatar
  • 4,104
0 votes
1 answer
80 views

I am trying to automate CloudWatch dashboard creation. As of right now, when I move from one account to another, I have to do some copy and replace of instance ID in order for the cloudshell command ...
ShellGames's user avatar
0 votes
0 answers
60 views

I'm using AWS CloudShell to retrieve the configuration of my AWS EventBridge Schedule but this is returning an unusual ScheduleExpression causing problems downstream. Commands I'm running in AWS ...
Kalle's user avatar
  • 33
0 votes
3 answers
124 views

I'm trying to retrieve oracle license usage from license manager. If I do aws license-manager get-license-configuration --license-configuration-arn arn:aws:license-manager:eu-west-1:002909278xxx:...
yakitori's user avatar
0 votes
1 answer
887 views

I'm not looking for the public IP address of CloudShell; I know that I can find it out by hitting some external website. I would like to find out what my public IP address is when I'm connected to ...
m01010011's user avatar
  • 1,142
0 votes
1 answer
3k views

I am trying to connecting to an EC2 instance via CloudShell. When I use its public IPv4 DNS it works but when I use its private IP I get the following message: connect to host 172.xx.xx.xxx port 22: ...
RafaSashi's user avatar
  • 17.3k
1 vote
0 answers
579 views

I tried to download cloudshell file to windows machine. But error showing 'Unable to download the file. Check the file name and path and try again.'. What is the right path I have to provide? Can ...
Hemanandhini K's user avatar
0 votes
1 answer
339 views

I'm new to AWS. I want to add header parameters to my HTTP request. I tried the below command in CloudShell but it was not working. aws apigatewayv2 update-integration --integration-id xxx --api-id ...
Abdul Basit's user avatar
0 votes
1 answer
2k views

I am following a tutorial on CDK using AWSCloudShell, and installed it using npm command: sudo npm install -g aws-cdk However, when I tried running the CDK command cdk bootstrap provides this error: ...
GoldenCave's user avatar
0 votes
1 answer
198 views

i am trying to rename 100s of csv files that are in s3 bucket which has date part in it and struggling with code. s3://inventoryfiles/warehouse/2020/jan/inv12_20200301_220145.csv s3://inventoryfiles/...
user10591810's user avatar
1 vote
0 answers
897 views

I have successfully installed postgresql-client 'psql' in the AWS CloudShell. When I close the instance and re-open it. The installation is not there, I am getting "-bash: psql: command not ...
Thaz's user avatar
  • 65
0 votes
2 answers
337 views

I tried to use this command: aws s3api list-objects-v2 --bucket BUCKETNAME --query 'Contents[?LastModified>=2022-12-28].Key && sort_by(Contents, &Size)[-5:]' And while it searches for 5 ...
Andrew Savetchuk's user avatar
1 vote
1 answer
941 views

So I'm trying to execute the following in AWS Athena which allows to run only one statement at a time: MSCK REPAIR TABLE some_database.some_table_001; MSCK REPAIR TABLE some_database.some_table_002; ...
P.Max's user avatar
  • 11

15 30 50 per page