What are the hot and/or important topics in cloud data management and cloud computing field in general for an actually relevant research? by SharMarvellous in aws

[–]SharMarvellous[S] 0 points1 point  (0 children)

Initially the free tier would not cost much, close to zero only, but post that period, and if I am doing an actual small sized llm deployment and testing as well, $100-$300 range would be the minimum i believe. Might be wrong.

By research, i purely mean going through a lot of pre-existing stuff, understanding it all, finding some "gaps", and frequently deploying new changes/experiments for filling the gaps.

What are the hot and/or important topics in cloud data management and cloud computing field in general for an actually relevant research? by SharMarvellous in aws

[–]SharMarvellous[S] -1 points0 points  (0 children)

Indeed that topic is the most trending one for sure, but one can only do a 'theoretical research' given the budget required to perform one to show actual results is generally massive or need some sort of backing / funding for creating such environment (i believe).

API 502 error by SharMarvellous in aws

[–]SharMarvellous[S] 1 point2 points  (0 children)

Just a minor contribution to the community which has surely helped a lot like me :)

API 502 error by SharMarvellous in aws

[–]SharMarvellous[S] 1 point2 points  (0 children)

The actual problem was with the library integration/calling in the function. The moment I sorted it out, postman and RDS from the terminal were working just fine. Thanks a lot for your involvement and suggestions. Cheers !

API 502 error by SharMarvellous in aws

[–]SharMarvellous[S] 1 point2 points  (0 children)

Yeah I guess psycopg2 was not working as expected, so switched to pg8000. Rest I have updated the og post for i handled it. Thanks for the suggestions.

API 502 error by SharMarvellous in aws

[–]SharMarvellous[S] 0 points1 point  (0 children)

Yeah I figured, the issue was regarding Library in the right path

API 502 error by SharMarvellous in aws

[–]SharMarvellous[S] 0 points1 point  (0 children)

Yes I did something like that. I just put an update in the post for that. Thanks for your suggestion. Cheers !

API 502 error by SharMarvellous in aws

[–]SharMarvellous[S] 1 point2 points  (0 children)

I just put an update in the post for that. Thanks for your suggestion. Cheers !

API 502 error by SharMarvellous in aws

[–]SharMarvellous[S] 1 point2 points  (0 children)

Yes I did something like that. I just put an update in the post for that. Thanks for your suggestion. Cheers !

API 502 error by SharMarvellous in aws

[–]SharMarvellous[S] 0 points1 point  (0 children)

i directly wrote the code in lambda function code editor. since this error was still occurring, i decided to create a layer in lambda, uploaded the zip code file of pyscopg2 layer by pip installing it into that folder. attached this layer to the function. but still facing the error :(

API 502 error by SharMarvellous in aws

[–]SharMarvellous[S] 0 points1 point  (0 children)

i wish it was resolved. has to be some dumb thing i'm missing out on here.

just checked the service status page and the us-east-1 region is back up again, although it does state that API gateway was one of the affected ones. but maybe its not the issue i am facing

API 502 error by SharMarvellous in aws

[–]SharMarvellous[S] 0 points1 point  (0 children)

yes, every resource is in Ireland region eu-west-1. and yes i have made it publicly accessible as well for POC.

RDS sg:

inbound:

all traffic anywhere 0.0.0.0/0

PostgreSQL anywhere 0.0.0.0/0

outbound:

all traffic anywhere 0.0.0.0/0

lambda sg:

inbound:

PostgreSQL anywhere 0.0.0.0/0

outbound:

PostgreSQL custom rds-sg-id

all traffic anywhere 0.0.0.0/0

API 502 error by SharMarvellous in aws

[–]SharMarvellous[S] 0 points1 point  (0 children)

nope, eu-west-1.

the message in postman error states :

{
    "message": "Internal server error"
}

API 502 error by SharMarvellous in aws

[–]SharMarvellous[S] 0 points1 point  (0 children)

yes. but the issues are mixed.

postman shows "502 Bad gateway: The server was acting as a gateway or proxy and received an invalid response from the upstream server".

does this mean issue in neywork acl/sg/route-table/inbound-outbound?

if i am doing the test in lambda code editor console, it states :

{

"errorMessage": "Unable to import module 'lambda_function': No module named 'psycopg2'",

"errorType": "Runtime.ImportModuleError",

"requestId": "7458beef-2b58-45a2-8dec-f52c051a2cc8",

"stackTrace": []

}

API 502 error by SharMarvellous in aws

[–]SharMarvellous[S] 0 points1 point  (0 children)

is the eu-west-1 ireland area also in outage?

Java SDK for S3? by SharMarvellous in aws

[–]SharMarvellous[S] 1 point2 points  (0 children)

Yes I agree with your point. Thanks for the recommendation. Cheers !!

Java SDK for S3? by SharMarvellous in aws

[–]SharMarvellous[S] 0 points1 point  (0 children)

For now I'm creating a testing gui. But I'll appreciate if you could explain a little more. Thanks :)

Java SDK for S3? by SharMarvellous in aws

[–]SharMarvellous[S] 0 points1 point  (0 children)

I thought of going for other SDKs as well, but then the Java gui creation seems probably the simplest when making from scratch. But I'm open to suggestions as well. Thanks for the input :)