On March 30 2021, Amazon Pinpoint announced the launch of new Journey controls to allow customers to customize their user experience, and when messages are sent. Journeys are multi-step campaigns that can be executed across SMS, email, and push messages. Journeys are intended for customers with user engagement use cases, and who need to be precise on when messages are delivered to their users.
CloudWatch Container Insights for Amazon ECS now available in the AWS Africa (Cape Town) region
Amazon CloudWatch Container Insights for Amazon Elastic Container Service (Amazon ECS) is now available in the AWS Africa (Cape Town) region. Using Container Insights, DevOps and systems engineers can monitor, isolate, and diagnose containerized applications and microservices environments through automated dashboards. This helps you visualize the performance and health of Amazon ECS and AWS Fargate resources including clusters, tasks, containers, and services.
New AWS Solutions Consulting Offer – Pipeline Factory
Pipeline Factory is an AWS Solutions Consulting Offer delivered via a consulting engagement from Mphasis Stelligent, an AWS DevOps Competency Partner. Pipeline Factory enables DevOps teams to define, build, and publish standardized pipelines that enforce quality, security, and governance throughout the software delivery lifecycle. Customers that request this consulting offer will participate in an engagement that delivers discovery and design, Pipeline Factory implementation, and publication and deployment of standardized Pipeline Products.
Announcing AWS Step Functions’ integration with Amazon EMR on EKS
AWS Step Functions is now integrated with Amazon EMR on Amazon Elastic Kubernetes Service (Amazon EKS), making it easier to integrate Apache Spark based jobs into your analytics pipeline. You can now build workflows including steps to manage EMR on EKS virtual clusters and submit jobs without writing code to manage the state of the job.
Amazon DocumentDB (with MongoDB compatibility) now supports Event Subscriptions
Amazon DocumentDB (with MongoDB compatibility) is a fast, scalable, highly available, and fully managed document database service that supports MongoDB workloads. As a document database, Amazon DocumentDB makes it easy to store, query, and index JSON data at scale.
AWS Global Accelerator launches a new Edge location in Indonesia
AWS Global Accelerator now supports traffic through the new AWS edge location in Jakarta, Indonesia. Using Global Accelerator, users in Indonesia can now see improved performance of up to 20% for internet traffic to the AWS Singapore Region and up to 60% for traffic to AWS Regions in North America and Europe. Global Accelerator is now available through 96 Points of Presence globally and supports application endpoints in more than 20 AWS Regions.
AWS WAF adds support for Request Header Insertion
AWS WAF now supports inserting HTTP headers to the user request when WAF allows the request to reach your application. You can use the Request Header Insertion feature to help validate that requests made to your application were evaluated by WAF and configure your application to only allow requests that contain the custom header values that you specify. You can also insert headers so your application can process the request differently based on the presence of the header, or simply log the header in your application logs for reporting and analytics.
AWS WAF adds support for Custom Responses
AWS WAF now supports configuring the HTTP status code and the response body returned to the user when a request is blocked. Until today, AWS WAF could only return HTTP status code 403 (forbidden) when the user request was blocked by WAF. With Custom Response, you can now configure AWS WAF to send out a different HTTP status code, such as 3xx (redirects), 4xx (client errors), or 5xx (server errors). These codes can be used to redirect users to different parts of your application or provide users a specific response code based on the reason they were blocked by WAF. In addition, you can use Custom Response to include a response body to present a customized error message back to the user.
AWS Security Hub now available in the AWS Asia Pacific (Osaka) Region
AWS Security Hub is now available in the new AWS Asia Pacific (Osaka) Region. You can now centrally view and manage the security posture of your AWS accounts in AWS Asia Pacific (Osaka) Region.
AWS Config adds pagination support for advanced queries that contain aggregate functions
AWS Config advanced queries feature now supports pagination for queries that contain aggregate functions, such as COUNT and SUM. For example, getting the total number of resources in each AWS account requires the COUNT aggregate function. You can now use advanced queries to get complete results for your aggregate queries through pagination, which were previously limited to 500 rows. Pagination is a technique that is used to divide large results into “pages,” where each page contains a subset of results. You can process the first page of results, then the second page, and so on.