Addressed issues in Panorama Plugin for AWS 5.1.1
Table of Contents
Expand all | Collapse all
-
-
-
-
- Features Introduced in Zero Touch Provisioning 2.0
- Known Issues in the Zero Touch Provisioning 2.0.4 Release
- Known Issues in the Zero Touch Provisioning 2.0.3 Release
- Known Issues in the Zero Touch Provisioning 2.0.2 Release
- Known Issues in the Zero Touch Provisioning 2.0.1 Release
- Known Issues in the Zero Touch Provisioning 2.0.0 Release
- Limitations
-
-
Addressed issues in Panorama Plugin for AWS 5.1.1
The following are the fixed issues in the Panorama plugin for AWS 5.1.1:
PLUG-13076
Optimized the processing time taken by monitoring definitions when retrieving IP
addresses.
PLUG-12882
Fixed in Panorama plugin for AWS 5.1.1.
When using Panorama Plugin for AWS, the CloudFormation template stack deployment fails
when creating AWS::EC2::VPCEndpointServicePermissions. To resolve this
issue, include the parameter AllowedPrinciples in
AWS::EC2::VPCEndpointServicePermissions. For example, the template
should resemble:
"VPCEndpointServicePermissions": { "Type" : "AWS::EC2::VPCEndpointServicePermissions", "Properties" : { "AllowedPrincipals" : ["*"], "ServiceId" : {"Ref": "VPCEndpointService"} }, "DependsOn": ["VPCEndpointService"] },
PLUG-12504
Added a fix for the plugin to handle if connect timeout error is hit
while the plugin is querying the AWS stack when the stack update is in progress in order
to prevent the splugin deployment status wrongly going into failure state (even though
the cloud formation stack goes to success state eventually) .
Added a fix for the plugin to point to the launch template version that is obtained from
the AWS API response if the other intrusive parameters have not been changed.