Amazon S3 announces Cross Region Replication for AWS GovCloud (US) Regions. Amazon S3’s Cross Region Replication (CRR) enables automatic and asynchronous replication of new objects between the AWS GovCloud (US) Regions for reduced latency, compliance, security, disaster recovery, and a number of other use cases.
Amazon Aurora Simplifies Workload Management with Custom Endpoints
You can now create custom endpoints for Amazon Aurora databases. This allows you to distribute and load balance workloads across different sets of database instances in your Aurora cluster.
Massive Memory Refactor introduced in Lumberyard 1.16 – Available Now
We’re excited to announce the availability of Lumberyard Beta 1.16. With over 250 improvements, fixes, and features, this release includes:
AWS Amplify adds support for Authentication and Data access for iOS and Android developers
Starting today, the Amplify framework adds support for Authentication workflows to its iOS and Android SDKs with a simple, declarative programming model. This includes automatic credentials management and refresh routines when leveraging either Amazon Cognito User Pools or Identity Pools, allowing you to seamlessly interact with services such as AWS AppSync, Amazon S3, Amazon Pinpoint and more. The SDK now includes a built in state management and notification system for developers to hook into and perform custom UI flows or screen transitions. It also is aware of the network state, allowing developers to build offline apps and protect against failures when making requests to AWS services.
Along with this release, all iOS and Android documentation has been rewritten and centralized along with the Amplify JavaScript documentation at https://aws-amplify.github.io/. Mobile and web developers now have a central location for JavaScript, iOS, and Android documentation when building apps on AWS.
Analyze Your Budget Performance Using New AWS Budgets History Functionality
Starting today, you can access detailed information regarding your budgets’ performance from the recently-introduced budget detail pages within AWS Budgets. Using the new budgets history functionality, you can easily analyze your budget’s performance over the past 12 months by comparing your budgeted amount to your actuals (i.e., your budget variance). This allows you to identify which areas of your business have under- or over-performed based on their budgets, making it easy to adjust your forecasts to improve the accuracy of your budgets or perform further analysis using AWS Cost Explorer. For example, you can track the actual monthly spend for your ‘Game Development Team’ account relative to their monthly budget over the last 12 months and take action based on your findings. Please note that budgets history information can also be accessed programmatically via the AWS Budgets API.
AWS CloudFormation Now Supports Drift Detection
AWS CloudFormation now allows you to detect if configuration changes were made to your stack resources outside of CloudFormation via the AWS Management Console, CLI, and SDKs. Drift is the difference between the expected configuration values of stack resources defined in CloudFormation templates and the actual configuration values of these resources in the corresponding CloudFormation stacks. This allows you to better manage your CloudFormation stacks and ensure consistency in your resource configurations. For more information on Drift detection, visit the AWS Blog .
Drift detection is available in the following regions: US East (Ohio), US EAST (N. Virginia), US West (N. California), US West (Oregon), Canada (Central), Asia Pacific (Mumbai), Asia Pacific (Seoul), Asia Pacific (Singapore), Asia Pacific (Sydney), Asia Pacific (Tokyo), EU (Frankfurt), EU (Ireland), EU (London), EU (Paris) and South America (São Paulo).
To learn more about Drift detection
and the resource types
that support drift detection, visit our documentation
page.
Deploy IBM Blockchain Platform for AWS with New Quick Start
This Quick Start deploys an IBM Blockchain Platform distributed peer into the AWS Cloud.
Acuity Brands forms rapid response team for IoT security breaches
The LED lighting specialist will dispatch the squad when an intrusion is even suspected.
![]()
AWS Certificate Manager Now HIPAA Eligible
AWS Certificate Manager is now a HIPAA Eligible Service and has been added to the AWS Business Associate Addendum (BAA).
AWS CloudFormation coverage updates for Amazon Secrets Manager, Amazon API Gateway, Amazon RDS, Amazon Route53, Amazon Cloudwatch alarms and more
CloudFormation has added support for the following new resources:
AWS::SecretsManager::ResourcePolicy
Use the AWS::SecretsManager::ResourcePolicy resource to define a resource-based policy and attach it to a secret that’s stored in Secrets Manager.
AWS::SecretsManager::RotationSchedule
Use the AWS::SecretsManager::RotationSchedule resource to configure rotation for a secret.
AWS::SecretsManager::Secret
Use the AWS::SecretsManager::Secret resource to create a secret and stores it in Secrets Manager.
AWS::SecretsManager::SecretTargetAttachment
Use the AWS::SecretsManager::SecretTargetAttachmentresource to complete the final link between a Secrets Manager secret and its associated database.
AWS::DLM::LifecyclePolicy
Use the AWS::DLM::LifecyclePolicy resource to create a lifecycle policy for Amazon Data Lifecycle Manager.
Secrets Manager Dynamic reference:
Use the secretsmanager dynamic reference to retrieve entire secrets or secret values that are stored in AWS Secrets Manager for use in your templates.
CloudFormation has updated support of following resource types:
AWS::ApiGateway::Deployment
In the StageDescription property type, use the TracingEnabled property to specify whether active tracing with X-ray is enabled for this stage.
AWS::ApiGateway::Stage
Use the TracingEnabled property to specify whether active tracing with X-ray is enabled for this stage.
AWS::CloudWatch::Alarm
Use the DatapointsToAlarm property to specify the number of datapoints that must be breaching to trigger the alarm. This is used only if you are setting an “M out of N” alarm. In that case, this value is the M.
AWS::EC2::SecurityGroupIngress
Use the SourcePrefixListId property to specify the AWS service prefix of an Amazon VPC endpoint.
AWS::IAM::Role
Use the PermissionsBoundary property to specify the policy that is used to set the permissions boundary for the role.
AWS::IAM::User
Use the PermissionsBoundary property to specify the policy that is used to set the permissions boundary for the user.
AWS::IoT::TopicRule
In the TopicRulePayload property type, use the ErrorActions property to specify the action to take when an error occurs.
In the Action property type:
l Use the IoTAnalytics property to send message data to an AWS IoT Analytics channel.
l Use the StepFunctionsAction property to start execution of a Step Functions state machine.
AWS::KMS::Key
Use the PendingWindowInDays property to specify the waiting period, specified in number of days, after which AWS KMS deletes the customer master key (CMK).
AWS::RDS::DBInstance
Use the EnableCloudwatchLogExports property to specify the list of log types that need to be enabled for exporting to CloudWatch Logs.
Use the EnableIAMDatabaseAuthentication property to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts.
Use the EnablePerformanceInsights property to enable Performance Insights for the DB instance.
Use the PerformanceInsightsKMSKeyId property to specify the AWS KMS key identifier for encryption of Performance Insights data. The AWS KMS key ID is the Amazon Resource Name (ARN), AWS KMS key identifier, or the AWS KMS key alias for the AWS KMS encryption key.
Use the PerformanceInsightsRetentionPeriod property to specify the amount of time, in days, to retain Performance Insights data.
Use the ProcessorFeatures property to specify the number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
Use the PromotionTier property to specify the order in which an Aurora Replica is promoted to the primary instance after a failure of the existing primary instance.
AWS::RDS::DBCluster
Use the EnableCloudwatchLogExports property to specify the list of log types that need to be enabled for exporting to CloudWatch Logs.
Use the EnableIAMDatabaseAuthentication property to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts.
Use the BackTrackWindow property to set the target backtrack window, in seconds. To disable backtracking, specify 0. If specified, this property must be set to a number from 0 to 259,200 (72 hours).
AWS::Route53::RecordSet
Use the MultiValueAnswer property to route traffic approximately randomly to multiple resources, such as web servers. Create one multivalue answer record for each resource and specify true for MultiValueAnswer.
AWS::S3::Bucket
Use the RegionalDomainName attribute with the Fn::GetAtt function to return the regional domain name of the specified bucket.
AWS::WorkSpaces::Workspace
Use the Tags property to specify the tags (key-value pairs) that you want to attach to the WorkSpace.
Use the WorkspaceProperties property to specify information about a WorkSpace.
For a complete list of resources please click here
To learn more about AWS CloudFormation, please visit our documentation page
.