ylastic blog

 

AWS Route53 Spending Analytics

You have all your domains nicely imported into Route53 using Ylastic. You have scheduled backups of your zones to the S3 bucket of your choice for DR using Ylastic. You do have those zones backed up, right? You can view an audit trail of all the changes/additions/updates being made to your zones in Ylastic. And now you can view the spending break-down for all of those zones in Ylastic Plus. View the spending for the current month, previous month, curent year or the last year.

R53_analytics_1
Screen_shot_2012-01-11_at_7

 

Easily view the cost associated with each of the zones you are hosting in Route53. The chart also displays the total number of queries made for the displayed zones in the chosen time period.

R53_analytics_3

 

R53_analytics_2

More integrated cool tools for Route 53 in the pipeline. Manage your AWS cloud, the easy way!

Filed under  //   EC2   analytics   aws   dns   route53   s3   spending   zone  

Comments [0]

Migrating Amazon Linux AMI between EC2 regions

You can now migrate Amazon Linux based AMIs between regions of your choice in Ylastic. Select your AMI, the region you want to migrate to, and that's it.

Screen_shot_2011-12-21_at_9

Get an email when the migration is completed.

Screen_shot_2011-12-21_at_9

Launch an instance at your leisure from the new AMI and off you go.

Screen_shot_2011-12-21_at_9

Enjoy and happy holidays!!

Filed under  //   California   EC2   Ireland   Oregon   Singapore   Tokyo   Virginia   amazon   ami   aws   ebs   linux   migration  

Comments [0]

EC2 Auto Scaling Management

Refreshed our auto scaling support to include all of the recent features released by AWS. Here is a quick run through of the various things that you can do with auto scaling on EC2.

Scaling10

 

Create auto scaling groups with a new easy to use wizard that also lets you set up policies and their associated alarms for scaling up/down your EC2 fleet.

Scaling3

 

View and manage all of your resources  associated with the scaling groups. 

Scaling7

 

Suspend scaling processes to investigate any configuration issues with your app and resume scaling processes when you are done.

Scaling6

 

Create and manage scaling policies and their associated alarms to setup the thresholds for scaling your fleet of instances.

Scaling5

 

Setup scheduled scaling actions to increase/decrease the number of instances in your fleet. You can also setup the scaling action to be recurring on a schedule of your choice.

Scaling8

 

Peruse cloud watch charts of group metrics for the scaling group of your choice.

Scaling2

 

You can still manage your auto scaling groups that are using the trigger mechanism that has been deprecated by AWS. 

Scaling9

More goodies on the way. Enjoy :-)

Filed under  //   EC2   actions   alarms   autoscaling   aws   configuration   elb   instance   launch   policies   scheduling   triggers  

Comments [4]

Amazon EBS Snapshots in the EU-West Region

AWS has discovered a bug in their software that cleans up EBS snapshots in the EU West region. They are contacting customers that have snapshots affected by this bug. Here is the email that some of our customers are receiving:

 

Hello,

We've discovered an error in the Amazon EBS software that cleans up unused snapshots.  This has affected at least one of your snapshots in the EU-West Region.

During a recent run of this EBS software in the EU-West Region, one or more blocks in a number of EBS snapshots were incorrectly deleted. The root cause was a software error that caused the snapshot references to a subset of blocks to be missed during the reference counting process. This process compares the blocks scheduled for deletion to the blocks referenced in customer snapshots. As a result of the software error, the EBS snapshot management system in the EU-West Region incorrectly thought some of the blocks were no longer being used and deleted them. We've addressed the error in the EBS snapshot system to prevent it from recurring.

We have now disabled all of your snapshots that contain these missing blocks. You can determine which of your snapshots were affected via the AWS Management Console or the DescribeSnapshots API call. The status for any affected snapshots will be shown as "error."

We have created copies of your affected snapshots where we've replaced the missing blocks with empty blocks. You can create a new volume from these snapshot copies and run a recovery tool on it (e.g. a file system recovery tool like fsck); in some cases this may restore normal volume operation. These snapshots can be identified via the snapshot Description field which you can see on the AWS Management Console or via the DescribeSnapshots API call. The Description field contains "Recovery Snapshot snap-xxxx" where snap-xxx is the id of the affected snapshot. Alternately, if you have any older or more recent snapshots that were unaffected, you will be able to create a volume from those snapshots without error. For additional questions, you may open a case in our Support Center: https://aws.amazon.com/support/createCase

We apologize for any potential impact this might have on your applications.

Sincerely,
AWS Developer Support

Filed under  //   EC2   Ireland   aws   bug   ebs   outage   snapshot  

Comments [0]

Migrating EBS instances to an AMI in a different region

You have an EBS instance running in US east region. But you want to migrate this instance to an AMI in EU, for disaster recovery, testing, whatever. And you say want to do this simply and without major contortions, preferably via a GUI. We hear you :-) Ylastic now has the ability to migrate an EBS linux instance to an AMI in a region of your choice. Pick a few options, and click a button.

Screen_shot_2011-07-10_at_9

And receive an email when the migration is complete :-)

Screen_shot_2011-07-10_at_11

Enjoy :-)

Filed under  //   California   EC2   Ireland   Singapore   Tokyo   Virginia   ami   aws   disaster   instance   migration   recovery   regions  

Comments [0]

Route53 backup to S3

Ylastic can now backup all your Route53 hosted zones to S3. Each of your hosted zones will be exported to BIND zone file format and saved to the S3 bucket of your choice. Sounds complicated? How about as simple as select the zones to backup, pick a bucket and click a button.

R53b1
R53b2

We love simple, so we extended it to also give you the ability to schedule your Route53 backups on a recurring time period of your choice :-)

R53b3

Manage your AWS environment, the easy way!

Filed under  //   EC2   aws   backup   bucket   disaster   recovery   route53   s3   scheduling   task   zone  

Comments [0]

WRR balancing between EC2 regions with Route53

Route53 introduced a new feature that lets you configure DNS based balancing between EC2 regions. Yes, you heard that right. Between EC2 regions. How does this magic happen? By leveraging a new R53 concept called Weighted Alias resource records, that let you define multiple mappings between your zone apex and your ELBs, as well as assign weights to the mappings.

Warr1
Warr2
Warr3

This works great, but do keep in mind that this is a round robin scheme and may not be suitable for all kinds of apps. This is a great start, and looking forward to more neat stuff from the route53 team. Enjoy :-)

Filed under  //   WRR   alias   apex   aws   balancing   dns   elb   route53   zone  

Comments [0]

Mapping zone apex to your ELB with Route53

This blog post is outdated. Route53 has since released new features and Ylastic has integrated them. Please check these posts for the updates:

 

AWS just released a nice feature named zone apex association for mapping the apex of your hosted zone in Route 53 with an elastic load balancer. No more jumping through various hoops and redirects to make queries for a domain such as xanthe.us resolve to your wonderful ELB in EC2. The magic all happens using the concept of Alias Resource Record Sets, which are aliases that point to DNS names in any Route 53 hosted zone. And here's how easy it is to set it up with Ylastic.

Arr1
Arr2
Arr3

Enjoy :-)

Filed under  //   EC2   apex   aws   dns   elb   route53   zone  

Comments [2]

Weighted Round Robin DNS based load balancing with Route53

Route53 now gives you the ability to balance request load by configuring a DNS record to return one of multiple possible answers according to some defined weighted round robin policy :-) Here is how one would setup three A records for the sub-domain www.xanthe.us with weights of 1, 1, and 3 (sum = 5). Route 53 will then select each of the first two resource record sets one-fifth of the time, and returns the third resource record set three-fifths of the time for all queries for www.xanthe.us. And how do we set this all up in Ylastic?

Wrr1
Wrr2

Yep. As simple as that. 

Wrr3

Enjoy :-)

Filed under  //   WRR   aws   balancing   dns   route53   weighted  

Comments [0]

Migrating Windows 2008 between EC2 regions

Ylastic now supports migration of EBS backed Windows 2008 server AMIs between EC2 regions. Select the AMI you want to migrate and pick the right kind of Windows. That's all you need to do :-)

Winm1

Go get a cup of coffee and browse the interwebs (windows migrations typically take twice as long as the svelte linux ones). Once the migration is complete, you will get an email. Or you can check its status on the migrations page if you like.

Winm2

Launch the newly migrated AMI, and remote desktop into it.

Winm3

Windows migration without the migraine :-)

Filed under  //   EC2   ami   aws   migration   regions   windows  

Comments [0]