feat(gcp-to-aws): add Elastic Beanstalk as migration target for App E…#101
Open
azpaulp wants to merge 4 commits into
Open
feat(gcp-to-aws): add Elastic Beanstalk as migration target for App E…#101azpaulp wants to merge 4 commits into
azpaulp wants to merge 4 commits into
Conversation
…ngine workloads Add AWS Elastic Beanstalk as a PaaS-to-PaaS mapping for Google App Engine resources. App Engine Standard/Flexible now maps to EB by default, with user override to Fargate or Lambda via a new Clarify question (Q7b). Key decisions: - App Engine → EB is a conditional fast-path (deterministic when compute_model is absent or "managed_platform") - Cloud Run remains unconditionally mapped to Fargate (unaffected) - Q7b only fires when App Engine is in inventory - EB design reference provides platform detection, configuration, deployment policies, and App Engine feature mapping - google_app_engine_standard/flexible_app_version added to Skip Mappings Also fixes pre-existing inaccuracies in compute.md examples where Cloud Run and Cloud Functions were incorrectly shown as rubric-evaluated (they're deterministic fast-path mappings).
Fix pre-existing inaccuracies where Cloud Run and Cloud Functions examples showed rubric-based evaluation (inferred) when they actually use deterministic fast-path mappings. Replace the single Output Schema with two examples showing both deterministic and inferred patterns. Also add compute_model to the User Preference criterion description in design-infra.md.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…ngine workloads
Problem
Add AWS Elastic Beanstalk as a PaaS-to-PaaS mapping for Google App Engine resources. App Engine Standard/Flexible now maps to EB by default, with user override to Fargate or Lambda via a new Clarify question (Q7b).
Solution
Also fixes pre-existing inaccuracies in compute.md examples where Cloud Run and Cloud Functions were incorrectly shown as rubric-evaluated (they're deterministic fast-path mappings).
Type of Change
Team Folder
advisor/migrate/Checklist
mise run buildlocally and it passes