You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tried to deploy following blueprint blueprints/travel-concierge-agent and i see multiple errors setting up the environment. have to leave half way as it is taking too much a time and fear of billing.
the first error i faced is after running first command : npm run deploy:amplify.
this keep on giving the amplify is not bootstraped and after a long fight we my system i was able to fix it this command "npx aws-cdk@latest bootstrap aws:///"
next command: npm run deploy:mcp
this is also giving error. the error is after docker build and push
error: here the docker is expecting arm64 image
4:26:52 AM | CREATE_FAILED | AWS::BedrockAgentCore::Runtime | Runtime
Resource handler returned message: "Invalid request provided: Architecture incompatible for uri '182116415454.dkr.ecr.us-east-1.amazonaws.com/cdk-hnb659fds-container-assets-182116415454-us
-east-1:b38b4b1d145e823c74d6246371c1251cd3441c98d964b5c3534923dd3638428a'. Supported architectures: [arm64] (Service: BedrockAgentCoreControl, Status Code: 400, Request ID: ee1bfc50-7e5b-4
f7f-91a9-a3fe04523eaa) (SDK Attempt Count: 1)" (RequestToken: b8aaf8b2-74f3-0861-6232-8ef8a4142b0c, HandlerErrorCode: InvalidRequest)
4:26:53 AM | ROLLBACK_IN_PROGRESS | AWS::CloudFormation::Stack | TravelStack-travel
The following resource(s) failed to create: [Runtime99E3DDFA]. Rollback requested by user.
4:26:53 AM | ROLLBACK_IN_PROGRESS | AWS::CloudFormation::Stack | TravelStack-travel
The following resource(s) failed to create: [Runtime99E3DDFA]. Rollback requested by user.
after long troubleshooting , have to leave half way.
if anyone have done this demo, please let me know how they have done it.
configuration used:
aws linux 2023 Linux t3.medium
installed pre-requisites like npm 20+,npm,docker latest,git ,awscli , jq etc.,
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
tried to deploy following blueprint blueprints/travel-concierge-agent and i see multiple errors setting up the environment. have to leave half way as it is taking too much a time and fear of billing.
the first error i faced is after running first command : npm run deploy:amplify.
this keep on giving the amplify is not bootstraped and after a long fight we my system i was able to fix it this command "npx aws-cdk@latest bootstrap aws:///"
next command: npm run deploy:mcp
this is also giving error. the error is after docker build and push
error: here the docker is expecting arm64 image
4:26:52 AM | CREATE_FAILED | AWS::BedrockAgentCore::Runtime | Runtime
Resource handler returned message: "Invalid request provided: Architecture incompatible for uri '182116415454.dkr.ecr.us-east-1.amazonaws.com/cdk-hnb659fds-container-assets-182116415454-us
-east-1:b38b4b1d145e823c74d6246371c1251cd3441c98d964b5c3534923dd3638428a'. Supported architectures: [arm64] (Service: BedrockAgentCoreControl, Status Code: 400, Request ID: ee1bfc50-7e5b-4
f7f-91a9-a3fe04523eaa) (SDK Attempt Count: 1)" (RequestToken: b8aaf8b2-74f3-0861-6232-8ef8a4142b0c, HandlerErrorCode: InvalidRequest)
4:26:53 AM | ROLLBACK_IN_PROGRESS | AWS::CloudFormation::Stack | TravelStack-travel
The following resource(s) failed to create: [Runtime99E3DDFA]. Rollback requested by user.
4:26:53 AM | ROLLBACK_IN_PROGRESS | AWS::CloudFormation::Stack | TravelStack-travel
The following resource(s) failed to create: [Runtime99E3DDFA]. Rollback requested by user.
after long troubleshooting , have to leave half way.
if anyone have done this demo, please let me know how they have done it.
configuration used:
aws linux 2023 Linux t3.medium
installed pre-requisites like npm 20+,npm,docker latest,git ,awscli , jq etc.,
Beta Was this translation helpful? Give feedback.
All reactions