tagged [amazon-web-services]

What data is stored in Ephemeral Storage of Amazon EC2 instance?

What data is stored in Ephemeral Storage of Amazon EC2 instance? I am trying to stop a Amazon EC2 instance and get the warning message > Please note that any data on the ephemeral storage of your inst...

Open S3 object as a string with Boto3

Open S3 object as a string with Boto3 I'm aware that with Boto 2 it's possible to open an S3 object as a string with: [get_contents_as_string()](http://boto.readthedocs.org/en/latest/ref/file.html?hig...

Is there a way to list all resources in AWS

Is there a way to list all resources in AWS Is there a way to list all resources in AWS? For all regions, all resources.. Such as list all EC2 instances, all VPCs, all APIs in API Gateway, etc... I wo...

4 Sep at 22:55

Easiest way to get EC2 instance attributes within the instance itself

Easiest way to get EC2 instance attributes within the instance itself Can you guys show me how to retrieve instanceId, dns public name and type of current EC2 instance from where I'm running the code....

7 Nov at 16:50

How Do I Clear The Credentials In AWS Configure?

How Do I Clear The Credentials In AWS Configure? I have deleted the [AWS credentials](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html) in `sudo nano ~/.aws/config`. But, the ...

Permission denied (publickey) when SSH Access to Amazon EC2 instance

Permission denied (publickey) when SSH Access to Amazon EC2 instance I want to use my Amazon ec2 instance but faced the following error: I have created my key pair and downloaded file. Given: T...

12 Nov at 17:3

How do I install Python 3 on an AWS EC2 instance?

How do I install Python 3 on an AWS EC2 instance? I'm trying to install python 3.x on an AWS EC2 instance and: doesn't work: I've googled around and I can't find anyone else who has this problem so I'...

Amazon S3: How to get a list of folders in the bucket?

Amazon S3: How to get a list of folders in the bucket? The only thing I've found, it's this method [GET Bucket](http://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketGET.html). But I can't understa...

Possible reasons for timeout when trying to access EC2 instance

Possible reasons for timeout when trying to access EC2 instance I cannot SSH into my instance - Operation timed out. What could be the reasons why, and what can I do to resolve it? Rebooting normally ...

12 May at 06:7

Downloading folders from aws s3, cp or sync?

Downloading folders from aws s3, cp or sync? If I want to download all the contents of a directory on S3 to my local PC, which command should I use cp or sync ? Any help would be highly appreciated. ...

Amazon Web Service (AWS) account (trial version) without credit card info

Amazon Web Service (AWS) account (trial version) without credit card info I tried to create account on [aws.amazon.com](http://htttp://aws.amazon.com). But it needs credit card information to complete...

29 Jun at 07:28

Downloading an entire S3 bucket?

Downloading an entire S3 bucket? I noticed that there does not seem to be an option to download an entire `s3` bucket from the AWS Management Console. Is there an easy way to grab everything in one of...

S3 Bucket action doesn't apply to any resources

S3 Bucket action doesn't apply to any resources I'm following the instructions from [this answer](https://stackoverflow.com/a/23102551/773263) to generate the follow S3 bucket policy: ``` { "Id": "Po...

28 May at 14:30

Amazon S3 exception: "The specified key does not exist"

Amazon S3 exception: "The specified key does not exist" I am using the AmazonS3Client in an Android app using a getObject request to download an image from my Amazon S3 bucket. Currently, I am getting...

30 Jul at 08:12

Amazon Route 53 Client Exception on creation

Amazon Route 53 Client Exception on creation I have a problem with amazon sdk for .net while creating an Amazon Route 53 Client calling I get an Exception that tells > "No RegionEndPoint or ServiceURL...

Is there a production grade SimpleDB .NET library?

Is there a production grade SimpleDB .NET library? - [Here you will find all the SimpleDB code samples on the AWS page.](http://developer.amazonwebservices.com/connect/entry.jspa?externalID=2382&categ...

Can an AWS Lambda function call another

Can an AWS Lambda function call another I have 2 Lambda functions - one that produces a quote and one that turns a quote into an order. I'd like the Order lambda function to call the Quote function to...

AWS CDK Init for an existing project

AWS CDK Init for an existing project I'm trying to initialize the AWS CDK on a new website I just created via Visual Studio. But when I run the init commmand I get the error: `cdk init` ``` ❯ cdk init...

C# List all files with filename under an amazon S3 folder

C# List all files with filename under an amazon S3 folder Using C# and amazon .Net SDK, able to list all the files with in a amazon S3 folder as below: ``` ListObjectsRequest request = new ListObjects...

6 Aug at 10:16

ServiceStack.Aws.DynamoDb: Is there async APIs?

ServiceStack.Aws.DynamoDb: Is there async APIs? [ServiceStack](https://servicestack.net) is a great library, and I'm now considering using it also for working with [AWS DynamoDb](https://aws.amazon.co...

AccessDenied for ListObjects for S3 bucket when permissions are s3:*

AccessDenied for ListObjects for S3 bucket when permissions are s3:* I am getting: > An error occurred (AccessDenied) when calling the ListObjects operation: Access Denied When I try to get folder fro...

How to use unicode characters in S3's response-content-disposition header?

How to use unicode characters in S3's response-content-disposition header? `

21 Feb at 17:3

Amazon AWSClientFactory does not exists

Amazon AWSClientFactory does not exists I created an empty .Net Core application and installed nuget packages for Both Amazon.Core and Amazon.S3. Then I tried to use S3 to get an object but I'm stuck ...

Difference between Amazon EC2 and AWS Elastic Beanstalk

Difference between Amazon EC2 and AWS Elastic Beanstalk What is the difference between EC2 and Beanstalk? I want to know regarding SaaS, PaaS and IaaS. To deploy a web application in Wordpress I need ...

How to choose an AWS profile when using boto3 to connect to CloudFront

How to choose an AWS profile when using boto3 to connect to CloudFront I am using the Boto 3 python library, and want to connect to AWS CloudFront. I need to specify the correct AWS Profile (AWS Crede...