SlideShare a Scribd company logo
1 of 6
AUGUST IN AWS
Aug 12, 2013
AWS CloudFormation Introduces Parallel Stack Creation and Nested Stack
Updates
AWS CloudFormation gives developers and systems administrators an easy way
to create and manage a collection of related AWS resources, provisioning and
updating them in an orderly and predictable fashion by using custom
or predefined templates.
Parallel Stack Creation, Update and Deletion
CloudFormation now creates updates and deletes resources in parallel in order
to improve performance of these operations.
Nested Stack Updates
CloudFormation allows nesting a stack as a resource inside a template. This
feature has enabled design and creation of related stacks together.
To learn more about CloudFormation, visit the CloudFormation detail
page, documentation, and watch this introductory video.
Aug 13, 2013
Announcing Mobile Push from Amazon SNS
App developers can now easily send push notifications to Apple, Google and
Kindle Fire devices using one simple API, and easily scale from a few
notifications a day to millions of notifications or higher.
The AWS Free Tier means all AWS customers can send one million push
notifications per month across iOS, Android and Kindle platforms at no charge
To learn more about Amazon SNS Mobile Push, sign up for the webinar on
August 29th, 2013. You can get started right away by
visiting http://aws.amazon.com/sns/ today.
Aug 14, 2013
Amazon Route 53 Announces Zone File Import and Integrated Health
Check Graphs
With the zone file import feature, it is now even easier to migrate a domain into
Route 53. The Route 53 console now lets you import standard DNS zone files
that can be exported from many DNS providers or standard DNS server software
such as BIND. When you create a new Route 53 hosted zone for your domain,
you now have the option to paste your zone file directly into the Route 53
console, and Route 53 will automatically create the records in your hosted zone.
To get started with zone file import, read our walkthrough in the Amazon Route
53 Developer Guide. You can also learn more about Route 53 DNS Failover and
health checks in the Amazon Route 53 Developer Guide.
Aug 16, 2013
Amazon Redshift - Resource-level IAM, improved CSV support and CRC32
Amazon Redshit is now with improved security and control by enabling you to
construct resource-level AWS Identity and Access Management (IAM) policies for
Amazon Redshift. It has improved loading by adding support for standard CSV
double quote escaping, query flexibility by adding a new function for CRC32 and
manageability by adding a restore progress indicator to the console.
Please visit forum and continue to give us your feedback so we can understand
and prioritize the things you need.
Aug 28, 2013
New Read Replica capabilities for Amazon RDS for MySQL
These capabilities enhance the manageability experience of your Read Replicas
and will offer performance benefits for some of your use cases. Following are
more details:
Create multiple Read Replicas in quick succession - You can now create
multiple Read Replicas (limited to five per master) of the master database
instance in quick succession without having to wait for the first or any
subsequent create Read Replica operations to complete.
Take database snapshot and perform Point in Time Recovery operation
of a Read Replica (supported for MySQL 5.6) You can now take database
snapshots and perform Point in Time Recovery operations of a Read
Replica in addition to performing these operations on a master database
instance.
Create a replica from an existing Read Replica (supported for MySQL
5.6) - You can now create a second-tier Read Replica from an existing
first-tier Read Replica.
Refer to the Working with Read Replicas section of the Amazon RDS User Guide
to learn more.
Aug 28, 2013
AWS CloudFormation now available in AWS GovCloud (US)
AWS CloudFormation provides an easy way to create and manage a collection of
related AWS resources, provisioning and updating them in an orderly and
predictable fashion. AWS GovCloud (US) is an isolated AWS region designed to
allow US government agencies and customers to move sensitive workloads into
the cloud by addressing their specific regulatory and compliance requirements.
Sept 03, 2013
Announcing AWS Command Line Interface - General Availability
With just one tool to download and configure, you can control multiple AWS
services from the command line and automate them through scripts. The GA
release supports 23 services and includes new file commands for Amazon S3.
Using file system command syntax, you can easily list the contents of online
buckets, upload a folder full of files, and synchronize local files with objects
stored in Amazon S3.
To get started with the AWS CLI, see the User Guide.
Sept 04, 2013
New Amazon ElastiCache for Redis Capabilities
Customers requiring in-memory performance have taken advantage of Amazon
ElastiCache to offload the operational responsibilities of their Memcached
clusters. Below are the key highlights of the service:
Easy Administration: Amazon ElastiCache for Redis is a fully managed
Redis service with features to manage setup and configuration, security,
monitoring, and handling of node failures.
Replication Support: Amazon ElastiCache for Redis allows you to create
replicas for your Redis node in different AWS Availability Zones and allows
the failover of the node to one of the replicas.
Seamless Integration: If you are running Redis on EC2, you can transfer its
contents to a new Amazon ElastiCache for Redis node.
Simple Pay as You Go Pricing: Pick the node type that fits your
application’s memory requirements. Refer to Amazon ElastiCache
pricing for more details.
You can learn more by visiting the Amazon ElastiCache detail page or the AWS
blog post, or join us for a webinar on ElastiCache for Redis on September 26.
Sep 04, 2013
Amazon RDS Supports New High Memory Instance with 244GB memory
and 88 ECUs of compute capacity
AWS customers run a wide range of database workloads on Amazon RDS and
have ever expanding memory, compute and IOPS requirements. This new
instance type has 244GB of memory and 88ECUs of compute capacity (2 Intel
Xeon E5-2670 8-core processors).
This instance also operates on a high bandwidth network. For a workload with
50% writes and 50% reads running on this instance type, it is possible
to realize up to 20,000 IOPS for MySQL, which is 60% more than previously
realizable maximum IOPS of 12,500. These specifications make this instance type
an ideal candidate for high performance workloads in enterprise, social media,
mobile applications or gaming.
For more information on pricing, visit the Amazon RDS pricing page.
Sep 04, 2013
AWS OpsWorks announces support for Amazon VPC
With Amazon VPC, you can define a virtual network topology and customize the
network configuration to closely resemble a traditional network that you might
operate in your own datacenter. This release lets you take advantage of the
application management benefits of AWS OpsWorks in your own isolated
network to support common scenarios such as using a private source repository
behind your firewall, running databases in a protected subnet, or using
application servers in a private subnet behind a public load balancer.
To learn more about how to use AWS OpsWorks with Amazon VPC, see
the documentation for a step-by-step example or join AWS OpsWorks webinar
on September 12, 2013 at 10:00 AM PT.
Sept 05, 2013
New data migration capabilities for Amazon RDS for MySQL
These new capabilities allow you to perform near zero downtime data migration
from your external MySQL database instances (running on-premise or on
Amazon EC2) to your Amazon RDS MySQL database instances and vice versa.
With this new feature, once your initial baseline is set, you can simply configure
your Amazon RDS instance as a replication target for your external MySQL
instance and capture all the transactions that have occurred since the time you
setup the initial baseline.
For more information about this feature, please refer to the data import section
of the Amazon RDS User Guide.
Sept 05, 2013
Announcing Geospatial Indexing Library for Amazon DynamoDB
The library takes care of managing geohash indexes. Developers can use these
indexes for fast and efficient execution of location-based queries over Amazon
DynamoDB items representing points of interest (latitude/longitude pairs).
Some features of this library are:
Query Support: Box queries return items that fall within a pair of geo points
that define a rectangle as projected on a sphere. Radius queries return items
that fall within a given distance from a geo point.
Life Cycle Operations: Create, retrieve, update, and delete geospatial data
items.
Easy Integration: This library integrates with the AWS SDK for Java, making it
easy to use from your existing Java applications on AWS.
To learn more, visit Jeff Barr’s blog post and the AWS mobile tools page.
Sept 05, 2013
AWS Free Usage Tier Now Includes SUSE Linux Enterprise Server
Free usage tier eligible customers now have the option to run SLES as part of the
750 hours of free Linux usage each month to test drive SLES on Amazon EC2.You
can also get started on SLES on AWS Free Usage Tier by logging into the AWS
Management Console or through 1-Click on AWS Marketplace.
Visit the Resources Section to find Getting Started Guides, development tools,
and tutorials, or visit the Community Forums to get your questions answered.

More Related Content

Viewers also liked

Traditional mural vs non traditional mural
Traditional mural vs non traditional muralTraditional mural vs non traditional mural
Traditional mural vs non traditional muralsathma
 
Practicing Agile in Offshore Environment
Practicing Agile in Offshore EnvironmentPracticing Agile in Offshore Environment
Practicing Agile in Offshore EnvironmentTO THE NEW | Technology
 
C:\Fakepath\Nucleotide A H1 N1
C:\Fakepath\Nucleotide A H1 N1C:\Fakepath\Nucleotide A H1 N1
C:\Fakepath\Nucleotide A H1 N1picardo123
 
Silverpop Connect Dubai - Opening Keynote
Silverpop Connect Dubai - Opening KeynoteSilverpop Connect Dubai - Opening Keynote
Silverpop Connect Dubai - Opening KeynoteJohn Watton
 
eCommerce Expo 2013 : Behavioural Marketing or How to get your customers to l...
eCommerce Expo 2013 : Behavioural Marketing or How to get your customers to l...eCommerce Expo 2013 : Behavioural Marketing or How to get your customers to l...
eCommerce Expo 2013 : Behavioural Marketing or How to get your customers to l...John Watton
 
Tech Girl Podcasts: What is Web 2.0?
Tech Girl Podcasts: What is Web 2.0?Tech Girl Podcasts: What is Web 2.0?
Tech Girl Podcasts: What is Web 2.0?Ladue School District
 
FUKUYAMA BASE WORKSHOP Vol12 Theme
FUKUYAMA BASE WORKSHOP Vol12 ThemeFUKUYAMA BASE WORKSHOP Vol12 Theme
FUKUYAMA BASE WORKSHOP Vol12 Themenoteproject
 
Presentacion1
Presentacion1Presentacion1
Presentacion1espol
 
Interactive dia3 (dl3) holsten english translation
Interactive dia3 (dl3) holsten english translationInteractive dia3 (dl3) holsten english translation
Interactive dia3 (dl3) holsten english translationKonstellation
 
Memphis Memories
Memphis MemoriesMemphis Memories
Memphis MemoriesEddie Kempf
 
Presentation of medivel
Presentation of medivelPresentation of medivel
Presentation of medivelsathma
 
Roles on the actual day (what we have to do)
Roles on the actual day (what we have to do)Roles on the actual day (what we have to do)
Roles on the actual day (what we have to do)sathma
 

Viewers also liked (16)

Traditional mural vs non traditional mural
Traditional mural vs non traditional muralTraditional mural vs non traditional mural
Traditional mural vs non traditional mural
 
Practicing Agile in Offshore Environment
Practicing Agile in Offshore EnvironmentPracticing Agile in Offshore Environment
Practicing Agile in Offshore Environment
 
C:\Fakepath\Nucleotide A H1 N1
C:\Fakepath\Nucleotide A H1 N1C:\Fakepath\Nucleotide A H1 N1
C:\Fakepath\Nucleotide A H1 N1
 
Silverpop Connect Dubai - Opening Keynote
Silverpop Connect Dubai - Opening KeynoteSilverpop Connect Dubai - Opening Keynote
Silverpop Connect Dubai - Opening Keynote
 
eCommerce Expo 2013 : Behavioural Marketing or How to get your customers to l...
eCommerce Expo 2013 : Behavioural Marketing or How to get your customers to l...eCommerce Expo 2013 : Behavioural Marketing or How to get your customers to l...
eCommerce Expo 2013 : Behavioural Marketing or How to get your customers to l...
 
Tech Girl Podcasts: What is Web 2.0?
Tech Girl Podcasts: What is Web 2.0?Tech Girl Podcasts: What is Web 2.0?
Tech Girl Podcasts: What is Web 2.0?
 
FUKUYAMA BASE WORKSHOP Vol12 Theme
FUKUYAMA BASE WORKSHOP Vol12 ThemeFUKUYAMA BASE WORKSHOP Vol12 Theme
FUKUYAMA BASE WORKSHOP Vol12 Theme
 
Jeopardy
JeopardyJeopardy
Jeopardy
 
Presentacion1
Presentacion1Presentacion1
Presentacion1
 
Brand focus
Brand focusBrand focus
Brand focus
 
Interactive dia3 (dl3) holsten english translation
Interactive dia3 (dl3) holsten english translationInteractive dia3 (dl3) holsten english translation
Interactive dia3 (dl3) holsten english translation
 
Murphy
MurphyMurphy
Murphy
 
Memphis Memories
Memphis MemoriesMemphis Memories
Memphis Memories
 
Presentation of medivel
Presentation of medivelPresentation of medivel
Presentation of medivel
 
Roles on the actual day (what we have to do)
Roles on the actual day (what we have to do)Roles on the actual day (what we have to do)
Roles on the actual day (what we have to do)
 
State of Search 2013
State of Search 2013State of Search 2013
State of Search 2013
 

More from TO THE NEW | Technology

10 Best Node.js Practices you Need to Know!
10 Best Node.js Practices you Need to Know!10 Best Node.js Practices you Need to Know!
10 Best Node.js Practices you Need to Know!TO THE NEW | Technology
 
10 Pragmatic UX techniques for building smarter products:
10 Pragmatic UX techniques for building smarter products:10 Pragmatic UX techniques for building smarter products:
10 Pragmatic UX techniques for building smarter products:TO THE NEW | Technology
 
12 Key points which make Swift more effective than Objective C
12 Key points which make Swift more effective than Objective C12 Key points which make Swift more effective than Objective C
12 Key points which make Swift more effective than Objective CTO THE NEW | Technology
 
An introduction to Object Oriented JavaScript
An introduction to Object Oriented JavaScriptAn introduction to Object Oriented JavaScript
An introduction to Object Oriented JavaScriptTO THE NEW | Technology
 
(AWS) Auto Scaling : Evening Session by Amazon and IntelliGrape Software
(AWS) Auto Scaling : Evening Session by Amazon and IntelliGrape Software(AWS) Auto Scaling : Evening Session by Amazon and IntelliGrape Software
(AWS) Auto Scaling : Evening Session by Amazon and IntelliGrape SoftwareTO THE NEW | Technology
 
MongoDB using Grails plugin by puneet behl
MongoDB using Grails plugin by puneet behlMongoDB using Grails plugin by puneet behl
MongoDB using Grails plugin by puneet behlTO THE NEW | Technology
 
BigData Search Simplified with ElasticSearch
BigData Search Simplified with ElasticSearchBigData Search Simplified with ElasticSearch
BigData Search Simplified with ElasticSearchTO THE NEW | Technology
 

More from TO THE NEW | Technology (20)

10 Best Node.js Practices you Need to Know!
10 Best Node.js Practices you Need to Know!10 Best Node.js Practices you Need to Know!
10 Best Node.js Practices you Need to Know!
 
10 Pragmatic UX techniques for building smarter products:
10 Pragmatic UX techniques for building smarter products:10 Pragmatic UX techniques for building smarter products:
10 Pragmatic UX techniques for building smarter products:
 
12 Key points which make Swift more effective than Objective C
12 Key points which make Swift more effective than Objective C12 Key points which make Swift more effective than Objective C
12 Key points which make Swift more effective than Objective C
 
Gulp - The Streaming Build System
Gulp - The Streaming Build SystemGulp - The Streaming Build System
Gulp - The Streaming Build System
 
Grails Spring Boot
Grails Spring BootGrails Spring Boot
Grails Spring Boot
 
AWS Elastic Beanstalk
AWS Elastic BeanstalkAWS Elastic Beanstalk
AWS Elastic Beanstalk
 
Content migration to AEM
Content migration to AEMContent migration to AEM
Content migration to AEM
 
AWS CodeDeploy
AWS CodeDeployAWS CodeDeploy
AWS CodeDeploy
 
Big Data Expertise
Big Data ExpertiseBig Data Expertise
Big Data Expertise
 
An introduction to Object Oriented JavaScript
An introduction to Object Oriented JavaScriptAn introduction to Object Oriented JavaScript
An introduction to Object Oriented JavaScript
 
Object Oriented JavaScript - II
Object Oriented JavaScript - IIObject Oriented JavaScript - II
Object Oriented JavaScript - II
 
MongoDb and NoSQL
MongoDb and NoSQLMongoDb and NoSQL
MongoDb and NoSQL
 
(AWS) Auto Scaling : Evening Session by Amazon and IntelliGrape Software
(AWS) Auto Scaling : Evening Session by Amazon and IntelliGrape Software(AWS) Auto Scaling : Evening Session by Amazon and IntelliGrape Software
(AWS) Auto Scaling : Evening Session by Amazon and IntelliGrape Software
 
MongoDB using Grails plugin by puneet behl
MongoDB using Grails plugin by puneet behlMongoDB using Grails plugin by puneet behl
MongoDB using Grails plugin by puneet behl
 
Cloud Formation
Cloud FormationCloud Formation
Cloud Formation
 
BigData Search Simplified with ElasticSearch
BigData Search Simplified with ElasticSearchBigData Search Simplified with ElasticSearch
BigData Search Simplified with ElasticSearch
 
JULY IN GRAILS
JULY IN GRAILSJULY IN GRAILS
JULY IN GRAILS
 
Grails Spock Testing
Grails Spock TestingGrails Spock Testing
Grails Spock Testing
 
Getting groovier-with-vertx
Getting groovier-with-vertxGetting groovier-with-vertx
Getting groovier-with-vertx
 
Introduction to Kanban
Introduction to KanbanIntroduction to Kanban
Introduction to Kanban
 

Recently uploaded

Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 

Recently uploaded (20)

Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 

August in AWS (Amazon Web Services)

  • 1. AUGUST IN AWS Aug 12, 2013 AWS CloudFormation Introduces Parallel Stack Creation and Nested Stack Updates AWS CloudFormation gives developers and systems administrators an easy way to create and manage a collection of related AWS resources, provisioning and updating them in an orderly and predictable fashion by using custom or predefined templates. Parallel Stack Creation, Update and Deletion CloudFormation now creates updates and deletes resources in parallel in order to improve performance of these operations. Nested Stack Updates CloudFormation allows nesting a stack as a resource inside a template. This feature has enabled design and creation of related stacks together. To learn more about CloudFormation, visit the CloudFormation detail page, documentation, and watch this introductory video. Aug 13, 2013 Announcing Mobile Push from Amazon SNS App developers can now easily send push notifications to Apple, Google and Kindle Fire devices using one simple API, and easily scale from a few notifications a day to millions of notifications or higher. The AWS Free Tier means all AWS customers can send one million push notifications per month across iOS, Android and Kindle platforms at no charge To learn more about Amazon SNS Mobile Push, sign up for the webinar on August 29th, 2013. You can get started right away by visiting http://aws.amazon.com/sns/ today.
  • 2. Aug 14, 2013 Amazon Route 53 Announces Zone File Import and Integrated Health Check Graphs With the zone file import feature, it is now even easier to migrate a domain into Route 53. The Route 53 console now lets you import standard DNS zone files that can be exported from many DNS providers or standard DNS server software such as BIND. When you create a new Route 53 hosted zone for your domain, you now have the option to paste your zone file directly into the Route 53 console, and Route 53 will automatically create the records in your hosted zone. To get started with zone file import, read our walkthrough in the Amazon Route 53 Developer Guide. You can also learn more about Route 53 DNS Failover and health checks in the Amazon Route 53 Developer Guide. Aug 16, 2013 Amazon Redshift - Resource-level IAM, improved CSV support and CRC32 Amazon Redshit is now with improved security and control by enabling you to construct resource-level AWS Identity and Access Management (IAM) policies for Amazon Redshift. It has improved loading by adding support for standard CSV double quote escaping, query flexibility by adding a new function for CRC32 and manageability by adding a restore progress indicator to the console. Please visit forum and continue to give us your feedback so we can understand and prioritize the things you need. Aug 28, 2013 New Read Replica capabilities for Amazon RDS for MySQL These capabilities enhance the manageability experience of your Read Replicas and will offer performance benefits for some of your use cases. Following are more details: Create multiple Read Replicas in quick succession - You can now create multiple Read Replicas (limited to five per master) of the master database instance in quick succession without having to wait for the first or any subsequent create Read Replica operations to complete.
  • 3. Take database snapshot and perform Point in Time Recovery operation of a Read Replica (supported for MySQL 5.6) You can now take database snapshots and perform Point in Time Recovery operations of a Read Replica in addition to performing these operations on a master database instance. Create a replica from an existing Read Replica (supported for MySQL 5.6) - You can now create a second-tier Read Replica from an existing first-tier Read Replica. Refer to the Working with Read Replicas section of the Amazon RDS User Guide to learn more. Aug 28, 2013 AWS CloudFormation now available in AWS GovCloud (US) AWS CloudFormation provides an easy way to create and manage a collection of related AWS resources, provisioning and updating them in an orderly and predictable fashion. AWS GovCloud (US) is an isolated AWS region designed to allow US government agencies and customers to move sensitive workloads into the cloud by addressing their specific regulatory and compliance requirements. Sept 03, 2013 Announcing AWS Command Line Interface - General Availability With just one tool to download and configure, you can control multiple AWS services from the command line and automate them through scripts. The GA release supports 23 services and includes new file commands for Amazon S3. Using file system command syntax, you can easily list the contents of online buckets, upload a folder full of files, and synchronize local files with objects stored in Amazon S3. To get started with the AWS CLI, see the User Guide.
  • 4. Sept 04, 2013 New Amazon ElastiCache for Redis Capabilities Customers requiring in-memory performance have taken advantage of Amazon ElastiCache to offload the operational responsibilities of their Memcached clusters. Below are the key highlights of the service: Easy Administration: Amazon ElastiCache for Redis is a fully managed Redis service with features to manage setup and configuration, security, monitoring, and handling of node failures. Replication Support: Amazon ElastiCache for Redis allows you to create replicas for your Redis node in different AWS Availability Zones and allows the failover of the node to one of the replicas. Seamless Integration: If you are running Redis on EC2, you can transfer its contents to a new Amazon ElastiCache for Redis node. Simple Pay as You Go Pricing: Pick the node type that fits your application’s memory requirements. Refer to Amazon ElastiCache pricing for more details. You can learn more by visiting the Amazon ElastiCache detail page or the AWS blog post, or join us for a webinar on ElastiCache for Redis on September 26. Sep 04, 2013 Amazon RDS Supports New High Memory Instance with 244GB memory and 88 ECUs of compute capacity AWS customers run a wide range of database workloads on Amazon RDS and have ever expanding memory, compute and IOPS requirements. This new instance type has 244GB of memory and 88ECUs of compute capacity (2 Intel Xeon E5-2670 8-core processors). This instance also operates on a high bandwidth network. For a workload with 50% writes and 50% reads running on this instance type, it is possible to realize up to 20,000 IOPS for MySQL, which is 60% more than previously realizable maximum IOPS of 12,500. These specifications make this instance type an ideal candidate for high performance workloads in enterprise, social media, mobile applications or gaming. For more information on pricing, visit the Amazon RDS pricing page.
  • 5. Sep 04, 2013 AWS OpsWorks announces support for Amazon VPC With Amazon VPC, you can define a virtual network topology and customize the network configuration to closely resemble a traditional network that you might operate in your own datacenter. This release lets you take advantage of the application management benefits of AWS OpsWorks in your own isolated network to support common scenarios such as using a private source repository behind your firewall, running databases in a protected subnet, or using application servers in a private subnet behind a public load balancer. To learn more about how to use AWS OpsWorks with Amazon VPC, see the documentation for a step-by-step example or join AWS OpsWorks webinar on September 12, 2013 at 10:00 AM PT. Sept 05, 2013 New data migration capabilities for Amazon RDS for MySQL These new capabilities allow you to perform near zero downtime data migration from your external MySQL database instances (running on-premise or on Amazon EC2) to your Amazon RDS MySQL database instances and vice versa. With this new feature, once your initial baseline is set, you can simply configure your Amazon RDS instance as a replication target for your external MySQL instance and capture all the transactions that have occurred since the time you setup the initial baseline. For more information about this feature, please refer to the data import section of the Amazon RDS User Guide. Sept 05, 2013 Announcing Geospatial Indexing Library for Amazon DynamoDB The library takes care of managing geohash indexes. Developers can use these indexes for fast and efficient execution of location-based queries over Amazon DynamoDB items representing points of interest (latitude/longitude pairs).
  • 6. Some features of this library are: Query Support: Box queries return items that fall within a pair of geo points that define a rectangle as projected on a sphere. Radius queries return items that fall within a given distance from a geo point. Life Cycle Operations: Create, retrieve, update, and delete geospatial data items. Easy Integration: This library integrates with the AWS SDK for Java, making it easy to use from your existing Java applications on AWS. To learn more, visit Jeff Barr’s blog post and the AWS mobile tools page. Sept 05, 2013 AWS Free Usage Tier Now Includes SUSE Linux Enterprise Server Free usage tier eligible customers now have the option to run SLES as part of the 750 hours of free Linux usage each month to test drive SLES on Amazon EC2.You can also get started on SLES on AWS Free Usage Tier by logging into the AWS Management Console or through 1-Click on AWS Marketplace. Visit the Resources Section to find Getting Started Guides, development tools, and tutorials, or visit the Community Forums to get your questions answered.