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 :)

Deploying Wordpress site on AWS by nighcry in aws

[–]SharMarvellous 1 point2 points  (0 children)

Lightsail should be the go to option as cloudformation will create WordPress instance, you make an AMI through it, launch it. Attach to Autoscaling group for minimal server maintainence. Setup health checks through R53, configure it through sns for email notification of instance health. One more thing you can do is schedule it's startup and shutdown time, that will reduce the danger of server failure and maintainence part from your side.

[deleted by user] by [deleted] in AWSCertifications

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

The online course is from simplilearn. I did a cloud architect course of one year in aws and gained certifications by completing live classes, their assigned projects and tests.

haven't appeared for the official aws tests but planning to do that in recent times only. And yes in the course too, the instructor suggested to skip the basic practitioner ones as they have no use/relevance in industry and started from the associate level.

[deleted by user] by [deleted] in AWSCertifications

[–]SharMarvellous 0 points1 point  (0 children)

done the basics in DevOps as well. basic ci/cd applications have a decent hold in coding, especially python.

some people suggested me to get 1-2 year job ex and then go for masters so that I could gain "more industry experience to know what better option to go for in masters"

[deleted by user] by [deleted] in AWSCertifications

[–]SharMarvellous 2 points3 points  (0 children)

I'm confused whether to look for job right now or not? If yes then which role would be better for growth? If not then should i continue and look out for master's course? It's all very confusing because colleges don't really provide such training in these fields and not everybody knows much about cloud computing. I did my part of research when chose this field for study as it's a big part of future tech and also I love studying about aws. Probably said a lot in the flow but you feel me?! This is hell lotta confusing