AppRunner DescribeService should return ServiceUrl when IsPubliclyAccessible = false #4635
Labels
bug
This issue is a bug.
investigating
This issue is being investigated and/or work is in progress to resolve the issue.
p2
This is a standard priority issue
Describe the bug
This issue arose while using aws terraform provider v.4.40.0. But digging more it looks the problem is how the API returns the response calling
DescribeService
and only ifIsPubliclyAccessible = false
.As per documentation the response should return
ServiceUrl
however it doesn't.This is the output from one of AppRunner services I've deployed.
Not sure if this is supposed to happen or not, but the console returns the Url even if the service is not publicly accessible.
Is this something that can be done here or it's a bug in the APIs?
Expected Behavior
I'm expecting to get the
ServiceUrl
even if the Service is not publicly accessible.Current Behavior
DescribeService does not return
ServiceUrl
if the service is deployed with a VPC interface endpoint to be accessible only within the VPC.Reproduction Steps
aws apprunner describe-service --service-arn <service_arn>
for a service which has been deployed accepting traffic from the VPC only though the interface endpoint.Possible Solution
No response
Additional Information/Context
No response
SDK version used
v1.44.141
Environment details (Version of Go (
go version
)? OS name and version, etc.)go 1.11
The text was updated successfully, but these errors were encountered: