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...
- Modified
- 21 Dec at 16:52
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...
- Modified
- 28 Sep at 13:11
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...
- Modified
- 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....
- Modified
- 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 ...
- Modified
- 2 May at 04:14
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...
- Modified
- 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'...
- Modified
- 7 Mar at 01:50
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...
- Modified
- 13 Sep at 17:33
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 ...
- Modified
- 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. ...
- Modified
- 31 Oct at 06:23
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...
- Modified
- 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...
- Modified
- 30 Nov at 08:15
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...
- Modified
- 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...
- Modified
- 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...
- Modified
- 29 Nov at 15:45
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...
- Modified
- 7 Oct at 17:53
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...
- Modified
- 6 May at 15:56
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...
- Modified
- 10 Aug at 21:36
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...
- Modified
- 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...
- Modified
- 18 Aug at 09:3
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...
- Modified
- 21 Jun at 10:6
How to use unicode characters in S3's response-content-disposition header?
How to use unicode characters in S3's response-content-disposition header? `
- Modified
- 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 ...
- Modified
- 27 Apr at 21:28
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 ...
- Modified
- 6 May at 14:52
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...
- Modified
- 24 Mar at 10:8