Пікірлер
@mymd2004
@mymd2004 2 ай бұрын
muy bueno el video gracias!
@sgflicker
@sgflicker 2 ай бұрын
Yes it’s amazing creating a cpu on an FPGA. I’ve been doing an 8 bit one based on the book Digital Computer Electronics.
@monnombre6547
@monnombre6547 3 ай бұрын
thank you!
@PaulSmith-bx2fq
@PaulSmith-bx2fq 3 ай бұрын
Flashcards 💎
@naydsonmariosa1478
@naydsonmariosa1478 3 ай бұрын
nice explanation!
@membola
@membola 5 ай бұрын
nice, good video. thanks
@PotensElit
@PotensElit 7 ай бұрын
Muchas gracias Walrus
@user-zx6ir1up3e
@user-zx6ir1up3e 10 ай бұрын
Hi please provide details on the 3 SSM endpoints: 1) which subnet(s) to associate them with, 2) which security groups, 3) full access or custom policy?
@lamatopo
@lamatopo 10 ай бұрын
There is another connection document that spares the need to use the pem key, so you do everything altogether in a single command: aws --profile=<profile> start-session --target <target_instance> document-name AWS-StartPortForwardingSessionToRemoteHost --parameters host=“<db_endpoint>“,portNumber=“<db_endpoint_port>”,localPortNumber=“<localport>”
@user-rc6kp6dj4j
@user-rc6kp6dj4j Жыл бұрын
hello i have a question. if i want to put a spring boot backend server on amaazon elastic beanstalk it will create new e2c instance for it. should i create separeted ec2 instance for me to connect to the rds. because the first ec2 instance would need to be public
@sridharanv5841
@sridharanv5841 Жыл бұрын
Can people with no background in full stack take the developer certification exam
@wisnusetiawan4830
@wisnusetiawan4830 Жыл бұрын
How about with github action to connect with ssm so far ?
@wisnusetiawan4830
@wisnusetiawan4830 Жыл бұрын
I need to run bash script for schedule job
@xamdlm4222
@xamdlm4222 Жыл бұрын
Thanksssss.. exactly what I'm looking for Auto subscribe 🫡
@june3878
@june3878 Жыл бұрын
Can you take a closer look at how this is implemented in your application?
@pwchan9748
@pwchan9748 Жыл бұрын
How do I know the no. of users that the server could handle concurrently? Cuz it's a question when choosing the spec for the ec2, even if it has the auto-scaling, but it is limited to the hardware spec.
@rohitnaidu4453
@rohitnaidu4453 Жыл бұрын
Hi , which resource you used to clear this certificate??
@RadenMasRizqiPancaKusumaAtmaja
@RadenMasRizqiPancaKusumaAtmaja Жыл бұрын
DDOS is Distributed Denial of Service while DOS is Denial of Service. Anyway good video though. Thanks a lot
@wpuppet1
@wpuppet1 Жыл бұрын
You rocks mate! thanks for sharing this content with us.
@maurosolidoro201
@maurosolidoro201 Жыл бұрын
Hey, very good video! Just an optimization: you don't need to use ssh forwarding, you can just use the aws ssm command directly: aws ssm start-session ` --region <your region> ` --target <your bastion instance id> ` --document-name AWS-StartPortForwardingSessionToRemoteHost ` --parameters host="<your rds endpoint name>",portNumber="1433",localPortNumber="1433" aws.amazon.com/blogs/database/securely-connect-to-an-amazon-rds-or-amazon-ec2-database-instance-remotely-with-your-preferred-gui/
@xamdlm4222
@xamdlm4222 Жыл бұрын
I got an error "server misbehaving" when try to connect
@varunsam9947
@varunsam9947 Жыл бұрын
Can you share the course link of Stephene ?
@madhursharma4445
@madhursharma4445 Жыл бұрын
How did you feed the instructions to CPU? I am asking this because Basys-3 doesn't have an external RAM. Did you hard coded the instructions while writing verilog code?
@walruscode7547
@walruscode7547 Жыл бұрын
The cpu instructions were hardcoded to a file and then loaded during synthesis into a synthesized block, look here github.com/martinKindall/mips_cpu/blob/main/sources_1/new/IMem.sv#L11
@madhursharma4445
@madhursharma4445 Жыл бұрын
@@walruscode7547 Thank you :)
@walruscode7547
@walruscode7547 Жыл бұрын
Did you know about FPGA? Have you ever used one? Do you know what is RISC-V?
@x2TruNation
@x2TruNation Жыл бұрын
Hey Walrus, When setting up the app client in Cognito, do you set the custom attribute "admin" as mutable/immutable and writeable/non-writeable?
@abdulkadiromar1492
@abdulkadiromar1492 Жыл бұрын
Thank you for your sharing your journey Can you please write down the exam preparation site?
@jagadeshdevarajan9662
@jagadeshdevarajan9662 Жыл бұрын
900 flashcards is insane
@CitizenWarwick
@CitizenWarwick Жыл бұрын
Really nice thanks! Using the aws command to get a token and mocking with postman very useful
@endthefed5304
@endthefed5304 Жыл бұрын
very helpful video, I needed this exact info: spring boot authentication using cognito. thanks!
@middlebro212
@middlebro212 Жыл бұрын
Great video, plz keep up. thank you
@hirenpatel8294
@hirenpatel8294 Жыл бұрын
This is just fabulous 🏆 ,can you also able to provide postman request for getting token from cognito in localhost
@jesusvalencia3332
@jesusvalencia3332 Жыл бұрын
Buen video hermano, me ando preparando para esa certificacion tambien... saludos desde Guadalajara, Mexico
@emmanuelsosareyes9607
@emmanuelsosareyes9607 Жыл бұрын
Cómo te fue bro?
@ashu7pathak
@ashu7pathak Жыл бұрын
Awesome \m/, Just had a quick 5 mins glance - by forwarding your video, and I'm already impressed. I didn't expect so much from a youtube video. Thanks.
@alayandemustapha8298
@alayandemustapha8298 Жыл бұрын
Thanks so much walrus, please share links to the flash cards and other sources, thanks.
Жыл бұрын
Congratulations!!
@hackinghacker6641
@hackinghacker6641 2 жыл бұрын
Great Explanation man continue your great work 👍
@walruscode7547
@walruscode7547 Жыл бұрын
Thanks!
@TheLab89
@TheLab89 2 жыл бұрын
Thank you for your tips . It was very helpful
@johnjada4296
@johnjada4296 2 жыл бұрын
Worst explanation
@ShahinHemmati2020
@ShahinHemmati2020 2 жыл бұрын
Thanks for sharing your experience. by the way you forgot to put the link in the description.
@ivanbustos7467
@ivanbustos7467 2 жыл бұрын
Hi! I just subscribed. Wonderfull idea! I will practice my english with your videos. Go ahead! Regards from Chile.
@joefitzy
@joefitzy 2 жыл бұрын
Thanks for the video. I have a question. You appear to be using the "id token" instead of the "access token" - isn't that incorrect? I'm running into this problem now... on my spring rest service I want to know the user attributes but they're not present when my UI sends the access token. I think the front end should be sending the "access token" and the back end should be looking up the userInfo - but I haven't been able to find a good example. Thanks!
@walruscode7547
@walruscode7547 2 жыл бұрын
Have you ever worked with RDS or plan to do so? Have you deployed any database on the cloud before?
@sergiozafrasz
@sergiozafrasz 2 жыл бұрын
Great Walrus Code! Always Strong!
@walruscode7547
@walruscode7547 2 жыл бұрын
Project repo: github.com/martinKindall/aws_spring_cloud_sandbox
@josecetina4162
@josecetina4162 2 жыл бұрын
Please share the code in a git repo!!
@walruscode7547
@walruscode7547 2 жыл бұрын
github.com/martinKindall/aws_spring_cloud_sandbox
@JasonRodrigues1
@JasonRodrigues1 2 жыл бұрын
cheers for the video bro. can you link the project repo, i don't understand how the application understands the scopes i.e. SCOPES_admin at 24:28
@walruscode7547
@walruscode7547 2 жыл бұрын
github.com/martinKindall/aws_spring_cloud_sandbox
@NurseDaveBSMSON
@NurseDaveBSMSON 2 жыл бұрын
how would you add angular to the mix?
@walruscode7547
@walruscode7547 2 жыл бұрын
Have you ever used Continuous Integration tools like Jenkins or CodeBuild? Are you interested on learning some of CI/CD concepts?
@sergiozafrasz
@sergiozafrasz 2 жыл бұрын
Walrus Code Always Strong! Thanks For Everything!
@sergiozafrasz
@sergiozafrasz 2 жыл бұрын
This Chanel Will be great!
@walruscode7547
@walruscode7547 2 жыл бұрын
Thanks Sergio
@sergiozafrasz
@sergiozafrasz 2 жыл бұрын
Always very good! Go ahead! Take Care!
@manu-gt9gr
@manu-gt9gr 2 жыл бұрын
i know english so i can watch both channels xD
@walruscode7547
@walruscode7547 2 жыл бұрын
That's cool :) keep on doing that