Explore how you can quickly prepare for, respond to, and recover from security events. Learn more.
Questions tagged with AWS Command Line Interface
The AWS Command Line Interface (CLI) is a unified tool to manage your AWS services.
Content language: English
Select up to 5 tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
1139 results
Does anyone know why the 'npx ampx sandbox' command throws error as 'unable to get local issuer certificate'?
Whereas the 'npx create next-app' command doesn't have any problem.
Also, the other AWS ...
I'm trying to audit some AWS accounts to see if MFA is enforced for access keys. Every other time I've seen this done in other reviews for other companies, the MFA condition was enforced in a trust p...
Hi AWS Community,
I'm reaching out for help with a frustrating issue I've been facing. Despite granting full access to CloudFormation stacks, I'm still encountering an AccessDenied error. This is rea...
Hi, my C++ program cannot access any file on Ubuntu arm and amd 22 instance on AWS, but it can work well on my local machines. All of files permission denied when the program tried to access these fil...
I am trying to create a pod from another pod which is running using python script.
When I do this:
```
# Load the in-cluster config
config.load_incluster_config()
```
as well as
```
# Load th...
It seems to me that there is a bug in Cloud Quest: Serverless Chatbot Using Private Data | Practice | Step 34/75
Running .startup.sh generates multiple errors:
```
AWSLabsUser-hw893NXLAajTk87X5ZaDL6:...
Hey all:
I am trying to create a simple Q app via the API from Python. When I run the below code, I get the following error:
An error occurred (AccessDeniedException) when calling the CreateAppl...
Hello,
I am encountering an issue while attempting to modify a parameter for my AWS Lightsail relational database instance. Despite the parameter being marked as modifiable, I receive an error indicat...
I wanted to create a config rule for my entire org to require specific tags and key values. I was able to deploy this rule from my management account using Cloudshell with this command:
```
aws conf...
Dear AWS Community,
Is there anybody here utilizing WinSCP to browse Files in S3?
We wanted to use WinSCP to browse and download Files which is in the Glacier Deep Archive state.
Is there a way to in...
I have a codepipeline triggered by codecommit that should build lambdas and deploy zips to s3, but what lambdas are build is determined in codebuild when it reads a json file. how can i choose how man...
I am in college and my hypervisors class provided us with the basic tier for aws academy. We are setting up a personal webpage using elastic beanstalk and are basing it off of https://docs.aws.amazon....