Skip to content
Sam Morrison edited this page Mar 30, 2016 · 5 revisions

Meeting agenda 2016-03-30

Welcome and introductions

Monthly Focus

Workshop: Web Hosting on AWS (Part 2)

Recent AWS announcements

Category: general:products/aws-cloudformation

You can now view change sets before updating your stacks in AWS CloudFormation. This helps you understand the resource-level changes (e.g. adding, deleting, or modifying instances) which CloudFormation will apply to your live stack when you are updating your AWS infrastructure. Previously, you could not see the specific changes that CloudFormation would apply to your stack before submitting changes.  

Category: general:products/amazon-redshift

You can now assign one or more AWS Identity and Access Management (IAM) roles to your Amazon Redshift cluster for data loading and exporting. Amazon Redshift assumes the assigned IAM roles when you load data into your cluster using the COPY command or export data from your cluster using the UNLOAD command. It uses the resulting credentials to access other AWS services, such as Amazon S3, securely during these operations. IAM roles enhance security of your cluster and simplify data loading and exporting by eliminating the need for you to embed AWS access credentials within SQL commands. They also enable your cluster to periodically re-assume an IAM role during long-running operations. Handling of data encryption keys for COPY and UNLOAD commands remains unchanged.

Category: general:products/aws-waf

You can now configure AWS WAF to block, allow, or monitor (count) requests based on Cross-Site Scripting (XSS) match conditions. XSS attacks are those where the attacker uses vulnerabilities in a benign website as a vehicle to inject malicious client-site scripts (like Javascript) into other legitimate user’s web browsers. This XSS match condition feature prevents these vulnerabilities in your web application by inspecting different elements of the incoming request.

Category: general:products/amazon-rds

In October of 2015, we added support for the popular open source MariaDB database in Amazon RDS and have since seen rapid adoption by customers. Amazon RDS supports MariaDB instances running in Single-AZ or Multi-AZ configurations in all AWS regions. Today we are extending the RDS Service Level Agreement ("SLA") that covers Multi-AZ instances for MySQL, Oracle, and PostgreSQL to include Amazon RDS for MariaDB

Category: general:products/amazon-rds

Starting today, Amazon RDS supports two new features for RDS for PostgreSQL database instances: the option to enforce only SSL connections to your instance, and near-realtime access to a set of 56 system and process metrics for your instance.

Category: general:products/aws-mobile-hub

You can use AWS Mobile Hub to develop apps in Swift. Simply login to the AWS Mobile Hub console to create a project and select features for your app including user authentication, data storage, backend logic, push notifications, content delivery, and analytics, then choose Swift from the build tab of your project. AWS Mobile Hub automatically provisions these features and generates a working quickstart app for iOS that you can use as a foundation for your app, or cut and paste code snippets to your existing app.

Category: general:products/amazon-ec2

Amazon EC2 Spot instances are now available in the Asia Pacific (Seoul) region. AWS customers in the area can now use Spot instances to save up to 90% compared to On-Demand prices by bidding on unused Amazon EC2 capacity. In addition to reducing the cost of running your applications, you can also use Spot instances to increase your computing scale and throughput for the same budget and enable new types of cloud computing applications. 

Category: general:products/aws-govcloud-us

Support for multiple trails: You can now create up to 5 trails in the AWS GovCloud (US) region. Different stakeholders such as IT auditors, security administrators, and developers can create and manage their own trail. Additionally, you can prescribe granular access control to allow or deny access to specific trails for particular users. For more details, refer to the Multiple Trails section of the CloudTrail User Guide. One trail per region is free. Charges apply for additional trails. For pricing details, go to the CloudTrail pricing page.  

Category: general:products/amazon-elasticache

You can now scale up your existing ElastiCache for Redis clusters to a larger node type with a few clicks. Simply modify your node type by choosing from the available options and let ElastiCache manage the rest. Your existing node endpoints will persist, thus no application update is required. Scale up for Redis is designed to make a best effort to retain your existing data and requires Redis replication to succeed. For more details, please refer to Jeff Barr’s blog and ElastiCache Documentation

Category: general:products/amazon-rds

Amazon RDS for SQL server now supports authentication using the Windows Authentication method. You can now enable your applications to authenticate against Amazon RDS for SQL Server using credentials stored in the AWS Directory Service for Microsoft Active Directory (Enterprise Edition). Keeping all of your credentials in the same directory will save you time and effort because you will no longer have to find and update each copy of the credentials in separate repositories. This may also improve your overall security profile. Windows Authentication support is now available for new instances as well as existing instances.

Category: general:products/amazon-cloudwatch,general:products/amazon-ec2

Today we are announcing the availability of two new CloudWatch metrics for monitoring network packets on EC2 instances. The new metrics are NetworkPacketsIn and NetworkPacketsOut. These new metrics provide insight into the number of network packets flowing to and from an EC2 instance. These metrics are available along with the other CloudWatch metrics for all EC2 instances on the EC2 console, CLI and API.

Category: general:products/amazon-elasticache

You can now easily upgrade the engine version on your existing ElastiCache for Redis clusters to utilize Amazon ElastiCache enhancements, including increased usable memory, improved synchronization and more efficient failovers. To achieve the smoothest performance on ElastiCache for Redis, we recommend you upgrade to the latest engine version that is compatible with Redis 2.8.24. The engine upgrade process is designed to make a best effort to retain your existing data and requires Redis replication to succeed. For more details and best practices on upgrading your ElastiCache for Redis engine version please refer to the ElastiCache Documentation

Category: general:products/aws-device-farm

AWS Device Farm now lets you add unmetered Android and iOS device slots to your account to run unlimited tests for a recurring monthly fee of $250 per device slot. Pricing for unmetered testing is fixed regardless of test type and device minutes used. Regardless of the number of device slots that you purchase, you can test on any number of devices and execution concurrency is simply limited to the number of slots. To learn more about device slots please visit our FAQ

Category: general:products/aws-storage-gateway

AWS Storage Gateway is pleased to announce increased capacity for both gateway-virtual tape library (VTL) and gateway-stored volumes. This enables you to store more data in AWS without needing to run additional gateways, reducing your cost and operational overhead.

Category: general:products/amazon-cloudwatch

Starting today, you can monitor the capacity and performance metrics of your Spot fleets via CloudWatch. You can view metrics such as total desired, fulfilled and currently launching capacity of a fleet, in addition to monitoring aggregated EC2 instance metrics such as CPU utilization, disk reads and writes, and network traffic for a given fleet. These metrics enable you to get visibility into the usage and performance of your Spot fleets, and to dynamically scale in response to application load.

Category: general:products/aws-storage-gateway

We are excited to announce availability of AWS Storage Gateway in the AWS Asia Pacific (Seoul) region. 

Category: general:products/amazon-machine-learning,general:products/amazon-redshift

You can now more easily set up or select your Identity and Access Management (IAM) role when connecting to an Amazon Redshift cluster from the Amazon Machine Learning (Amazon ML) console. To streamline the process of setting up your connection to Amazon Redshift, Amazon ML now pre-populates an interactive drop-down menu of existing IAM roles that have an Amazon ML managed policy for Amazon Redshift, and other IAM roles that you might prefer. From the Amazon ML console, you have the option of dynamically creating a new IAM role, enabling you to quickly connect to your Amazon Redshift cluster. 

Category: general:products/amazon-kinesis,general:products/aws-cloudtrail

Amazon Kinesis Firehose, the easiest way to load streaming data into AWS, now supports auditing your API calls using AWS CloudTrail. AWS CloudTrail records AWS API calls for your account and delivers the log files to you. For more details, see Logging Amazon Kinesis Firehose API calls Using AWS CloudTrail.

 

To get started with Amazon Kinesis Firehose, please visit our website and Developer Guide.

Category: general:products/amazon-vpc,general:products/amazon-s3

Amazon VPC Endpoints for S3 is now available in South America (Sao Paulo) and Asia Pacific (Seoul) Regions. Amazon VPC endpoints are easy to configure and provide reliable connectivity to Amazon S3 without requiring an internet gateway or a Network Address Translation (NAT) instance. With VPC endpoints, the data between the VPC and S3 is transferred within the Amazon network, helping protect your instances from internet traffic.

Category: general:products/amazon-s3

We’re excited to announce two new Amazon S3 lifecycle management policies to help you reduce cost and optimize performance.

  • Incomplete multipart upload expiration policy – The multipart upload feature improves PUT performance by uploading parts of a large object in parallel. If a multipart upload is not completed, the partial upload does not appear when you list your objects by default, but does incur storage charges. Previously, you needed to manually cancel the multipart upload to remove partial uploads. Starting today, you can set a lifecycle policy to automatically expire incomplete multipart uploads after a predefined number of days. The policy applies to everything in a bucket, including existing partial uploads.
  • Expired object delete markers expiration policy – The S3 bucket versioning feature helps you recover from unintended user deletes or application logic failures. When you delete a versioned object, a delete marker becomes the current version of the object and the original is retained as the previous version. While you are not charged for storing delete markers, removing expired markers can improve performance for list requests on your bucket. With this launch, you can now set a lifecycle policy to automatically remove the current version delete marker when previous versions of the object no longer exist.

To learn more, please visit the AWS blog

Clone this wiki locally