Amazon Web Service SDK v3.48.5 Release Notes

Release Date: 2017-12-22 // over 6 years ago
    • ๐Ÿš€ Aws\EC2 - This release fixes an issue with tags not showing in DescribeAddresses responses.
    • โšก๏ธ Aws\ECS - Amazon ECS users can now set a health check initialization wait period of their ECS services, the services that are associated with an Elastic Load Balancer (ELB) will wait for a period of time before the ELB become healthy. You can now configure this in Create and Update Service.
    • Aws\Inspector - PreviewAgents API now returns additional fields within the AgentPreview data type. The API now shows the agent health and availability status for all instances included in the assessment target. This allows users to check the health status of Inspector Agents before running an assessment. In addition, it shows the instance ID, hostname, and IP address of the targeted instances.
    • ๐Ÿ‘ Aws\SageMaker - SageMaker Models no longer support SupplementalContainers. API's that have been affected are CreateModel and DescribeModel.
    • โœ… Aws\Test - Use fluent interface when defining mocks.