Error: InvalidInstanceType #3
Unanswered
jayvardhancs
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am trying to learn the aws PI REPORTER tool and getting below error when trying to create snapshot. I have configured aws aurora portgres instance and instance type is db.x2g.xlarge. Kindly suggest here to fix the error.
[ec2-user@ip-172-31-22-201 portable]$ ./pireporter --create-snapshot --start-time 2024-06-27T09:00 --end-time 2024-06-27T09:50 -i pireporter-instance-1 InvalidInstanceType: The following supplied instance types do not exist: [x2g.xlarge] at throwDefaultError (/snapshot/pireporter/node_modules/@smithy/smithy-client/dist-cjs/index.js:838:20) at /snapshot/pireporter/node_modules/@smithy/smithy-client/dist-cjs/index.js:847:5 at de_DescribeInstanceTypesCommandError (/snapshot/pireporter/node_modules/@aws-sdk/client-ec2/dist-cjs/index.js:14627:10) at processTicksAndRejections (node:internal/process/task_queues:96:5) at async /snapshot/pireporter/node_modules/@smithy/middleware-serde/dist-cjs/index.js:35:20 at async /snapshot/pireporter/node_modules/@smithy/core/dist-cjs/index.js:165:18 at async /snapshot/pireporter/node_modules/@smithy/middleware-retry/dist-cjs/index.js:320:38 at async /snapshot/pireporter/node_modules/@aws-sdk/client-ec2/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js:33:22 at async /snapshot/pireporter/pireporter.js { '$fault': 'client', '$metadata': { httpStatusCode: 400, requestId: '92ce9ed2-b9f3-4315-8d44-325d9856d7f2', extendedRequestId: undefined, cfId: undefined, attempts: 1, totalRetryDelay: 0 }, Code: 'InvalidInstanceType' } [ec2-user@ip-172-31-22-201 portable]$Beta Was this translation helpful? Give feedback.
All reactions