: Addressed issues in Panorama Plugin for AWS 5.1.1
Focus
Focus

Addressed issues in Panorama Plugin for AWS 5.1.1

Table of Contents

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-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.

Recommended For You