Questions tagged with AWS CloudShell

Content language: English

Sort by most recent

Browse through the questions and answers listed below or filter and sort to narrow down your results.

I am unable to take RDP of ec2 instance since it is gone to safe mode with network, is it possible to enable SAC by using AWS CloudShell
1
answers
0
votes
109
views
asked a year ago
Need help please on exactly what to type into this 'template' for each region. I am just getting errors. For example: [cloudshell-user@ip-10-0-83-24 ~]$ aws lambda list-event-source-mappings { "EventSourceMappings": [ { "UUID": "7cfec532-d93a-4182-adf6-005fd71e7601", "BatchSize": 1, "MaximumBatchingWindowInSeconds": 20, "EventSourceArn": "arn:aws:sqs:us-east-1:350284300366:logness", "FunctionArn": "arn:aws:lambda:us-east-1:350284300366:function:_logness", "LastModified": "2022-01-05T11:53:10.406000+00:00", "State": "Disabled", "StateTransitionReason": "USER_INITIATED", "FunctionResponseTypes": [] } ] } [cloudshell-user@ip-10-0-83-24 ~]$ QUESTION >> **please help me by showing me exactly what text to enter for this template (I am not understanding template)** “aws lambda delete-event-source-mapping --uuid <VALUE>(NM2) --region <Region code[NM3] >” thank you for any specific assistance. To delete Lambda Pull Event Source: While performing below commands, kindly make sure that IAM user has correct IAM permissions: https://docs.aws.amazon.com/lambda/latest/dg/access-control-identity-based.html 1. Log in to the console using: https://aws.amazon.com/console/ 2. Search for CloudShell in search bar and click on the CloudShell service. 3. Type the command: “aws lambda list-functions --region <Region code>” You will be presented with all the functions that are currently running on the account. If you have any unauthorized functions that are still running, please follow the instruction in this Document to delete the functions. 4. Type the command: “aws lambda list-event-source-mappings –uuid <VALUE> --region <Region code>” You will be presented with the UUID for all the Lambda functions that were triggered by a secondary service. This needs to be used in the next in the next command. 5. Type the command: “aws lambda delete-event-source-mapping --uuid <VALUE> --region <Region code>” The Event source mapping for the Lambda functions will be deleted. 6. If you have multiple event source mappings, repeat step 5 for each of the UUID.
1
answers
0
votes
1661
views
asked a year ago
I'd like to use CloudShell more often however it's very frustrating to have the shell only be available in full screen. I've grown to love working on GCP's CloudShell which by default opens in horizontal split screen which lets me work in the web console at the same time as the shell. Am I missing some kind of setting that allows me to do that at AWS?
2
answers
0
votes
107
views
asked a year ago
The AWS CloudShell environment has an ancient version of PowerShell and the AWS PowerShell module (aka. AWS Tools for PowerShell SDK). Can the AWS CloudShell team get PowerShell and the AWS PowerShell module updated please? --- Also, I just noticed that AWS re:Post has a Tag for `AWS Tools for Windows PowerShell`, but PowerShell is cross-platform. It's not just for Windows, but also runs on MacOS and Linux. Can you please create a tag called `powershell` and/or `AWS Tools for PowerShell`?
1
answers
0
votes
109
views
asked a year ago
i get this error when i try to open cloudshell "Unable to start the environment. To retry, refresh the browser or restart by selecting Actions, Restart AWS CloudShell." i am new to AWS
1
answers
0
votes
76
views
migo
asked a year ago
I refer to the methods in the community to do it. I have tried browsers such as google and Firefox, but it doesn't work. There are also regions. I am from the Ohio region and I also have the cloud permission, but it just doesn't work. I've been trying for days and I'm so confused because of this, hope someone can help me
3
answers
0
votes
116
views
asked a year ago
Hi, I used detached the old disk, changed sudoers file and added NOPASSWD: Then reactched to the old instance. When I login from putty, it still ask me for newuser password WHICH I know it and got refused ssying not in sudoers that I added it. I added in sudoers before the last @includedir newuser ALL=(ALL) NOPASSWD:ALL I also tried add it in /etc/sudoers.d And NOPASSWD: for other users, when I tried to swtich to root: su root, it says AUTHENTICATION FAILED. I checked /etc/passwd and shadow files in the old disk, it's correct: newuser:x:1001:1001:old,1,323,323,user:/home/newuser:/bin/bash newuser:$6$/<redacted> Please help with this AWS EC2 rediculous problem. Thanks!
1
answers
0
votes
90
views
asked a year ago
I can´t use AWS CludShell. I created a root user ferku3108 I checked refresh the website, restart CloudShell, but still the same. I used the available areas. What could happen? Thank You. Fernando
1
answers
2
votes
246
views
asked a year ago
I had three EC2 instances and ran out of space on the instance running Cloud9, so I terminated one of the other instance, however even after 8 hours the storage from the terminated instance has not been added to any of the other two instances. The terminated instance stays terminated and does not display on the EC2 instances' dashboard.
1
answers
0
votes
53
views
asked a year ago
Unable to start the environment. To retry, refresh the browser or restart by selecting Actions, Restart AWS CloudShell. I am getting that error even after following the instruction and I am using ohio region. I alread tried using other regions with cloudshell like tokyo but still facing this issue. I am also using my root account and still the same issue.
4
answers
3
votes
999
views
asked a year ago
i want to use cloudshell and login assuming a role that has external id configured. Need help on procedure. Thanks.
1
answers
0
votes
949
views
AWS-MM
asked a year ago
* I'm getting an error when trying to launch AWS CloudShell in the `us-west-2 (Oregon)` region. * My IAM Role has Administrator Access, and I'm the only creator/user of the AWS account. * I enabled AWS Organizations, but am not using any features of it right now. * I am not using any permissions boundaries in IAM * I am **not** receiving any kind of "access denied" error message. It is just a generic, useless message (see below). Any ideas on how to resolve this? `Unable to start the environment. To retry, refresh the browser or restart by selecting Actions, Restart AWS CloudShell.`
3
answers
2
votes
4989
views
asked a year ago