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
Hello! I wanna get connectivity info from one device core with greengrass v2 but when I execute the command:
aws greengrassv2 get-connectivity-info --thing-name {device_name}
I got the error:
An e...
I attempted to run `aws --region us-east-1 sagemaker list-domains` and received an error:
```
An error occurred (AccessDeniedException) when calling the ListDomains operation:
User: arn:aws:iam::<id>...
I am getting an arseAWSExports.ts:30 Uncaught InvalidParameterException: Invalid config parameter. error, i have tracked the problem to my aws-exports.js file. I tested with empty const awsconfig = {...
What I have to do to verify that because I can’t find it
ref: https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-presigned-url.html#PresignedUrl-Expiration
Currently, I am using an IAM instance profile to generate a temporary security token, which...
# TLDR;
I can create Bedrock Agent using console, but can't using CLI.
# Details
I tried to execute the following command:
```
aws bedrock-agent create-agent \
--agent-name test-agent \
--agent-r...
How to allow the ImageBuilder Pipeline to download files from S3 Bucket.
Hey, I connected to AWS MSK from pc using AWS CLI SSO Login. I made that cluster security group open to all TCP ports. Now I want to create a topic in the cluster here from my pc, using the cluster's ...
I had IAM and access keys setup for an individual account, but then created an organization and created a new Management account with Identity Center and created an Organization. I have reviewed a fe...
I have 80 cpus how can I run `aws s3 sync source destination` on all cpus.
I am having problems logging into ECR from Auto Scaling Group EC2 instance during startup from the EC2 userdata script.
When aws ecr get-login-password command is executed the following error occurs.
...
Have this custom url on Cognito
https://oauth.vismerchantfilter.visa.com/
Even though i added route53 to change behavior by throwing error
it still routes to cognito default page
I dont want this be...