Skip to main content
Search type Search syntax
Tags [tag]
Exact "words here"
Author user:1234
user:me (yours)
Score score:3 (3+)
score:0 (none)
Answers answers:3 (3+)
answers:0 (none)
isaccepted:yes
hasaccepted:no
inquestion:1234
Views views:250
Code code:"if (foo != bar)"
Sections title:apples
body:"apples oranges"
URL url:"*.example.com"
Saves in:saves
Status closed:yes
duplicate:no
migrated:no
wiki:no
Types is:question
is:answer
Exclude -[tag]
-apples
For more details on advanced search visit our help page
Results tagged with
Search options not deleted user 20815

Amazon Web Services (AWS) delivers a set of services that together form a reliable, scalable, and inexpensive computing platform "in the cloud". If you have a question about a specific web service, consider asking on its tag, e.g., amazon-ec2.

11 votes
Accepted

Amazon EC2 t2.micro AMI taking time to execute commands

That instance size is among the least well-provisioned in the EC2 fleet. It is expected that it will not perform as well as your local machine.
EEAA's user avatar
  • 110k
6 votes
Accepted

Can AWS simluate direct console login (eg, if sshd doesn't work)

No, they do not. They could easily do so, but, they have not yet implemented it. I believe that this is an intentional design decision they have made to encourage their customers to use automated pro …
EEAA's user avatar
  • 110k
6 votes
Accepted

Is there a way to duplicate entire AWS environment

Yes, you can use AWS CloudFormer to generate CFN templates of existing resources, which you can modify and re-deploy. Make sure that you are very familiar with CloudFormation before doing this, thoug …
EEAA's user avatar
  • 110k
74 votes
Accepted

Cannot mount an existing EBS on AWS

Looks like you have partitioned that block device. In this case, you need to mount /dev/xvdf1, not just /dev/xvdf.
EEAA's user avatar
  • 110k
4 votes
Accepted

How do I add a source IP range in an AWS security group?

Security Groups expect CIDR notation. Hopefully, depending on the range you're talking about, you can find a CIDR block that matches most of them, but for the outliers, you'll need to add them manuall …
EEAA's user avatar
  • 110k
3 votes
Accepted

Site is down after stop/start of instance

You just need to provision an elastic IP and associate that with your instance. Then point your DNS name to that IP. Since you are not running in a VPC, you will need to re-associate this EIP with y …
EEAA's user avatar
  • 110k
3 votes
Accepted

Getting AWS web instance in private subnet to send data to new relic

Sure it's possible. It's likely you just need to add a default route to your VPC configuration, pointing to the ENI of your NAT instance. The other option is to associate an EIP with your private in …
EEAA's user avatar
  • 110k
3 votes
Accepted

Is it safe to publish an EC2 security group?

Yes, it is safe to publish that information. For anyone else to modify or assign that SG to a host, you would have needed to explicitly grant them access (via an IAM user) to do so. If you spend any …
EEAA's user avatar
  • 110k
2 votes
Accepted

AWS No ephemeral device on t1.micro ubuntu

Micro instances do not come with ephemeral instance store devices.
EEAA's user avatar
  • 110k
2 votes

Isit possible to be notified when any resource starts or is terminated on AWS?

Sure, both AWS Config and Cloudtrail could be useful in getting you start/stop alerts.
EEAA's user avatar
  • 110k
1 vote
Accepted

How to catch event that the EC2 compute instance is about to stop/start?

You're going to need to handle this on your own. There's no way to add this type of hooks to AWS API actions. Instead of using the AWS control panel, just perform all of these actions programmaticall …
EEAA's user avatar
  • 110k
1 vote

ASG replacement with same IP

That's not now ASGs are supposed to be used. Instead, put a load balancer (either ELB or one of your own creation) in front of your ASG nodes and then add/remove back-end nodes from the load balancer …
EEAA's user avatar
  • 110k
1 vote

AWS Free Tier Ending,How to make the resources reserved , rather than paying pay-as-you-go p...

Just purchase reserved instances for the region, availability zone, and instance size you require. The new pricing will automatically be applied to your existing instance. As far as the instance itse …
EEAA's user avatar
  • 110k
1 vote
Accepted

Clarify this simple AWS EBS tutorial

/dev/xvdc is the name of the new device. By "operating system device name", they mean that this is the name by which the OS refers to this device. I think you're confusing "operating system device" wi …
EEAA's user avatar
  • 110k
1 vote

how to associate an AWS EC2 server to an internal domain

You'll need to consider the following: Create a VPN of some sort from the server (or the VPC) back to your corporate network. Ensure that the EC2 server can resolve your AD DNS records Join the serv …
EEAA's user avatar
  • 110k

1
2 3 4 5
16
15 30 50 per page