Тёмный
Primus Learning
Primus Learning
Primus Learning
Подписаться
Primus Learning is a platform born out of a revolutionary ideology aimed at transforming education from the traditional degree-centric model to a more practical hands-on model. At Primus Learning, we are aimed at excellence.
Part 10 - AWS  EC2 Tutorial
9:25
2 месяца назад
Terraform Modules Explained: Full Tutorial
2:05:22
3 месяца назад
Part 8- Introduction to AWS VPC
14:35
3 месяца назад
Part 7- Working with Amazon S3
28:25
4 месяца назад
Part 6- Introduction To Aws S3
5:11
4 месяца назад
Part 4- Introduction to AWS IAM
5:26
4 месяца назад
Part 2 - AWS Global infrastructure
25:53
4 месяца назад
Introduction to AWS - V1
50:34
5 месяцев назад
How to create a serverless Jenkins
50:30
6 месяцев назад
75 Power BI Used in the Real World
5:54
8 месяцев назад
74 Real World Application of Tableau
18:32
8 месяцев назад
72 Google Colab   Jupyter Notebook on Cloud
5:11
8 месяцев назад
73 Real World Application of BI
4:56
8 месяцев назад
71 Looker Studio as a BI Tool
11:42
8 месяцев назад
70 Data Analytics in QuickInsight
21:02
8 месяцев назад
69 Creating AWS and QuickInsight Accounts
5:39
8 месяцев назад
Комментарии
@n0bita0P2
@n0bita0P2 8 дней назад
Getting this error after clicking create instance: You're signed in with an AWS account that was provided by AISPL. These accounts cannot create Amazon Connect instances. Sign in using an account provided by AWS, and then try to create an instance. Please contact support if you need further assistance.
@primuslearning4235
@primuslearning4235 6 дней назад
Thank you, appreciate the input.
@nishanth-saka
@nishanth-saka 9 дней назад
"seeing someone's access key is like an accidental peak at their undies" - my opinion. #CMO that aside.. Wonderful content, thank you, Primus! 🙏
@primuslearning4235
@primuslearning4235 6 дней назад
🤣🤣🤣🤣🤣You're right.
@evanstayuka381
@evanstayuka381 9 дней назад
Are you from Cameroon? Keep up the good work brother ❤
@beneaglescroft2254
@beneaglescroft2254 12 дней назад
100
@kingben001
@kingben001 12 дней назад
💯 💪 I love DevSecOps. Amazing explanation thanks
@salva_next
@salva_next 17 дней назад
Hi, great video, I reallly enyoy your rhythm. Thanks a lot from, Calpe, Spain
@primuslearning4235
@primuslearning4235 6 дней назад
Thank you, appreciate the kind words.
@swinter18
@swinter18 17 дней назад
Hi , are all the services mainly ECS used here under the free tier or do it incur some costs?
@primuslearning4235
@primuslearning4235 6 дней назад
Hi, most of the services if deleted immediately after will not cost you anything.
@kingben001
@kingben001 19 дней назад
Nicely explained thanks Primus
@carinengwekwe1465
@carinengwekwe1465 23 дня назад
simple and straight to the point.
@primuslearning4235
@primuslearning4235 19 дней назад
Thank you, appreciate you watching and commenting.
@Zero-w1x
@Zero-w1x Месяц назад
I loved your video and tried using the script you shared to pull all resources from my AWS account. However, the script only gave me an empty file. Initially, I thought the issue might be due to my resources not being tagged. So, I manually created a tag called env:qa and applied it to an EC2 instance to test. I confirmed the instance was tagged correctly, but when I ran the script again, it still returned an empty list. What I’m looking for is a script that can pull every resource in my account, whether it’s tagged or not. I’d appreciate any help you can provide to get this working. Thanks in advance!
@primuslearning4235
@primuslearning4235 28 дней назад
Please ensure your lambda function has the right permissions to describe all the resources including ec2. Once that's done, you should be able to pull the resources, just grant admin access and see if that works. You could use the next script to tag the resources you want and test out with that.
@primuslearning4235
@primuslearning4235 28 дней назад
To get all the resources whether ragged or not, you may need to modify the script a little more.
@Zero-w1x
@Zero-w1x Месяц назад
I loved your video and tried using the script you shared to pull all resources from my AWS account. However, the script only gave me an empty file. Initially, I thought the issue might be due to my resources not being tagged. So, I manually created a tag called env:qa and applied it to an EC2 instance to test. I confirmed the instance was tagged correctly, but when I ran the script again, it still returned an empty list. What I’m looking for is a script that can pull every resource in my account, whether it’s tagged or not. I’d appreciate any help you can provide to get this working. Thanks in advance!
@primuslearning4235
@primuslearning4235 6 дней назад
This may be failing because the role you're using doesn't have permissions to describe the services. Please ensure you have those permissions or better still just use the admin role. Another thing could be to use the second script to tag the resources before querying them one more time. Hope this helps.
@user-vz2po5sc4e
@user-vz2po5sc4e Месяц назад
All good until the pipeline is initiated, it seems the modules are outdated and there are some dependencies that are deprecated, I tried updating the version to 4.0.0 but still the same output: terraform apply -auto-approve ��� ��� Warning: Argument is deprecated ���  ���  with module.myapp-vpc.aws_eip.nat, ���  on .terraform/modules/myapp-vpc/main.tf line 1013, in resource "aws_eip" "nat": ��� 1013: vpc = true ���  ��� use domain attribute instead ��� ��� ��� Error: Unsupported argument ���  ���  on .terraform/modules/myapp-vpc/main.tf line 35, in resource "aws_vpc" "this": ���  35: enable_classiclink = null # github.com/hashicorp/terraform/issues/31730 ���  ��� An argument named "enable_classiclink" is not expected here. ��� ��� ��� Error: Unsupported argument ���  ���  on .terraform/modules/myapp-vpc/main.tf line 36, in resource "aws_vpc" "this": ���  36: enable_classiclink_dns_support = null # github.com/hashicorp/terraform/issues/31730 ���  ��� An argument named "enable_classiclink_dns_support" is not expected here. ��� ��� ��� Error: Unsupported argument ���  ���  on .terraform/modules/myapp-vpc/main.tf line 1246, in resource "aws_default_vpc" "this": ��� 1246: enable_classiclink = null # github.com/hashicorp/terraform/issues/31730 ���  ��� An argument named "enable_classiclink" is not expected here. ��� [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Deploy to EKS) Stage "Deploy to EKS" skipped due to earlier failure(s) Seem the tutorial is no longer deployable, why are modules used, isn't it more logical to use a template definition for the resource definitions as they are unlikely to change or if changed are more easy to troubleshoot.
@Gospel-v4l
@Gospel-v4l Месяц назад
Hey Primus, you're a champ brother! I live on this channel now. Your explanations are top notch!!
@primuslearning4235
@primuslearning4235 Месяц назад
I appreciate that! 🙏
@upsurgeagency3593
@upsurgeagency3593 Месяц назад
Sir, you are an amazing human being! Great video!
@whatislove4587
@whatislove4587 Месяц назад
I can't connect prisma to supabase. PS D:\dev ext\project> npx prisma db push Environment variables loaded from .env Prisma schema loaded from prisma\schema.prisma Datasource "db": PostgreSQL database "postgres", schema "public" at "aws-0-us-west-1.pooler.supabase.com:6543" No reaction after this, and the table doesn't update too.
@kingben001
@kingben001 Месяц назад
amazing
@user-ue9ig7fl6l
@user-ue9ig7fl6l Месяц назад
amazing
@oghenefejiroprinceimene6090
@oghenefejiroprinceimene6090 Месяц назад
hello thanks for this project but my migration did not work ,, no error in the ternimal and the terminal did not close
@FaizalSyed
@FaizalSyed Месяц назад
exactly same issue, did you find any solution to that?
@oghenefejiroprinceimene6090
@oghenefejiroprinceimene6090 Месяц назад
@@FaizalSyed hey yeah,, change the 6543 to 5432.. that worked for me
@primuslearning4235
@primuslearning4235 28 дней назад
Great. Thanks for helping out.
@beneaglescroft2254
@beneaglescroft2254 2 месяца назад
True Sir
@beneaglescroft2254
@beneaglescroft2254 2 месяца назад
@beneaglescroft2254
@beneaglescroft2254 2 месяца назад
❤❤❤
@beneaglescroft2254
@beneaglescroft2254 2 месяца назад
Yeah we can't do without I.T in this age
@AnshulKamal-vl6os
@AnshulKamal-vl6os 2 месяца назад
very helpfull video
@dmc1806
@dmc1806 2 месяца назад
VERY ACCURATE BUT SOME PEOPLE CANT REALLY UNDERSTAND IT END OF.
@primuslearning4235
@primuslearning4235 6 дней назад
You're right!
@sanghoang.
@sanghoang. 2 месяца назад
Failed to load target state: failed to generate manifest for source 1 of 1: rpc error: code = Unknown desc = failed to initialize repository resources: rpc error: code = Internal desc = Failed to fetch default: `git fetch origin --tags --force --prune` failed exit status 128: fatal: .git/index: index file smaller than expected
@sanghoang.
@sanghoang. 2 месяца назад
Hi, i have clone your code from git to computer. and then i push git code to my account. but i apply file application.yaml can't run. please help to check.rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing dial tcp 10.43.208.105:8081: i/o timeout"
@lmduc_devops
@lmduc_devops 2 месяца назад
thanks pro!
@beneaglescroft2254
@beneaglescroft2254 2 месяца назад
Awesome
@amahammadrafi5162
@amahammadrafi5162 2 месяца назад
AWS Control Tower can't create your account due to potential drift in your landing zone. Check your landing zone and try using the advanced account provisioning method to create your account. I am getting this error.
@utkarshkumarsinha4266
@utkarshkumarsinha4266 2 месяца назад
On s3 bucket no large dataset.csv and output.parquet is created in spite of following each step please look
@feyisayotaiwo73
@feyisayotaiwo73 2 месяца назад
This is an awesome synopsis.
@AdelekeChukule
@AdelekeChukule 2 месяца назад
As a content creator myself, I'm always on the lookout for inspiration and tips to improve my own videos. This video was an absolute goldmine of valuable information, and I'm in awe of your presentation skills. The way you structured the content and kept it concise while still delivering maximum value is commendable. Your personality shines through, and it's evident that you're genuinely passionate about what you do. I'll be implementing some of your techniques into my own videos, and I'm confident it will make a significant difference. Thank you for being such an incredible source of inspiration!
@primuslearning4235
@primuslearning4235 2 месяца назад
Thanks for giving your review Chukule , appreciate it
@gusdev-r
@gusdev-r 2 месяца назад
try to improve the audio in the next video please 😢
@primuslearning4235
@primuslearning4235 2 месяца назад
Alright thanks for the feedback we would work on that
@nandanaj
@nandanaj 3 месяца назад
Thanks. Can i do this on AWS free tier?
@dhareal_Codemaestro
@dhareal_Codemaestro 3 месяца назад
❤❤
@dhareal_Codemaestro
@dhareal_Codemaestro 3 месяца назад
❤❤ Love this amazing content
@dhareal_Codemaestro
@dhareal_Codemaestro 3 месяца назад
❤❤❤
@dhareal_Codemaestro
@dhareal_Codemaestro 3 месяца назад
Learnt about Amazon cloudfront 2 years back, and i can say its awesome
@primuslearning4235
@primuslearning4235 3 месяца назад
Thank you for watching and appreciating the content.
@dhareal_Codemaestro
@dhareal_Codemaestro 3 месяца назад
Cool Would love to know more about DevOps
@dhareal_Codemaestro
@dhareal_Codemaestro 3 месяца назад
Super cool Thanks
@user-wt6vp7he1m
@user-wt6vp7he1m 3 месяца назад
cool
@stephennwakasi4631
@stephennwakasi4631 3 месяца назад
Great explanation. How would inter-service communication work over a different protocol like grpc?
@primuslearning4235
@primuslearning4235 3 месяца назад
gRPC is widely used for communication between internal microservices majorly due to its high performance and its polyglot nature. It uses HTTP/2 as its transfer protocol and inherits the benefits like binary framing from HTTP/2. I didn't consider it for this scenario and could probably work well. Will take a look at it.
@shamstabrez2986
@shamstabrez2986 3 месяца назад
brother u always do awesome job i wanna request you to plz do some migration projects how I can 'migrate on prem workloads to aws from azure to aws, for on prem db to aws
@primuslearning4235
@primuslearning4235 3 месяца назад
Thank you for your amazing comments. Yes I'll work on more migration scenarios as mentioned.
@shamstabrez2986
@shamstabrez2986 3 месяца назад
@@primuslearning4235 thnk u so much
@EzequielHaiatzanian
@EzequielHaiatzanian 3 месяца назад
Thank you so much! It was really usefull!!
@primuslearning4235
@primuslearning4235 3 месяца назад
Thank you Ezequiel. Glad you loved it.
@thusharajayamanna9254
@thusharajayamanna9254 3 месяца назад
Two slow for someone with experience. Boring
@primuslearning4235
@primuslearning4235 3 месяца назад
Probably not for you then, skip over it, people who need it, appreciate it. Thanks for watching though. Or increase the speed if you still need it.
@beneaglescroft2254
@beneaglescroft2254 3 месяца назад
amazing
@primuslearning4235
@primuslearning4235 3 месяца назад
thanks
@s.m.ahadalichowdhury873
@s.m.ahadalichowdhury873 3 месяца назад
Very good explain sir, please do deploy on eks using gitlab ci cd. Thanks ❤
@primuslearning4235
@primuslearning4235 3 месяца назад
Thank you, we will work on a video for EKS using Gitlab.
@Grandsumi
@Grandsumi 3 месяца назад
great lesson there .. loved it ..
@primuslearning4235
@primuslearning4235 3 месяца назад
Thank you
@kingben001
@kingben001 3 месяца назад
Awesome ❤❤
@primuslearning4235
@primuslearning4235 3 месяца назад
Thank you, appreciate it.
@stefanvitoria5610
@stefanvitoria5610 4 месяца назад
Thanks man. Thats all i really needed for now.
@primuslearning4235
@primuslearning4235 4 месяца назад
Glad to hear it!