Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ec2): add missing endpoints to InterfaceVpcEndpointAwsService #21401

Merged
merged 10 commits into from
Aug 1, 2022

Conversation

michaeldrey
Copy link
Contributor

@michaeldrey michaeldrey commented Aug 1, 2022

This add the following endpoints to InterfaceVpcEndpointAwsService:
codeartifact.api
codeartifact.respositories
batch
s3
autoscaling
autoscaling-plan
application-autoscaling

closes #21402 #21220 #21338 #19420 #14423

All Submissions:

Adding new Unconventional Dependencies:

  • This PR adds new unconventional dependencies following the process described here

New Features

  • Have you added the new feature to an integration test?
    • Did you use yarn integ to deploy the infrastructure and generate the snapshot (i.e. yarn integ without --dry-run)?

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@gitpod-io
Copy link

gitpod-io bot commented Aug 1, 2022

@github-actions github-actions bot added the p2 label Aug 1, 2022
@aws-cdk-automation aws-cdk-automation requested a review from a team August 1, 2022 07:04
@michaeldrey michaeldrey changed the title adding code artifact endpoints (ec2): adding code artifact endpoints to InterfaceVpcEndpointAwsService Aug 1, 2022
@github-actions github-actions bot added the feature-request A feature should be added or improved. label Aug 1, 2022
@hoegertn
Copy link
Contributor

hoegertn commented Aug 1, 2022

duplicate of my PR #21220 but you have the missing tests.
Can you add S3 also? Then my PR would be superseded.

@michaeldrey
Copy link
Contributor Author

michaeldrey commented Aug 1, 2022 via email

Copy link
Contributor

@TheRealAmazonKendra TheRealAmazonKendra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just two quick notes:

  1. This is missing the chore/feat/fix designation at the beginning of the PR title.
  2. Looks like chore(ec2): add missing interface VPC endpoint services #21220 added these to the public docs. Can you do that as well?

@michaeldrey
Copy link
Contributor Author

@TheRealAmazonKendra Went ahead and added the S3 endpoint in #21220. Unfortunately it appears that integ tests aren't working correctly in the library (some tests havent been updated to use the integ-runner yet). If you think this also needs an integ test I'll have to open a seperate PR to fix those tests and add one.

Second, I added TSdoc entries for the endpoints as I do not understand why we are adding these endpoints doc entries to the ignore list. Happy to update the others with proper TSdoc update if we can agree on the verbiage so they're all consistent on the doc site

@michaeldrey michaeldrey changed the title (ec2): adding code artifact endpoints to InterfaceVpcEndpointAwsService feat(ec2): adding code artifact endpoints to InterfaceVpcEndpointAwsService Aug 1, 2022
@TheRealAmazonKendra
Copy link
Contributor

I don't think integ tests are needed here.

@TheRealAmazonKendra TheRealAmazonKendra added pr-linter/exempt-readme The PR linter will not require README changes pr-linter/exempt-integ-test The PR linter will not require integ test changes labels Aug 1, 2022
@TheRealAmazonKendra
Copy link
Contributor

Oops, my comment above said they wrong thing. We went to add them to the exclude. TBH, I'm not sure why we've excluded these but we went it to be consistent with what we've done in the past.

@michaeldrey
Copy link
Contributor Author

Sounds good! I'll add those to the exclude list for consistency

@mergify mergify bot dismissed TheRealAmazonKendra’s stale review August 1, 2022 17:41

Pull request has been modified.

@michaeldrey
Copy link
Contributor Author

Don't want to bloat the ticket or add scope creep, but i can add #21338 to this

@TheRealAmazonKendra TheRealAmazonKendra changed the title feat(ec2): adding code artifact endpoints to InterfaceVpcEndpointAwsService feat(ec2): add code artifact and s3 endpoints to InterfaceVpcEndpointAwsService Aug 1, 2022
Copy link
Contributor

@TheRealAmazonKendra TheRealAmazonKendra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Go for it! Just putting this back in changes requested so I see when that's been done.

@TheRealAmazonKendra
Copy link
Contributor

I see there's a few more endpoints requested in issues. Feel free to add as many of those as you feel like doing in this PR.

@TheRealAmazonKendra TheRealAmazonKendra changed the title feat(ec2): add code artifact and s3 endpoints to InterfaceVpcEndpointAwsService feat(ec2): add missing endpoints to InterfaceVpcEndpointAwsService Aug 1, 2022
@github-actions github-actions bot added the effort/small Small work item – less than a day of effort label Aug 1, 2022
@mergify mergify bot dismissed TheRealAmazonKendra’s stale review August 1, 2022 18:41

Pull request has been modified.

@TheRealAmazonKendra
Copy link
Contributor

Anymore you want to add or is this ready to go? It looks good on my end.

@michaeldrey
Copy link
Contributor Author

@TheRealAmazonKendra This is ready to go, I think the others in that list might be a little more effort the ones i've already added

@mergify
Copy link
Contributor

mergify bot commented Aug 1, 2022

Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildv2Project1C6BFA3F-wQm2hXv2jqQv
  • Commit ID: 96c510f
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mergify mergify bot merged commit c64cccb into aws:main Aug 1, 2022
@mergify
Copy link
Contributor

mergify bot commented Aug 1, 2022

Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

josephedward pushed a commit to josephedward/aws-cdk that referenced this pull request Aug 30, 2022
…ws#21401)

This add the following endpoints to `InterfaceVpcEndpointAwsService`:
`codeartifact.api`
`codeartifact.respositories`
`batch`
`autoscaling`
`autoscaling-plan`
`application-autoscaling`


closes aws#21402 aws#21220 aws#21338 aws#19420
----

### All Submissions:

* [x] Have you followed the guidelines in our [Contributing guide?](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md)

### Adding new Unconventional Dependencies:

* [ ] This PR adds new unconventional dependencies following the process described [here](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md/#adding-new-unconventional-dependencies)

### New Features

* [ ] Have you added the new feature to an [integration test](https://github.com/aws/aws-cdk/blob/main/INTEGRATION_TESTS.md)?
	* [ ] Did you use `yarn integ` to deploy the infrastructure and generate the snapshot (i.e. `yarn integ` without `--dry-run`)?

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
@animateM
Copy link

Too late to ask for the bedrock-runtime endpoints?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort/small Small work item – less than a day of effort feature-request A feature should be added or improved. p2 pr-linter/exempt-integ-test The PR linter will not require integ test changes pr-linter/exempt-readme The PR linter will not require README changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

(ec2): add codeartifact api and respository to InterfaceVpcEndpointAwsService
5 participants